H2_excess BET_SSA
Min. :0.000 Min. : 3
1st Qu.:3.045 1st Qu.:1276
Median :4.610 Median :2113
Mean :3.580 Mean :1693
3rd Qu.:4.933 3rd Qu.:2388
Max. :5.290 Max. :2814
Warning in cor.test.default(dat$BET_SSA, dat$H2_excess, method = "kendall"):
Cannot compute exact p-value with ties
cor_result_kendall
Kendall's rank correlation tau
data: dat$BET_SSA and dat$H2_excess
z = 3.3662, p-value = 0.000762
alternative hypothesis: true tau is not equal to 0
sample estimates:
tau
0.9819805
Welch Two Sample t-test
data: H2_excess by type
t = -0.070009, df = 5.9969, p-value = 0.9465
alternative hypothesis: true difference in means between group OP and group UTL is not equal to 0
95 percent confidence interval:
-4.314688 4.074688
sample estimates:
mean in group OP mean in group UTL
3.52 3.64
t.test(BET_SSA ~ type, data = dat) # 比较比表面积
Welch Two Sample t-test
data: BET_SSA by type
t = -0.26163, df = 5.9096, p-value = 0.8025
alternative hypothesis: true difference in means between group OP and group UTL is not equal to 0
95 percent confidence interval:
-2251.493 1817.993
sample estimates:
mean in group OP mean in group UTL
1584.50 1801.25