gF: Get a BAMLSS Family

View source: R/families.R

gFR Documentation

Get a BAMLSS Family

Description

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.

Usage

gF(x, ...)

Arguments

x

The name of the family.bamlss without the ".bamlss" extension.

...

Arguments passed to the family object.

Value

A family.bamlss object.

See Also

family.bamlss.

Examples

f <- gF(gaussian)
print(f)

bamlss documentation built on March 19, 2024, 3:08 a.m.