Learn R Programming

packDAMipd (version 0.2.0)

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

Value

the link if they can be accepted else error

Details

Check and get the link function for the method glm

Examples

Run this code
# NOT RUN {
check_link_glm("gaussian", "identity")
# }

Run the code above in your browser using DataLab