R で学ぶ統計面接対策
Zuzanna Chmielewska
Actuary

t検定の前提:








$$H_{0}: \mu = \mu_{0}$$
$$H_{1}: \mu \neq \mu_{0}$$
where:
$\mu$ - 母平均
$\mu_{0}$ - 仮説平均
t.test(x)

t.test(x)

t.test(x)

t.test(x, mu = 2)

t.test(x, mu = 2, conf.level = 0.9)

t.test()R で学ぶ統計面接対策