latent_cor | R Documentation |
Estimates correlations between latent traits using plausible values as described in Marsman, et al. (2022). An item_property is used to distinguish the different scales.
latent_cor(
dataSrc,
item_property,
predicate = NULL,
nDraws = 500,
hpd = 0.95,
use = "complete.obs"
)
dataSrc |
A connection to a dexter database or a data.frame with columns: person_id, item_id, item_score and the item_property |
item_property |
The name of the item property used to define the domains. If |
predicate |
An optional expression to subset data, if NULL all data is used |
nDraws |
Number of draws for plausible values |
hpd |
width of Bayesian highest posterior density interval around the correlations, value must be between 0 and 1. |
use |
Only complete.obs at this time. Respondents who don't have a score for one or more scales are removed. |
This function uses plausible values so results may differ slightly between calls.
List containing a estimated correlation matrix, the corresponding standard deviations, and the lower and upper limits of the highest posterior density interval
Marsman, M., Bechger, T. M., & Maris, G. K. (2022). Composition algorithms for conditional distributions. In Essays on Contemporary Psychometrics (pp. 219-250). Cham: Springer International Publishing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.