Learn R Programming

packDAMipd (version 1.1.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)

Value

the link if they can be accepted else error

Arguments

family

family of distribution

link

function to be used

Details

Check and get the link function for the method glm

Examples

Run this code
check_link_glm("gaussian", "identity")

Run the code above in your browser using DataLab