User Tools

Site Tools


r:multiple_regression

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
r:multiple_regression [2019/11/08 09:37] – [Partial, Semi-partial Correlation and R squared value] hkimscilr:multiple_regression [2019/11/08 10:59] – [Prediction] hkimscil
Line 253: Line 253:
 coefficients(lm.stock) coefficients(lm.stock)
 </code> </code>
 +
 +<code>> names(lm.stock)
 + [1] "coefficients"  "residuals"     "effects"       "rank"          "fitted.values"
 + [6] "assign"        "qr"            "df.residual"   "xlevels"       "call"         
 +[11] "terms"         "model"      </code>
 +
  
 <code>> lm.stock <- lm(Stock_Index_Price~Interest_Rate+Unemployment_Rate, data=dat.stock) <code>> lm.stock <- lm(Stock_Index_Price~Interest_Rate+Unemployment_Rate, data=dat.stock)
r/multiple_regression.txt · Last modified: 2023/10/19 08:23 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki