You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is useful to be able to extract the (inverse) link function from the family object stored in an estimated GAM.
Need:
inv_link() for the inverse of the link function
link() for the link function
family method for objects of class
"gam"
"gamm"
"bam"
"glm"
(handle gamm4() objects?)
Will need an argument parameter where the user can specify which parameter of the response distribution is required as we want to handle GAMLSS or distributional models. Default parameter is "mu".
Perhaps allow "location", "scale", "shape" as options to parameter as those are more generic in terms of the GAMLSS terminology.
The text was updated successfully, but these errors were encountered:
It is useful to be able to extract the (inverse) link function from the
family
object stored in an estimated GAM.Need:
inv_link()
for the inverse of the link functionlink()
for the link functionfamily
method for objects of class"gam"
"gamm"
"bam"
"glm"
gamm4()
objects?)Will need an argument
parameter
where the user can specify which parameter of the response distribution is required as we want to handle GAMLSS or distributional models. Defaultparameter
is"mu"
.Perhaps allow
"location"
,"scale"
,"shape"
as options toparameter
as those are more generic in terms of the GAMLSS terminology.The text was updated successfully, but these errors were encountered: