compute_loading_row_conditional_mean_weight_matrix | R Documentation |
Compute the weight of the remaining loading matrix in the conditional mean for each row of the loading matrix.
compute_loading_row_conditional_mean_weight_matrix( loading_prior_correlation, perform_checks = TRUE )
loading_prior_correlation |
A D'xD' correlation matrix. The correlation within loadings under the Gaussian prior. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
A D'x(D'-1) matrix of positive real numbers. The weight of the remaining loading matrix in the conditional mean of each row in the loading matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.