fnorm {EMSNM}R Documentation

Density Value

Description

Calculate the density value of respond value Y under each mean and homogeneous variance.

Usage

fnorm(Y, mu, sigma)

Arguments

Y

the respond variable

mu

different mean of each subgroup

sigma

standard error

Value

the density value of Y under different mu and common sigma.

Author(s)

Linsui Deng

Examples

fnormtest <- fnorm(matrix(1:6,3,2),matrix(seq(1,3,length=6),3,2),1)

[Package EMSNM version 1.0 Index]