View source: R/E_pois_noinfl.R
E_pois_noinfl | R Documentation |
Computes the expected value from a Poisson (PP) distribution based on the model parameters and covariates.
E_pois_noinfl(b, X)
b |
Numeric vector of coefficients for the Poisson model. |
X |
Matrix of predictors for the Poisson model, where rows correspond to observations and columns to covariates. |
A numeric vector of expected values for each observation in the dataset.
dEdq_pois_noinfl
for computing partial derivatives of expected values in the Poisson model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.