gen.glm.model {covid19.analytics} | R Documentation |
function to generate models using GLM
Description
function to generate models using GLM
Usage
gen.glm.model(y, family = Gamma(link = "log"))
Arguments
y |
vector containing the data to fit |
family |
family to use in the GLM method |
[Package covid19.analytics version 2.1.3.3 Index]