Description Usage Arguments Value Author(s) See Also
Function to set up spline options which can be passed to
do_aggr
.
1 2 3 4 5 |
type |
Character scalar. Specifies the spline type which should be fitted. This can be either thin plate splines (tp.spline), penalised B-splines (i.e, P-splines p.spline) or smoothing splines (smooth.spline). |
knots |
Integer scalar. Determines the number of
knots. Per default, the number of knots is chosen
adaptively to the number of unique observations. The
default number also depends on the spline |
gamma |
Integer scalar. Specifies a constant
multiplier to inflate the degrees of freedom in the
|
est.method |
Character scalar. The smoothing
parameter estimation method. Currently, only
|
s.par |
list. Further arguments to be passed to the
smoother |
correlation |
An optional |
save.models |
Should the models be saved (on the disk) for further inspections and plotting? |
filename |
File name of the models. Per default a name is auto-generated based on date and time. The file is always generated in the current working directory. |
... |
Additional arguments to be passed to
|
List of options.
Benjamin Hofner
Other aggregation-functions: do_aggr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.