LvrRatio-class {CompR}R Documentation

Class "LvrRatio"

Description

A class for Lilkelihood Ration Test results

Objects from the Class

Objects can be created by ResSimulLvrRatio().

Slots

Simu:

Object of class "matrix" with the number of classes under H0, Loglikelihoods under H0 and H1, difference between these Loglikelihoods.

Test:

Object of class "matrix" with the level and the associated quantile after performing Likelihood Ratio test.

Methods

getSimu

signature(object = "LvrRatio")

getTest

signature(object = "LvrRatio")

Examples

showClass("LvrRatio")

[Package CompR version 1.0 Index]