Preidct_Lambda: Poisson lambda value prediction This function returns the...

Description Usage Arguments Value

View source: R/Predict_Lambda.R

Description

Poisson lambda value prediction This function returns the predicted lamda value of each variable given a dataframe and the possion regression model

Usage

1
Preidct_Lambda(df, poisson_model)

Arguments

df

input dataframe of the original dataset

poisson_model

poisson_model input fitted poisson regression model using glm

Value

a vector space of predicted value lambda


frankcj6/Poisson_glm_tools documentation built on May 7, 2020, 12:09 a.m.