Hypothesis | R Documentation |
Some description
get_L
Return the L matrix of the hypothesis.
get_M
Return the M matrix of the hypothesis.
get_P
Return the P matrix of the hypothesis.
get_description
Return the description of the hypothesis.
expose
Returns the private structure of the object. For debugging purposes only.
new()
Validates the input for different functions.
Hypothesis class constructor.
Hypothesis$new(M = NULL, L = NULL, P = NULL, description = "")
M
M matrix. Can be omitted if the number of dependent variables equals 1.
L
L matrix. Can be omitted if the number of groups equals 1.
P
P matrix. Can be omitted if the number of covariates equals 0.
description
Character. Description of the hypothesis. Can be any character.
lgc
Object of class Lgc.
get_wald_string()
Returns the a string for the Wald test.
Hypothesis$get_wald_string(lgc)
lgc
Object of class Lgc.
get_contrasts()
Hypothesis$get_contrasts(lgc)
get_contrasts_old()
Hypothesis$get_contrasts_old(lgc)
clone()
The objects of this class are cloneable with this method.
Hypothesis$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.