{"id":3080,"date":"2023-02-01T09:35:52","date_gmt":"2023-02-01T08:35:52","guid":{"rendered":"https:\/\/www.microdata.no\/?p=3080"},"modified":"2023-02-01T09:59:44","modified_gmt":"2023-02-01T08:59:44","slug":"it-is-now-possible-to-display-standardized-regression-estimates","status":"publish","type":"post","link":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/","title":{"rendered":"It is now possible to display standardized regression estimates"},"content":{"rendered":"\n<p><strong><em>The new option <code>standardize<\/code> allows you to display standardized coefficient estimates when using the <code>regress<\/code> (OLS estimation) command.<\/em><\/strong><\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Comparison of coefficient estimates for the various explanatory variables in a regression model will be challenging if they use different value scales. It then becomes difficult to see which variables have the strongest effect on the response variable.<\/p>\n\n\n\n<p>Standardization takes place by all the variables included in a regression model, including the response variable, being rescaled to a standardized distribution with expectation equal to 0 and variance equal to 1. This makes the estimates directly comparable both within and across different regression models.<\/p>\n\n\n\n<p>Standardized coefficients show how many standard deviations the response variable will change if the relevant explanatory variable increases by one standard deviation.<\/p>\n\n\n\n<p>Displaying standardized estimates for linear regression is easily done by using the <code>standardize<\/code> option together with the <code>regress<\/code> command.<\/p>\n\n\n\n<p>The example below shows results from OLS regression run on the same data, first the regular variant and then the standardized variant. Note that the model values \u200b\u200bin the upper part of the results relate to the estimation on common unstandardized data, which makes the numbers equal. The bottom part showing the coefficient estimates, on the other hand, will be different with the exception of the t and P values. Note also that no standardized estimate is reported for the constant term when the <code>standardize<\/code> option is used.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"759\" height=\"358\" src=\"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png\" alt=\"\" class=\"wp-image-3085\" srcset=\"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png 759w, https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2-300x142.png 300w\" sizes=\"auto, (max-width: 759px) 100vw, 759px\" \/><figcaption>Standard OLS estimation using regress command<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"758\" height=\"357\" src=\"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-3.png\" alt=\"\" class=\"wp-image-3088\" srcset=\"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-3.png 758w, https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-3-300x141.png 300w\" sizes=\"auto, (max-width: 758px) 100vw, 758px\" \/><figcaption>Standardized OLS estimation using regress command with standardize-option<\/figcaption><\/figure>\n\n\n\n<p>In microdata.no, we have chosen to post-standardize the coefficient estimates using the following formulas (gives the same result as using standard regression on pre-standardized data):<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Standardized coefficients<\/em>: Coef<sup>\u2217<\/sup> = Coef \u00b7 (sd(x) \/ sd(y)) , where Coef = unstandardized coefficient, sd(x) = standard deviation of independent variable measured over the current population, sd(y) = standard deviation of dependent variable measured over the current population<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><em>Standardized standard errors<\/em>: Std.error<sup>* <\/sup>= Coef<sup>*<\/sup> \/ t (equivalent to Std.error<sup>*<\/sup> = Std.error \u00b7 (sd(x) \/ sd(y)))<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\" id=\"block-aa10307e-c937-40df-934f-21096c879ea9\"><li><em>Standardized confidence interval (95%)<\/em>: CI<sup>*<\/sup> = [Coef<sup>*<\/sup> \u2212 1.96 \u00b7 Std.error<sup>*<\/sup> ; Coef<sup>*<\/sup> + 1.96 \u00b7 Std.error<sup>*<\/sup>] (the parameter 1.96 corresponds to the default level 95%)<\/li><\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The new option standardize allows you to display standardized coefficient estimates when using the regress (OLS estimation) command.<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[2],"tags":[],"class_list":["post-3080","post","type-post","status-publish","format-standard","hentry","category-news"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>It is now possible to display standardized regression estimates - microdata.no<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"It is now possible to display standardized regression estimates - microdata.no\" \/>\n<meta property=\"og:description\" content=\"The new option standardize allows you to display standardized coefficient estimates when using the regress (OLS estimation) command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/\" \/>\n<meta property=\"og:site_name\" content=\"microdata.no\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-01T08:35:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-01T08:59:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png\" \/>\n<meta name=\"author\" content=\"Trond Pedersen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Trond Pedersen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/\"},\"author\":{\"name\":\"Trond Pedersen\",\"@id\":\"https:\\\/\\\/www.microdata.no\\\/#\\\/schema\\\/person\\\/76761ddfe0d06e3f08f5491a9faeab92\"},\"headline\":\"It is now possible to display standardized regression estimates\",\"datePublished\":\"2023-02-01T08:35:52+00:00\",\"dateModified\":\"2023-02-01T08:59:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/\"},\"wordCount\":342,\"image\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.microdata.no\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/image-2.png\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/\",\"url\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/\",\"name\":\"It is now possible to display standardized regression estimates - microdata.no\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.microdata.no\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/image-2.png\",\"datePublished\":\"2023-02-01T08:35:52+00:00\",\"dateModified\":\"2023-02-01T08:59:44+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/#\\\/schema\\\/person\\\/76761ddfe0d06e3f08f5491a9faeab92\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.microdata.no\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/www.microdata.no\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/image-2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/it-is-now-possible-to-display-standardized-regression-estimates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"It is now possible to display standardized regression estimates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.microdata.no\\\/#website\",\"url\":\"https:\\\/\\\/www.microdata.no\\\/\",\"name\":\"microdata.no\",\"description\":\"Gj\u00f8r det enklere \u00e5 analysere registerdata\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.microdata.no\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.microdata.no\\\/#\\\/schema\\\/person\\\/76761ddfe0d06e3f08f5491a9faeab92\",\"name\":\"Trond Pedersen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b90e3f42c839e825d86949fc2f9a318f2a81da5f9e6b1431ff4d872333d4e717?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b90e3f42c839e825d86949fc2f9a318f2a81da5f9e6b1431ff4d872333d4e717?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b90e3f42c839e825d86949fc2f9a318f2a81da5f9e6b1431ff4d872333d4e717?s=96&d=mm&r=g\",\"caption\":\"Trond Pedersen\"},\"url\":\"https:\\\/\\\/www.microdata.no\\\/en\\\/author\\\/trond\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"It is now possible to display standardized regression estimates - microdata.no","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/","og_locale":"en_US","og_type":"article","og_title":"It is now possible to display standardized regression estimates - microdata.no","og_description":"The new option standardize allows you to display standardized coefficient estimates when using the regress (OLS estimation) command.","og_url":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/","og_site_name":"microdata.no","article_published_time":"2023-02-01T08:35:52+00:00","article_modified_time":"2023-02-01T08:59:44+00:00","og_image":[{"url":"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png","type":"","width":"","height":""}],"author":"Trond Pedersen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Trond Pedersen","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/#article","isPartOf":{"@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/"},"author":{"name":"Trond Pedersen","@id":"https:\/\/www.microdata.no\/#\/schema\/person\/76761ddfe0d06e3f08f5491a9faeab92"},"headline":"It is now possible to display standardized regression estimates","datePublished":"2023-02-01T08:35:52+00:00","dateModified":"2023-02-01T08:59:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/"},"wordCount":342,"image":{"@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png","articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/","url":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/","name":"It is now possible to display standardized regression estimates - microdata.no","isPartOf":{"@id":"https:\/\/www.microdata.no\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/#primaryimage"},"image":{"@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png","datePublished":"2023-02-01T08:35:52+00:00","dateModified":"2023-02-01T08:59:44+00:00","author":{"@id":"https:\/\/www.microdata.no\/#\/schema\/person\/76761ddfe0d06e3f08f5491a9faeab92"},"breadcrumb":{"@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/#primaryimage","url":"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png","contentUrl":"https:\/\/www.microdata.no\/wp-content\/uploads\/2023\/01\/image-2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microdata.no\/en\/it-is-now-possible-to-display-standardized-regression-estimates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/www.microdata.no\/en\/"},{"@type":"ListItem","position":2,"name":"It is now possible to display standardized regression estimates"}]},{"@type":"WebSite","@id":"https:\/\/www.microdata.no\/#website","url":"https:\/\/www.microdata.no\/","name":"microdata.no","description":"Gj\u00f8r det enklere \u00e5 analysere registerdata","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microdata.no\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.microdata.no\/#\/schema\/person\/76761ddfe0d06e3f08f5491a9faeab92","name":"Trond Pedersen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b90e3f42c839e825d86949fc2f9a318f2a81da5f9e6b1431ff4d872333d4e717?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b90e3f42c839e825d86949fc2f9a318f2a81da5f9e6b1431ff4d872333d4e717?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b90e3f42c839e825d86949fc2f9a318f2a81da5f9e6b1431ff4d872333d4e717?s=96&d=mm&r=g","caption":"Trond Pedersen"},"url":"https:\/\/www.microdata.no\/en\/author\/trond\/"}]}},"taxonomy_info":{"category":[{"value":2,"label":"News"}]},"featured_image_src_large":false,"author_info":{"display_name":"Trond Pedersen","author_link":"https:\/\/www.microdata.no\/en\/author\/trond\/"},"comment_info":0,"category_info":[{"term_id":2,"name":"News","slug":"news","term_group":0,"term_taxonomy_id":2,"taxonomy":"category","description":"","parent":0,"count":79,"filter":"raw","cat_ID":2,"category_count":79,"category_description":"","cat_name":"News","category_nicename":"news","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/posts\/3080","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/comments?post=3080"}],"version-history":[{"count":7,"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/posts\/3080\/revisions"}],"predecessor-version":[{"id":3093,"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/posts\/3080\/revisions\/3093"}],"wp:attachment":[{"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/media?parent=3080"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/categories?post=3080"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microdata.no\/en\/wp-json\/wp\/v2\/tags?post=3080"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}