Skip to content

Instantly share code, notes, and snippets.

@Coornail
Last active December 26, 2015 01:49
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 Coornail/9bf02f6c3389a472fe73 to your computer and use it in GitHub Desktop.
Save Coornail/9bf02f6c3389a472fe73 to your computer and use it in GitHub Desktop.
> alcar.model.mood <- lm(supplements$Mood ~ supplements$ALCAR)
> summary(alcar.model.mood)
Call:
lm(formula = supplements$Mood ~ supplements$ALCAR)
Residuals:
Min 1Q Median 3Q Max
-1.3940 -0.2403 0.0260 0.3560 1.1060
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2.894e+00 3.975e-02 72.797 <2e-16 ***
supplements$ALCAR 1.509e-04 8.612e-05 1.752 0.0816 .
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 0.4661 on 167 degrees of freedom
(54 observations deleted due to missingness)
Multiple R-squared: 0.01805, Adjusted R-squared: 0.01217
F-statistic: 3.069 on 1 and 167 DF, p-value: 0.08161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment