View source: R/help_parameter_estimation_functions.R
check_link_glm | R Documentation |
Function to find the keyword for family of distribution in glm
check_link_glm(family, link)
family |
family of distribution |
link |
function to be used |
Check and get the link function for the method glm
the link if they can be accepted else error
check_link_glm("gaussian", "identity")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.