View source: R/gams4dts_support.R
gams4dts_bam_model | R Documentation |
bam
model for GAMS4DTS
This function is a wrapper for bam
which passes user-defined inputs from GAMS4DTS
to bam
. The function is not intended to be called outside of GAMS4DTS
.
gams4dts_bam_model( f, likelihood = list(distribution = "gaussian", link = "identity"), rho = 0, knots, gamma = 1, dat )
f |
A formula (see |
likelihood |
A list specifying the likelihood distribution and link function. |
rho |
rho (see |
knots |
knots (see |
gamma |
gamma (see |
dat |
A dataframe containing the data used to fit the model (see |
An bam
model object.
Edward Lavender
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.