View source: R/simulationStudies.R
| viewCopyOfSimulationStudy | R Documentation | 
This is a convenience function to make it simple to access the simulation study script files that are shipped with robustlmm.
viewCopyOfSimulationStudy(
  study = c("sensitivityCurves.R", "consistencyAndEfficiencyDiagonal.R",
    "consistencyAndEfficiencyBlockDiagonal.R", "breakdown.R", "convergence.R",
    "robustnessDiagonal.R", "robustnessBlockDiagonal.R"),
  destinationPath = getwd(),
  overwrite = FALSE
)
| study | Name of the script file, partial matching is supported via
 | 
| destinationPath | optional path to directory in which the copy of the script should be created. By default the current working directory is used. | 
| overwrite | logical; should existing destination files be overwritten? | 
The function creates a copy of the script file that can be safely edited without changing the original file.
## Not run: 
  viewCopyOfSimulationStudy("sensitivityCurves")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.