Learn R Programming

EMSNM (version 1.0)

fnorm: 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.

Examples

Run this code
# NOT RUN {
fnormtest <- fnorm(matrix(1:6,3,2),matrix(seq(1,3,length=6),3,2),1)
# }

Run the code above in your browser using DataLab