On 11-02-07 19:21, Sascha Vieweg wrote:
Hello, knowing that some index y, with y(341)=2, SE=3, is t-distributed, I
(think I) can find an appropriate (left/one-sided) p-value with
R: y <- 2
R: yse <- 3
R: (p <- 1-pt(y/yse, df=341))
Now, some simulation resulted in the non-parametric distrib
Hello, knowing that some index y, with y(341)=2, SE=3, is
t-distributed, I (think I) can find an appropriate
(left/one-sided) p-value with
R: y <- 2
R: yse <- 3
R: (p <- 1-pt(y/yse, df=341))
Now, some simulation resulted in the non-parametric distribution,
Y, of my index, y:
R: Y <- rnorm(2
2 matches
Mail list logo