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.
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)
signature(object = "ConfTests")
: show S4 method for the ConfTests-class
mle
, ,