estimateComponents {adaptiveGPCA} | R Documentation |
Estimate parameters in hierarchical model
Description
Estimates the values of and
in a model
.
Usage
estimateComponents(X, Q, Qeig = NULL)
Arguments
X |
An |
Q |
A |
Qeig |
If the eigendecomposition of |
Value
A list with and
.
Examples
data(AntibioticSmall)
estimateComponents(AntibioticSmall$X, AntibioticSmall$Q)
[Package adaptiveGPCA version 0.1.3 Index]