Descriptive statistics by group
group: high
vars n mean sd median trimmed mad min max range skew kurtosis se
X1 1 62 -0.44 1.33 0 -0.34 0 -3 3 6 -0.51 0.94 0.17
------------------------------------------------------------
group: low
vars n mean sd median trimmed mad min max range skew kurtosis se
X1 1 60 -1.38 1.43 -1 -1.35 1.48 -3 0 3 -0.11 -1.92 0.18
Warning in leveneTest.default(tmp_nodes_lowHigh$value,
tmp_nodes_lowHigh$group): tmp_nodes_lowHigh$group coerced to factor.
Levene's Test for Homogeneity of Variance (center = median)
Df F value Pr(>F)
group 1 16.844 7.435e-05 ***
120
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
t.test(tmp_nodes_lowHigh$value ~ tmp_nodes_lowHigh$group, var.equal =FALSE, alternative ="two.sided")
Welch Two Sample t-test
data: tmp_nodes_lowHigh$value by tmp_nodes_lowHigh$group
t = 3.7973, df = 118.66, p-value = 0.0002321
alternative hypothesis: true difference in means between group high and group low is not equal to 0
95 percent confidence interval:
0.4535787 1.4421202
sample estimates:
mean in group high mean in group low
-0.4354839 -1.3833333