find_glm_distribution: Function to find the keyword for family of distribution in...

View source: R/help_parameter_estimation_functions.R

find_glm_distributionR 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")

packDAMipd documentation built on May 29, 2024, 3:18 a.m.