{"id":11896,"date":"2021-03-03T12:12:48","date_gmt":"2021-03-03T12:12:48","guid":{"rendered":"https:\/\/analystprep.com\/study-notes\/?p=11896"},"modified":"2026-01-02T12:27:24","modified_gmt":"2026-01-02T12:27:24","slug":"analyzing-regression-output","status":"publish","type":"post","link":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/","title":{"rendered":"Analyzing the Regression Output"},"content":{"rendered":"<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"Multiple Regression (2022 Level II CFA\u00ae Exam \u2013 Reading 2)\",\n  \"description\": \"In this video, Professor James Forjan, PhD, CFA, explains Multiple Regression for the CFA Level II Quantitative Methods curriculum. The lesson builds on simple linear regression and introduces techniques for evaluating multiple independent variables and their statistical significance.\\n\\nTopics covered include interpreting regression coefficients, analyzing p-values, calculating t-statistics and F-statistics, testing hypotheses, evaluating model fit using R-squared and adjusted R-squared, and applying regression models in financial analysis.\\n\\nThe video also covers ANOVA tables, dummy variables, multicollinearity, heteroskedasticity, serial correlation, model misspecification, and qualitative dependent variables.\",\n  \"uploadDate\": \"2021-12-23\",\n  \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/8E2AbtAb0a8\/maxresdefault.jpg\",\n  \"contentUrl\": \"https:\/\/www.youtube.com\/watch?v=8E2AbtAb0a8\",\n  \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/8E2AbtAb0a8\",\n  \"duration\": \"PT55M42S\",\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AnalystPrep\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https:\/\/analystprep.com\/wp-content\/uploads\/2022\/01\/analystprep-logo.png\"\n    }\n  }\n}\n<\/script><\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"Testing joint significance of regression drivers of ROC using the F-statistic\",\n    \"text\": \"Adil Suleman, CFA, wishes to establish the possible drivers of a company\u2019s percentage return on capital (ROC). Suleman identifies performance measures such as the profit margin (%), sales, and debt ratio as possible drivers of ROC.\\n\\nHe then regresses the ROC against the three independent variables: Sales, profit margin, and debt ratio. The output from a statistical software package is presented in the following table.\\n\\nANOVA Table\\nRegression: df = 3, SS = 50.1055\\nResidual: df = 21, SS = 30.0545\\nTotal: df = 24, SS = 80.1600\\n\\nWith respect to the F-statistic, the most appropriate decision regarding testing the null hypothesis that all the independent variables are jointly equal to zero is to:\\n\\nA. Reject the null hypothesis because the F-statistic is greater than the critical F-value of 3.072.\\nB. Fail to reject the null hypothesis because the F-statistic is smaller than the critical F-value of 3.072.\\nC. Reject the null hypothesis since the F-statistic is greater than the critical F-value of 3.028.\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"A. Reject the null hypothesis because the F-statistic is greater than the critical F-value of 3.072.\\n\\nF-statistic = MSR\/MSE = (SSR\/k) \/ (SSE\/(n \u2212 k \u2212 1)) = (50.1055\/3) \/ (30.0545\/21) = 16.7018 \/ 1.43 \u2248 11.67.\\n\\nWith 3 and 21 degrees of freedom, the 5% critical F-value is 3.072. Since 11.67 > 3.072, reject the null hypothesis that all independent variables are jointly equal to zero.\"\n    }\n  }\n}\n<\/script><br \/>\n<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/8E2AbtAb0a8?si=4Q5aiclRUEqcMKMR\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p>Most of the regression analysis is done using statistical software. You are mainly supposed to interpret the regression output.<\/p>\n<h2>ANOVA Table<\/h2>\n<p>One of the outputs of multiple regression is the ANOVA table. The following shows the general structure of an Anova table.<\/p>\n<p>$$\\small{\\begin{array}{c|c|c|c} \\textbf{ANOVA} &amp; \\textbf{Df (Degrees of Freedom)} &amp; \\textbf{SS (Sum of Squares)} &amp; \\textbf{MSS (Mean Sum of Squares)}\\\\ \\hline\\text{Regression} &amp; \\text{k} &amp; \\text{RSS (Explained Variation)} &amp; \\text{MSR}\\\\ \\hline\\text{Residual} &amp; n-(k+1) &amp; \\text{SSE (Unexplained Variation)} &amp; \\text{MSE}\\\\ \\hline\\text{Total} &amp; n-1 &amp; \\text{SST (Total Variation)} &amp;{}\\\\\u00a0 \\end{array}}$$<\/p>\n<p>$$R^{2}= \\frac{RSS}{SST}$$<\/p>\n<p>$$F=\\frac{MSR}{MSE}$$<\/p>\n<p>$$SEE=\\sqrt{MSE}$$<\/p>\n<p>Where:<\/p>\n<p>$$MSR=\\frac{RSS}{k}$$<\/p>\n<p>$$MSE=\\frac{SSE}{n-k-1}$$<\/p>\n<p><em><strong>Exam tip:<\/strong> You might be required to fill in missing data and interpret the regression results at a given level of significance using the Anova Table.<\/em><\/p>\n<h3>Example: Interpreting Regression Output<\/h3>\n<p>Consider the following regression results generated from the multiple regression analysis of the price of the US Dollar index on the inflation rate and real rate of interest.<\/p>\n<p>$$ \\textbf{ANOVA Table} $$<\/p>\n<p style=\"text-align: left;\">$$\\small{\\begin{array}{lcccccc}\\hline{}&amp; \\textbf{df} &amp; \\textbf{SS} &amp; \\textbf{MS} &amp; \\textbf{F} &amp; \\textbf{Significance F}\\\\ \\hline\\text{Regression} &amp; 2 &amp; 432.2520 &amp; ? &amp; ? &amp; 0.0179\\\\ \\text{Residual} &amp; 7 &amp; 200.6349 &amp; ? &amp; &amp; {}\\\\ \\text{Total} &amp; 9 &amp; 632.8869 &amp; &amp; &amp;{}\\\\ \\hline\\end{array}}$$<\/p>\n<p style=\"text-align: left;\">$$\\small{\\begin{array}{lccccc}\\hline{}&amp; \\textbf{Coefficients} &amp; \\textbf{Standard Error} &amp; \\textbf{t-stat} &amp; \\textbf{p-value}\\\\ \\hline\\text{Intercept} &amp; 81 &amp; 7.9659 &amp; 10.1296 &amp; 0.0000\\\\ \\text{Inflation Rates} &amp; -276 &amp; 233.0748 &amp; ? &amp; 0.2753\\\\ \\text{Real interest Rates} &amp; 902 &amp; 279.6949 &amp; ? &amp; 0.0145\\\\ \\hline\\end{array}}$$<\/p>\n<p>Given the above information, the regression equation can be expressed as:<\/p>\n<p>$$P=81-276INF+902IR$$<\/p>\n<p>Where:<\/p>\n<ul>\n<li data-tadv-p=\"keep\">\\(P\\) = Price of USDX<\/li>\n<li data-tadv-p=\"keep\">\\(INF\\) = Inflation rate<\/li>\n<li data-tadv-p=\"keep\">\\(IR\\) = Real interest rate<\/li>\n<\/ul>\n<p>We can fill the missing data in the above table as follows:<\/p>\n<h6>Mean Regression Sum of Squares (MSR)<\/h6>\n<p>$$\\begin{align*}MSR&amp;=\\frac{RSS}{k}\\\\&amp;=\\frac{432.2520}{2}\\\\&amp;=216.126\\end{align*}$$<\/p>\n<h6>Mean Squared Error (MSE)<\/h6>\n<p>$$\\begin{align*}\\text{MSE}&amp;= \\frac{SSE}{n-k-1}\\\\&amp;=\\frac{200.6349}{10-2-1}\\\\&amp;=28.662\\end{align*}$$<\/p>\n<h6>F-Statistic<\/h6>\n<p>$$\\begin{align*}F&amp;=\\frac{MSR}{MSE}\\\\&amp;=\\frac{216.126}{28.662}\\\\&amp;=7.5405\\end{align*}$$<\/p>\n<p>\\(R^{2}\\) and adjusted \\(R^{2}\\) can also be calculated as follows:<\/p>\n<p>$$\\begin{align*}R^{2}&amp;=\\frac{RSS}{SST}\\\\&amp;=\\frac{432.2520}{632.8869}\\\\&amp;=68.30\\%\\end{align*}$$<\/p>\n<p>$$\\begin{align*}\\text{Adjusted } R^{2}&amp;=1-\\bigg(\\frac{n-1}{n-k-1})\\bigg(1-R^{2})\\\\&amp;=1-\\frac{10-1}{10-2-1}(1-0.6830)\\end{align*}$$<\/p>\n<p>$$\\text{Adjusted } R^{2}=0.5924=59.24\\%$$<\/p>\n<h6>Test statistics<\/h6>\n<p>$$t=\\frac{\\widehat{b_{j}}-b_{Ho}}{S_{\\widehat{S_{j}}}}$$<\/p>\n<p>$$t_{INF}=\\frac{-276-0}{233.0748}=-1.184$$<\/p>\n<p>$$t_{IR}=\\frac{902-0}{279.6949}=3.225$$<\/p>\n<h2>Significance of Individual Coefficients at the 5% Significance Level<\/h2>\n<p>T-tests and p-values can be used to test for the significance of slope coefficients.<\/p>\n<h3>p-value<\/h3>\n<p>The P-values can be observed directly from the regression output. Notice that only the p-value of the real interest rate is <strong>less than 0.05<\/strong>. This implies that the real rate of interest <strong>significantly <\/strong>influences the price of the US Dollar index.<\/p>\n<h3>t-test<\/h3>\n<p>A t-test involves testing the null hypothesis that the regression coefficient is zero against the alternative hypothesis that it is not.<\/p>\n<p style=\"text-align: center;\">\\(H_{0}:b_j=0\\) v.s. \\(H_{a}:b_{j}\u22600\\)<\/p>\n<p>Under the decision rule, the null hypothesis is rejected when the absolute value of the test statistic exceeds the critical value of t. The critical two-tailed t value at the 5% significance level is:<\/p>\n<p>$$\\begin{align*}t_{\\frac{\u03b1}{2}, n-k-1}&amp;=t_{\\frac{0.05}{2},10-2-1}\\\\&amp;=t_{0.025,7}\\\\&amp;=2.3646\\end{align*}$$<\/p>\n<p>\\(|t_{INF}|=1.184\\)\u00a0is less than the critical t-value of 2.3646. Thus, we cannot reject the null for inflation rates, and we conclude that the inflation rates do not make a statistically significant contribution to the variation in the prices of USDX at the 5% significance level.<\/p>\n<p>On the other hand, \\(|t_{IR}|=3.225\\)\u00a0is greater than the critical t-value of 2.3646. The null hypothesis for the real interest rate is therefore rejected. The conclusion is that the real interest rates make a significant contribution to the variation in USDX prices at the 5% significance level.<\/p>\n<p>P-values and t-tests generate the same conclusions about the significance of the regression coefficients.<\/p>\n<h3>F-test<\/h3>\n<p>The F-test checks the regression\u2019s generalized significance<strong>. <\/strong>The null hypothesis for a one-sided F-test is \\(H_{0}:b_{INF}=b_{IR}=0\\) against the alternative hypothesis: \\(H_{1}: b_{INF}\u22600\\) or \\(b_{IR}\u22600\\).<\/p>\n<p>The critical value of F at the 5% significance level with \\((10 &#8211; 2 &#8211; 1) = 7\\) degrees of freedom \\(F_{0.05, 2,7}\\) is approximately 4.737. Since this is a none tailed test, we have used the 5% F-table. The decision rule is to reject the null hypothesis when \\(F_{statistic}&gt;F_{critical}\\).<\/p>\n<p>In this case, the \\(F_{statistic} (7.5405)&gt;F_{critical}(4.737)\\).\u00a0We, therefore, reject the null hypothesis and conclude that at least one of the independent variables significantly contributes to the dependent variable. Additionally, notice that the ANOVA table shows that F is significant since P-value \\(&lt;0.05\\).<\/p>\n<blockquote>\n<h2>Question<\/h2>\n<p>Adil Suleman, CFA, wishes to establish the possible drivers of a company\u2019s percentage return on capital (ROC). Suleman identifies performance measures such as the profit margin (%), sales, and debt ratio as possible drivers of ROC.<\/p>\n<p>He then regresses the ROC against the three independent variables: Sales, profit margin, and debt ratio. The output from a statistical software package is presented in the following table.<\/p>\n<p>$$ \\textbf{ANOVA Table} $$<\/p>\n<p style=\"text-align: left;\">$$\\small{\\begin{array}{l|c|c} {}&amp; \\textbf{df} &amp; \\textbf{SS}\\\\ \\hline\\text{Regression} &amp; 3 &amp; 50.1055\\\\ \\hline\\text{Residual} &amp; 21 &amp; 30.0545\\\\ \\hline\\text{Total} &amp; 24 &amp; 80.1600\\\\\u00a0 \\end{array}}$$<\/p>\n<p>With respect to the F-statistic, the <em>most appropriate<\/em> decision regarding testing the null hypothesis that all the independent variables are jointly equal to zero is to:<\/p>\n<p>\u00a0 \u00a0 \u00a0 A. Reject the null hypothesis because the F-statistic is greater than the critical F-value of 3.072.<\/p>\n<p>\u00a0 \u00a0 \u00a0 B. Fail to reject the null hypothesis because the F-statistic is smaller than the critical F-value of 3.072.<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0C. Reject the null hypothesis since the F-statistic is greater than the critical F-value of 3.028.<\/p>\n<h3>Solution<\/h3>\n<p><strong>The correct answer is A.<\/strong><\/p>\n<p>$$\\begin{align*}F-\\text{statistic}&amp;=\\frac{MSR}{MSE}=\\frac{\\frac{RSS}{k}}{\\frac{SSE}{n-k-1}}\\\\&amp;=\\frac{\\bigg(\\frac{50.1055}{3}\\bigg)}{\\bigg(\\frac{30.0545}{21}\\bigg)}=\\frac{16.7018}{1.43}\\\\&amp;=11.67\\end{align*}$$<\/p>\n<p>With 3 and 21 degrees of freedom, the critical value for a 5% F-test is 3.072.<\/p>\n<p>As the F-statistic is exceeds the critical F-value, the null hypothesis that all of the independent variables are simultaneously equal to zero should be rejected.<\/p>\n<\/blockquote>\n<p>Reading 2: Multiple Regression<\/p>\n<p><em>LOS 2 (i) Evaluate how well a regression model explains the dependent variable by analyzing the output of the regression equation and an ANOVA table.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most of the regression analysis is done using statistical software. You are mainly supposed to interpret the regression output. ANOVA Table One of the outputs of multiple regression is the ANOVA table. The following shows the general structure of an&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[102,229],"tags":[246,216,230],"class_list":["post-11896","post","type-post","status-publish","format-standard","hentry","category-cfa-level-2","category-quantitative-method","tag-analyzing-the-regression-output","tag-cfa-level-2","tag-quantitative-method","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Analyzing the Regression Output - CFA, FRM, and Actuarial Exams Study Notes<\/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:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Analyzing the Regression Output - CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"og:description\" content=\"Most of the regression analysis is done using statistical software. You are mainly supposed to interpret the regression output. ANOVA Table One of the outputs of multiple regression is the ANOVA table. The following shows the general structure of an...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/\" \/>\n<meta property=\"og:site_name\" content=\"CFA, FRM, and Actuarial Exams Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-03T12:12:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-02T12:27:24+00:00\" \/>\n<meta name=\"author\" content=\"Irene R\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Irene R\" \/>\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:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/\"},\"author\":{\"name\":\"Irene R\",\"@id\":\"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5\"},\"headline\":\"Analyzing the Regression Output\",\"datePublished\":\"2021-03-03T12:12:48+00:00\",\"dateModified\":\"2026-01-02T12:27:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/\"},\"wordCount\":1082,\"keywords\":[\"Analyzing the Regression Output\",\"CFA-level-2\",\"Quantitative Method\"],\"articleSection\":[\"CFA Level II Study Notes\",\"Quantitative Method\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/\",\"url\":\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/\",\"name\":\"Analyzing the Regression Output - CFA, FRM, and Actuarial Exams Study Notes\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/study-notes\/#website\"},\"datePublished\":\"2021-03-03T12:12:48+00:00\",\"dateModified\":\"2026-01-02T12:27:24+00:00\",\"author\":{\"@id\":\"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5\"},\"breadcrumb\":{\"@id\":\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/analystprep.com\/study-notes\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analyzing the Regression Output\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/analystprep.com\/study-notes\/#website\",\"url\":\"https:\/\/analystprep.com\/study-notes\/\",\"name\":\"CFA, FRM, and Actuarial Exams Study Notes\",\"description\":\"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/analystprep.com\/study-notes\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5\",\"name\":\"Irene R\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g\",\"caption\":\"Irene R\"},\"url\":\"https:\/\/analystprep.com\/study-notes\/author\/irene\/\"}]}<\/script>\n<meta property=\"og:video\" content=\"https:\/\/www.youtube.com\/embed\/8E2AbtAb0a8\" \/>\n<meta property=\"og:video:type\" content=\"text\/html\" \/>\n<meta property=\"og:video:duration\" content=\"3343\" \/>\n<meta property=\"og:video:width\" content=\"480\" \/>\n<meta property=\"og:video:height\" content=\"270\" \/>\n<meta property=\"ya:ovs:adult\" content=\"false\" \/>\n<meta property=\"ya:ovs:upload_date\" content=\"2021-03-03T12:12:48+00:00\" \/>\n<meta property=\"ya:ovs:allow_embed\" content=\"true\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Analyzing the Regression Output - CFA, FRM, and Actuarial Exams Study Notes","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:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/","og_locale":"en_US","og_type":"article","og_title":"Analyzing the Regression Output - CFA, FRM, and Actuarial Exams Study Notes","og_description":"Most of the regression analysis is done using statistical software. You are mainly supposed to interpret the regression output. ANOVA Table One of the outputs of multiple regression is the ANOVA table. The following shows the general structure of an...","og_url":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/","og_site_name":"CFA, FRM, and Actuarial Exams Study Notes","article_published_time":"2021-03-03T12:12:48+00:00","article_modified_time":"2026-01-02T12:27:24+00:00","author":"Irene R","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Irene R","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/"},"author":{"name":"Irene R","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5"},"headline":"Analyzing the Regression Output","datePublished":"2021-03-03T12:12:48+00:00","dateModified":"2026-01-02T12:27:24+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/"},"wordCount":1082,"keywords":["Analyzing the Regression Output","CFA-level-2","Quantitative Method"],"articleSection":["CFA Level II Study Notes","Quantitative Method"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/","url":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/","name":"Analyzing the Regression Output - CFA, FRM, and Actuarial Exams Study Notes","isPartOf":{"@id":"https:\/\/analystprep.com\/study-notes\/#website"},"datePublished":"2021-03-03T12:12:48+00:00","dateModified":"2026-01-02T12:27:24+00:00","author":{"@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5"},"breadcrumb":{"@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/study-notes\/cfa-level-2\/quantitative-method\/analyzing-regression-output\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/study-notes\/"},{"@type":"ListItem","position":2,"name":"Analyzing the Regression Output"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/study-notes\/#website","url":"https:\/\/analystprep.com\/study-notes\/","name":"CFA, FRM, and Actuarial Exams Study Notes","description":"Question Bank and Study Notes for the CFA, FRM, and Actuarial exams","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/study-notes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/7002f30d8f174958802c1c30b167eaf5","name":"Irene R","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/study-notes\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/33caf1e1bcb63ee970b36351f165c7bc714b19614993ab9c2c8bf36273b7df48?s=96&d=mm&r=g","caption":"Irene R"},"url":"https:\/\/analystprep.com\/study-notes\/author\/irene\/"}]},"og_video":"https:\/\/www.youtube.com\/embed\/8E2AbtAb0a8","og_video_type":"text\/html","og_video_duration":"3343","og_video_width":"480","og_video_height":"270","ya_ovs_adult":"false","ya_ovs_upload_date":"2021-03-03T12:12:48+00:00","ya_ovs_allow_embed":"true"},"_links":{"self":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/11896","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/comments?post=11896"}],"version-history":[{"count":46,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/11896\/revisions"}],"predecessor-version":[{"id":41674,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/posts\/11896\/revisions\/41674"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/media?parent=11896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/categories?post=11896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/study-notes\/wp-json\/wp\/v2\/tags?post=11896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}