Description Objects from the Class Slots Methods Examples
Any hypothesis test applied on a GMM fit model is stored as an object of
class "hypothesisTest"
.
Objects can be created by calls of the form new("hypothesisTest", ...)
.
It is created by hypothesisTest
method.
test
:Object of class "numeric"
~~
hypothesis
:Object of class "character"
~~
dist
:Object of class "character"
~~
df
:Object of class "integer"
~~
pvalue
:Object of class "numeric"
~~
type
:Object of class "character"
~~
signature(x = "hypothesisTest")
: ...
signature(object = "hypothesisTest")
: ...
1 | showClass("hypothesisTest")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.