fnorm {EMSNM} | R Documentation |
Calculate the density value of respond value Y under each mean and homogeneous variance.
fnorm(Y, mu, sigma)
Y |
the respond variable |
mu |
different mean of each subgroup |
sigma |
standard error |
the density value of Y under different mu and common sigma.
Linsui Deng
fnormtest <- fnorm(matrix(1:6,3,2),matrix(seq(1,3,length=6),3,2),1)