Skip to content

Instantly share code, notes, and snippets.

@Coornail
Last active December 26, 2015 01:19
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/da0b80ea29f4a6200b8d to your computer and use it in GitHub Desktop.
Save Coornail/da0b80ea29f4a6200b8d to your computer and use it in GitHub Desktop.
> noopept.model.productivity <- lm(supplements$Productivity ~ supplements$Noopept)
> summary(noopept.model.productivity)
Call:
lm(formula = supplements$Productivity ~ supplements$Noopept)
Residuals:
Min 1Q Median 3Q Max
-1.9774 -0.4661 0.0226 0.5226 1.3573
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2.466094 0.111642 22.089 < 2e-16 ***
supplements$Noopept 0.009296 0.003202 2.903 0.00437 **
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 0.6589 on 125 degrees of freedom
(96 observations deleted due to missingness)
Multiple R-squared: 0.06317, Adjusted R-squared: 0.05567
F-statistic: 8.429 on 1 and 125 DF, p-value: 0.004368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment