gather_data | R Documentation |
Collects data from model and transforms it from wide- to long-form. Also estimates bootstrapped posterior standard deviations for the latent point estimates.
gather_data(
x,
...,
boot_sd = FALSE,
Nboot = 100,
dynIRT_control = list(threads = 1, verbose = TRUE, thresh = 1e-06, maxit = 500)
)
x |
An object of class |
... |
Other arguments to be passed down |
boot_sd |
Logical indicating whether bootstrapped posterior standard deviations should be produced. |
Nboot |
If |
dynIRT_control |
A list of control parameters for the dynamic IRT models. |
A data frame with latent variable estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.