Description Usage Arguments Value See Also
This function trains an independent Poisson model for multivariate count estimation.
1 | train_iPoiss(train, gp_train)
|
train |
data frame. The training data set, consisting of counts. Columns represent variables, rows represent observations. |
gp_train |
vector. Groups for each observation. |
A list.
params |
A matrix of Poisson parameters for each group-variable combination. Rows represent groups, columns represent variables. |
train |
Train data set. |
gp_train |
Groups of the train data set. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.