Learn R Programming

packDAMipd (version 0.2.0)

find_glm_distribution: 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

Value

the keyword - the name of distribution

Details

Find the family for glm method

Examples

Run this code
# NOT RUN {
find_glm_distribution("gamma")
# }

Run the code above in your browser using DataLab