MFAIRSingleFactor object contains the key information about the fitted single factor MFAI model.
Source:R/mfairObject.R
MFAIRSingleFactor-class.RdMFAIRSingleFactor object contains the key information about the fitted single factor MFAI model.
Slots
Y_missingLogical. Whether the main data matrix Y is partially observed.
n_obsInteger. Total number of observed entries in Y.
muAn vector of length N representing the inferred loading, corresponding to the posterior mean of z in the single factor MFAI model.
a_sqNumeric. The posterior variance of the loading z. For fully observed Y, all N elements of the loading share the same posterior variance, then a_sq is a single number. For Y with missing data, the elements have different posterior variances, then a_sq is a vector of length N.
nuAn vector of length M representing the inferred factor, corresponding to the posterior mean of w in the single factor MFAI model.
b_sqNumeric. The posterior variance of the factor w. For fully observed Y, all M elements of the factor share the same posterior variance, then b_sq is a single number. For Y with missing data, the elements have different posterior variances, then b_sq is a vector of length M.
tauNumeric. Precision parameter this pair of loading/factor.
betaNumeric. Precision parameter for this loading z.
FXAn vector of length N representing the prior mean of z, corresponding to F(X) in the single factor MFAI model.
tree_0Numeric. Tree_0 is defined as the mean of mu vector.
tree_listA list containing multiple decision trees, corresponding to function F(.) in the single factor MFAI model.
projectCharacter. Name of the project (for record keeping).