
Last chance! 50% off unlimited learning
Sale ends in
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
)
Name of the script file, partial matching is supported via
match.arg
.
optional path to directory in which the copy of the script should be created. By default the current working directory is used.
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.
if (FALSE) {
viewCopyOfSimulationStudy("sensitivityCurves")
}
Run the code above in your browser using DataLab