link(object, ...)# S3 method for family
link(object, parameter = NULL, which_eta = NULL, ...)
# S3 method for gam
link(object, parameter = NULL, which_eta = NULL, ...)
# S3 method for bam
link(object, parameter = NULL, which_eta = NULL, ...)
# S3 method for gamm
link(object, ...)
# S3 method for glm
link(object, ...)
# S3 method for list
link(object, ...)
inv_link(object, ...)
# S3 method for family
inv_link(object, parameter = NULL, which_eta = NULL, ...)
# S3 method for gam
inv_link(object, parameter = NULL, which_eta = NULL, ...)
# S3 method for bam
inv_link(object, parameter = NULL, which_eta = NULL, ...)
# S3 method for gamm
inv_link(object, ...)
# S3 method for list
inv_link(object, ...)
# S3 method for glm
inv_link(object, ...)
extract_link(family, ...)
# S3 method for family
extract_link(family, inverse = FALSE, ...)
# S3 method for general.family
extract_link(family, parameter, inverse = FALSE, which_eta = NULL, ...)