| compute_zscores | R Documentation |
Posterior mean and central credible-interval bounds for each statement-factor z-score, returned as a tidy data frame with one row per statement and three columns per factor.
compute_zscores(F_draws, prob = 0.95)
F_draws |
Array of shape |
prob |
Coverage probability for the credible interval. |
A data frame with columns statement, and three numeric
columns per factor: fk_zsc (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.