fnorm: Density Value

Description Usage Arguments Value Author(s) Examples

View source: R/fnorm.R

Description

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

Usage

1
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

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

EMSNM documentation built on May 2, 2019, 1:41 p.m.