cocoSoc | R Documentation |
This function computes log, quadrtic and ranked probability scores for Poisson and Generalized Poisson models.
cocoSoc(
data,
models = "all",
print.progress = TRUE,
max_x_score = 50,
julia = FALSE,
...
)
data |
A numeric vector containing the data to be used for modeling |
models |
A character string specifying which models to use. Default is |
print.progress |
A logical value indicating whether to print progress messages (Default: |
max_x_score |
An integer which is used as the maximum count for the computation
of the score (defaul: |
julia |
if TRUE, |
... |
Additional arguments to be passed to the |
Supports model selection by computing score over a range of models while maintaining a common sample and a common specification.
A list of class "cocoSoc"
containing:
A list of fitted model objects.
A list of score objects for each model.
A data frame containing the logarithmic, quadratic, and ranked probability scores for each model.
Manuel Huth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.