Learn R Programming

molic (version 2.0.3)

critval: Critical value

Description

Calculate the critical value for test statistic under H_0

Usage

critval(m, alpha = 0.05)

# S3 method for outlier_model critval(m, alpha = 0.05)

Arguments

m

A outlier_model object

alpha

Significance level (between 0 and 1)

Value

The critical value in the distribution of deviance test statistic of m

Details

The value dz can be obtained used the deviance function.

See Also

deviance