check_link_glm {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

check_link_glm(family, link)

Arguments

family

family of distribution

link

function to be used

Details

Check and get the link function for the method glm

Value

the link if they can be accepted else error

Examples

check_link_glm("gaussian", "identity")

[Package packDAMipd version 1.1.0 Index]