wald.test: Wald Test

View source: R/wald.test.R

wald.testR Documentation

Wald Test

Description

Perform Wald test.

Usage

wald.test(est, se, mu, conf.level = 0.95)

Arguments

est

a point estimate.

se

the standard error of the point estimate.

mu

the null hypothesis true mean.

conf.level

a confidence level that will be used to evaluate a confidence interval.

Value

List containing z, p, and confint.

Note

Related to t-test and z-test, commonly used in nonlinear maximum likelihood estimation.

Assumes that the estimation error is normal-distributed and the standard error is known.


arni-magnusson/arni documentation built on Nov. 3, 2023, 7:35 p.m.