Description Usage Arguments Value
View source: R/Predict_Lambda.R
Poisson lambda value prediction This function returns the predicted lamda value of each variable given a dataframe and the possion regression model
1 | Preidct_Lambda(df, poisson_model)
|
df |
input dataframe of the original dataset |
poisson_model |
poisson_model input fitted poisson regression model using glm |
a vector space of predicted value lambda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.