LRTest-class {MAINT.Data}R Documentation

Class LRTest

Description

LRTest contains the results of likelihood ratio tests

Slots

ChiSq:

Value of the Chi-Square statistics corresponding to the performed test

df:

Degrees of freedom of the Chi-Square statistics

pvalue:

p-value of the Chi-Square statistics value, obtained from the Chi-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

Methods

show

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

Author(s)

Pedro Duarte Silva <psilva@porto.ucp.pt>
Paula Brito <mpbrito.fep.up.pt>

See Also

mle, IData, ConfTests, MANOVA


[Package MAINT.Data version 2.7.1 Index]