find_glm_distribution {packDAMipd} | R Documentation |
Function to find the keyword for family of distribution in glm
Description
Function to find the keyword for family of distribution in glm
Usage
find_glm_distribution(text)
Arguments
text |
distribution |
Details
Find the family for glm method
Value
the keyword - the name of distribution
Examples
find_glm_distribution("gamma")
[Package packDAMipd version 1.1.0 Index]