| compute_loadings | R Documentation |
Posterior mean and central credible-interval bounds for each participant-factor loading, returned as a tidy data frame with one row per participant and three columns per factor.
compute_loadings(Lambda_draws, prob = 0.95)
Lambda_draws |
Array of shape |
prob |
Coverage probability for the credible interval (default 0.95). |
A data frame with columns participant, and three numeric
columns per factor: fk_loa (posterior mean), fk_lower, and
fk_upper, for k = 1..K.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.