Learn R Programming

MAINT.Data (version 1.0.1)

ConfTests-class: Class "Configuration Tests"

Description

ConfTests contains a list of the results of statistical likelihood-ratio tests that evaluate the goodness-of-fit of restricted models against more general ones. Currently, the models implemented are those based on the Normal and Skew-Normal distributions, with the four alternative variance-covariance matrix configurations.

Arguments

Slots

TestRes:

List of test results; each element is an object of type LRTest, with the following components: QuiSq: Value of the Qui-Square statistics corresponding to the performed test. df: Degrees of freedom of the Qui-Square statistics. pvalue: p-value of the Qui-Square statistics value, obtained from the Qui-Square distribution with df degrees of freedom. H0logLik: Logarithm of the Likelihood function under the null hypothesis. H1logLik: Logarithm of the Likelihood function under the alternative hypothesis.

RestModels:

The restrited model (corresponding to the null hypothesis)

FullModels:

The full model (corresponding to the alternative hypothesis)

Methods

show

signature(object = "ConfTests"): show S4 method for the ConfTests-class

See Also

mle, ,