bamlss (version 1.2-3)

gF: 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, ...)

Value

A family.bamlss object.

Arguments

x

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

...

Arguments passed to the family object.

See Also

family.bamlss.

Examples

Run this code
f <- gF(gaussian)
print(f)

Run the code above in your browser using DataLab