Calibrates the TTM using score data and pre-computed topic proportions. Uses a Variational Expectation-Maximization (VEM) approach to estimate student ability (theta), topic penalties (lambda), and item parameters (b).
ttm_est(scores, delta, max_iter = 100, tol = 1e-04)A list containing:
Vector of estimated student abilities.
Matrix of estimated topic penalties.
Vector of person-specific testlet effects.
List of step difficulties for each item.
Akaike Information Criterion.
Bayesian Information Criterion.
An N x J numeric matrix of item scores (0, 1, ...).
An N x K numeric matrix of topic proportions (from ttm_lda).
Maximum number of EM iterations.
Convergence tolerance.