Estimate the single trajectory model using a Gibbs Sampler
1 2 |
X: |
Matrix, design matrix. 1st column should be the id. |
y: |
Vector, outcomes |
K: |
Integer, number of latent classes |
z: |
Matrix, K x dim(X)[2] indicator matrix indicating which variables to include in each group. |
iterations: |
Integer, number of MCMC iterations |
W: |
Matrix, design matrix for group membership |
thin: |
Integer, store every 'thin' iteration |
dispIter: |
Integer, frequency of printing the iteration number |
ll: |
Boolean, Set to TRUE to display the maximum log-likelihood over all the draws. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.