compute_theta {proclhmm} | R Documentation |
Estimate latent traits in LHMM
Description
Compute MAP estimates of latent traits given LHMM parameters
Usage
compute_theta(int_seqs, para_a, para_b, para_alpha, para_beta, para_P1, n_pts)
Arguments
int_seqs |
a list of |
para_a |
|
para_b |
|
para_alpha |
|
para_beta |
|
para_P1 |
a vector of length |
n_pts |
number of quadrature points |
Value
a vector of length n
. Estimated latent traits.
[Package proclhmm version 1.0.0 Index]