Description Usage Arguments Value Examples
View source: R/gaudermanModelling.R
The screening method extracts peaks that are likely to
| 1 2 | createGoudermanData(selectedLDO, breaks, center, timeperiod = NA,
  range = NA)
 | 
| s | A numeric value to | 
square of the in put
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run: 
 
  data(modelSelectionObjectExample)
  
  optimal<-getOptimalSpline(lobraModelSelectionObject, qualityMeasure="AIC")
  breaks<- optimal@breaks$optimalID
  center<- 14
  timeperiod <- 4;
  gaudermanLDOexample4TP <- createGoudermanData(modelSelectionObject@ldo, breaks, center, timeperiod)
  save(gaudermanLDOexample4TP,file="data/mygaudermanLDOExample4.RData")
  
  range <- c(9,13)
  center<- 9;
  gaudermanLDOexample3TP <- createGoudermanData(modelSelectionObject@ldo, breaks=range, center, range=range);
  save(gaudermanLDOexample3TP,file="data/mygaudermanLDOExample3.RData")
  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.