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.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.