Description Usage Arguments Value Author(s)
Predict method for COM-Poisson models
1 2 3 4 |
object |
a fitted object of class from |
newdata |
optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used. |
newmatrices |
optionally, a list with named design matrices
( |
what |
a character indicating which parameter coefficient is
required, parameters for the |
type |
the type of prediction required. The default
|
se.fit |
logical switch indicating if standard errors are
required. Default is |
augment_data |
logical indicating if |
... |
currently not used. |
a tibble with fitted values (codefit) and, possibly,
standard erros (ste
). If augment_data
, the result
will be the newdata
with new columns fit
, fitted
values, and codeste, standard errors.
Eduardo Jr <edujrrib@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.