Estimates parameters of either a BACE, MACE, or DS coding model using coder-object labels
1 2 3 4 5 6 7 |
long_labels |
should be a data frame with columns:
because long_labels is in long format, there shouldn't be any missing data |
model |
one of c("BACE", "DS", "MACE") |
max_iter |
maximum number of iterations for the EM algorithm; I would advise not touching this unless you know what you are doing. |
tol |
the algorithm is terminated once the change in average log likelihood (average taken at the object level) is both positive and less than tol. |
verbose |
if TRUE, the function will print status updates during the EM algorithm. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.