gF | R Documentation |
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, ...)
x |
The name of the |
... |
Arguments passed to the family object. |
A family.bamlss
object.
family.bamlss
.
f <- gF(gaussian)
print(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.