est_con_multinominal_c | R Documentation |
Function written in C++
estimating the log likelihood of a given
parameter set during the condition stage.
est_con_multinominal_c(
observations,
anchor,
max_iter = 500000L,
step_size = 1e-04,
cr_rel_change = 1e-12,
n_random_starts = 10L,
fast = TRUE,
trace = FALSE
)
observations |
|
anchor |
|
max_iter |
|
step_size |
|
cr_rel_change |
|
n_random_starts |
|
fast |
|
trace |
|
Returns the log likelihood as a single numeric value.
Berding, Florian, and Pargmann, Julia (2022).Iota Reliability Concept of the Second Generation.Measures for Content Analysis Done by Humans or Artificial Intelligences. Berlin: Logos. https://doi.org/10.30819/5581
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.