Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
It is useful to be able to extract the (inverse) link function from the
familyobject stored in an estimated GAM.Need:
inv_link()for the inverse of the link functionlink()for the link functionfamilymethod for objects of class"gam""gamm""bam""glm"gamm4()objects?)Will need an argument
parameterwhere the user can specify which parameter of the response distribution is required as we want to handle GAMLSS or distributional models. Defaultparameteris"mu".Perhaps allow
"location","scale","shape"as options toparameteras those are more generic in terms of the GAMLSS terminology.