Usage Arguments Value Examples
View source: R/train.peaksplines.R
| 1 | getOptimalSpline(modelSelectionObject, qualityMeasure = "AIC")
 | 
| qualityMeasure | Quality measure to be used to select the optimal spline. | 
modelSelectionObject that contains the optimal model.
| 1 2 3 4 5 | ## Not run: 
 
  data(modelSelectionObjectExample)
  
  optimal<-getOptimalSpline(modelSelectionObject, qualityMeasure="AIC")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.