gF.Rd
Function to get a family.bamlss
object to be used for fitting. The main
purpose of this function is to ease the handling of extra arguments to the family object.
gF(x, ...)
The name of the family.bamlss
without the ".bamlss"
extension.
Arguments passed to the family object.
A family.bamlss
object.
f <- gF(gaussian)
print(f)
#> Family: gaussian
#> Link function: mu = identity, sigma = log
#> ---
#> Derivative functions:
#> ..$ score
#> .. ..$ mu
#> .. ..$ sigma
#> ..$ hess
#> .. ..$ mu
#> .. ..$ sigma