Skip to content

Instantly share code, notes, and snippets.

@threefeather
Last active December 8, 2016 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save threefeather/96eca191b5bd9b73817b3e84ab366890 to your computer and use it in GitHub Desktop.
Save threefeather/96eca191b5bd9b73817b3e84ab366890 to your computer and use it in GitHub Desktop.
Call:
lm(formula = Interest.Rate ~ . - Date, data = Ist.complete_final)
Residuals:
Min 1Q Median 3Q Max
-7.7459 -0.9721 -0.1388 0.9188 5.8663
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 13.09168 2.50591 5.224 5.56e-07 ***
unem.rate -1.03612 0.14782 -7.009 6.91e-11 ***
BankLoan 1.10072 0.17018 6.468 1.23e-09 ***
RealExport 0.38990 0.07774 5.015 1.43e-06 ***
Personal.Consumption.Expenditures 0.93013 0.31108 2.990 0.00325 **
RGDP -0.13631 0.06203 -2.197 0.02948 *
Total.Vehicle.Sales -1.08996 0.10183 -10.704 < 2e-16 ***
U.S.Dollar.Index 0.14807 0.01052 14.077 < 2e-16 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 1.815 on 155 degrees of freedom
Multiple R-squared: 0.7074, Adjusted R-squared: 0.6942
F-statistic: 53.53 on 7 and 155 DF, p-value: < 2.2e-16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment