Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

LRNormalMean_KV

Likelihood ratio test for equality of mean when the variance is known


Description

Likelihood ratio test for equality of mean when the variance is known for a sample from normal distribution is setup here. For details, refer Chapter 7 of the book.

Usage

LRNormalMean_KV(x, mu0, alpha, sigma)

Arguments

x

the variable of interest

mu0

the mean of interest

alpha

size of the LR test

sigma

value of the known standard deviation

Author(s)

Prabhanjan N. Tattar

See Also

t.test

Examples

data(hw)
LRNormalMean_KV(hw$Height,mu0=70, alpha=0.05, sigma=sqrt(20))

ACSWR

A Companion Package for the Book "A Course in Statistics with R"

v1.0
GPL-2
Authors
Prabhanjan Tattar
Initial release
2015-09-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.