IdtMANOVA-class | R Documentation |
IdtMANOVA extends LRTest
directly, containing the results of MANOVA tests on the interval-valued data. This class is not used directly, but is the basis for different specializations according to the model assumed for the
distribution in each group. In particular, the following specializations of IdtMANOVA are currently implemented:
IdtClMANOVA
extends IdtMANOVA, assuming a classical (i.e., homoscedastic gaussian) setup.
IdtHetNMANOVA
extends IdtMANOVA, assuming a heteroscedastic gaussian set-up.
IdtLocSNMANOVA
extends IdtMANOVA, assuming a Skew-Normal location model set-up.
IdtLocNSNMANOVA
extends IdtMANOVA, assuming either a homoscedastic gaussian or Skew-Normal location model set-up.
IdtGenSNMANOVA
extends IdtMANOVA, assuming a Skew-Normal general model set-up.
IdtGenNSNMANOVA
extends IdtMANOVA, assuming either a heteroscedastic gaussian or Skew-Normal general model set-up.
NIVar
:Number of interval variables.
grouping
:Factor indicating the group to which each observation belongs to.
H0res
:Model estimates under the null hypothesis.
H1res
:Model estimates under the alternative hypothesis.
ChiSq
:Inherited from class LRTest
. Value of the Chi-Square statistics corresponding to the performed test.
df
:Inherited from class LRTest
. Degrees of freedom of the Chi-Square statistics.
pvalue
:Inherited from class LRTest
. p-value of the Chi-Square statistics value, obtained from the Chi-Square distribution with df degrees of freedom.
H0logLik
:Inherited from class LRTest
. Logarithm of the Likelihood function under the null hypothesis.
H1logLik
:Inherited from class LRTest
. Logarithm of the Likelihood function under the alternative hypothesis.
signature(object = "IdtMANOVA")
: show S4 method for the IdtMANOVA-classes.
signature(object = "IdtMANOVA")
: summary S4 method for the IdtMANOVA-classes.
signature(object = "IdtMANOVA")
: retrieves the model estimates under the null hypothesis.
signature(object = "IdtMANOVA")
: retrieves the model estimates under the alternative hypothesis.
signature(x = "IdtClMANOVA")
: Linear Discriminant Analysis using the estimated model parameters.
signature(x = "IdtLocNSNMANOVA")
: Linear Discriminant Analysis using the estimated model parameters.
signature(x = "IdtHetNMANOVA")
: Quadratic Discriminant Analysis using the estimated model parameters.
signature(x = "IdtGenNSNMANOVA")
: Quadratic Discriminant Analysis using the estimated model parameters.
signature(x = "IdtLocNSNMANOVA")
: Discriminant Analysis using maximum likelihood parameter estimates of SkewNormal mixtures assuming a "location" model (i.e., groups differ only in location parameters).
signature(x = "IdtGenSNMANOVA")
: Discriminant Analysis using maximum likelihood parameter estimates of SkewNormal mixtures assuming a general model (i.e., groups differ in all parameters).
signature(x = "IdtGenNSNMANOVA")
: Discriminant Analysis using maximum likelihood parameter estimates of SkewNormal mixtures assuming a general model (i.e., groups differ in all parameters).
Class LRTest
, directly.
Pedro Duarte Silva <psilva@porto.ucp.pt>
Paula Brito <mpbrito.fep.up.pt>
Brito, P., Duarte Silva, A. P. (2012): "Modelling Interval Data with Normal and Skew-Normal Distributions". Journal of Applied Statistics, Volume 39, Issue 1, 3-20.
MANOVA
, lda
, qda
, snda
, IData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.