| set_spline_options {opm} | R Documentation | 
Function to set up spline options which can be passed to
do_aggr. 
  set_spline_options(type = c("tp.spline", "p.spline", "smooth.spline"),
    knots = NULL, gamma = 1,
    est.method = c("REML", "ML", "GCV"), s.par = NULL,
    correlation = NULL, save.models = FALSE,
    filename = NULL, ...)
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