Is there a relationship between narcissism (DV = NPI) and testosterone?
Call:
lm(formula = NPI ~ test, data = h)
Residuals:
Min 1Q Median 3Q Max
-1.29549 -0.36339 -0.02748 0.27697 1.36124
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2.882071 0.126950 22.702 <2e-16 ***
test 0.003894 0.001502 2.593 0.0112 *
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.5375 on 84 degrees of freedom
(36 observations deleted due to missingness)
Multiple R-squared: 0.07414, Adjusted R-squared: 0.06311
F-statistic: 6.726 on 1 and 84 DF, p-value: 0.01121
Is there a relationship between narcissism (DV = NPI) and sex?
Call:
lm(formula = NPI ~ sex, data = h)
Residuals:
Min 1Q Median 3Q Max
-1.47375 -0.34557 -0.02989 0.36079 1.36397
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 3.5365 0.1478 23.925 <2e-16 ***
sex -0.2627 0.1074 -2.446 0.016 *
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.5245 on 112 degrees of freedom
(8 observations deleted due to missingness)
Multiple R-squared: 0.05073, Adjusted R-squared: 0.04225
F-statistic: 5.985 on 1 and 112 DF, p-value: 0.01598
Is there a relationship between testosterone (DV = test) and sex?
Call:
lm(formula = test ~ sex, data = h)
Residuals:
Min 1Q Median 3Q Max
-60.144 -17.211 -3.365 12.111 137.486
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 139.972 9.935 14.088 < 2e-16 ***
sex -49.288 7.208 -6.838 1.01e-09 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 31.34 on 88 degrees of freedom
(32 observations deleted due to missingness)
Multiple R-squared: 0.347, Adjusted R-squared: 0.3396
F-statistic: 46.76 on 1 and 88 DF, p-value: 1.014e-09
In models 1-3, we wee
- Testosterone is related to narcissism.
- Sex is related to testosterone.
- Sex and testosterone are related to each other……
In models 1-3, we wee
- Testosterone is related to narcissism.
- Sex is related to testosterone.
- Sex and testosterone are related to each other……
Call:
lm(formula = NPI ~ sex + test, data = h)
Residuals:
Min 1Q Median 3Q Max
-1.31150 -0.36048 -0.02691 0.27507 1.35277
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 2.946551 0.315506 9.339 1.37e-14 ***
sex -0.034852 0.155946 -0.223 0.8237
test 0.003646 0.001875 1.944 0.0552 .
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.5405 on 83 degrees of freedom
(36 observations deleted due to missingness)
Multiple R-squared: 0.07469, Adjusted R-squared: 0.0524
F-statistic: 3.35 on 2 and 83 DF, p-value: 0.03989