Description Slots Methods Author(s) See Also Examples
The class rcmTest
is the output of a call to RCMtest
.
It stores results from a hypothesis test.
statistic
:Object of class "numeric"
. Observed test statistic (i.e., estimated mutual information).
p.value
:Object of class "numeric"
. P-value for the mutual information test.
betas
:Object of class "numeric"
. Vector of estimated global regression coefficients for each of the covariates in the design matrix.
tau2s
:Object of class "numeric"
. Vector of estimated regression coefficient variances for each of the covariates in the design matrix.
sigma2s
:Object of class "numeric"
. Vector of estimated error variances for all features.
rho
:Object of class "numeric"
. Estimated correlation parameter between the error of two contiguous features.
av.sigma2s
:Object of class "numeric"
. Average of the unshrunken estimated error variances.
shrinkage
:Object of class "numeric"
. Type of shrinkage applied in the estimation.
loglik
:Object of class "numeric"
. The log-likelihood of the fitted model.
nBoot
:Object of class "numeric"
. Number of bootstraps used for p-value calculation.
corType
:Object of class "character"
. Correlation structure used in the fitted model.
null.dist
:Object of class "numeric"
. The permutation null distribution for the test statistic.
remark
:Object of class "character"
. Tells whether the bootstrapping was terminated prematurely or not.
signature(object = "rcmTest")
: Prints the test results.
Wessel van Wieringen: w.vanwieringen@vumc.nl
1 | showClass("rcmTest")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.