lhb.mplus | R Documentation |
likelihood of rank order under Thurstonian IRT model, using pair intercepts as Mplus
lhb.mplus(
traits,
int,
loads,
uni,
y_b,
perms,
perms_int,
Tr,
nb,
algorithm = mvtnorm::TVPACK(),
loga = TRUE
)
traits |
vector of traits |
int |
vector of intercepts and minus intercepts for block b |
loads |
matrix of factor loadings for block b |
uni |
matrix of error (co)variances for block b |
y_b |
index for rank order in perms for block b |
perms |
permutations (order(rank(), decreasing=F) order(, decreasing=T)) |
perms_int |
indices of intercepts (+ or -) |
Tr |
matrix of pairwise comparisons (only consecutive ones, last row is ignored) |
nb |
numeric, block size |
algorithm |
algorithm to use for numerical approximation in mvtnorm::pmvnorm, defaults to TVPACK() |
loga |
logical: return logarithmized result? defaults to TRUE |
likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.