Learn R Programming

SimDesign (version 0.4.1)

SimDesign_functions: Skeleton functions for simulations

Description

This function prints skeleton versions of the required functions and work-flow required to run simulations, complete with the correct inputs and class of outputs. Use this at the start when defining your simulation.

Usage

SimDesign_functions(filename = NULL)

Arguments

filename
a character vector indicating whether the output should be saved to two respective files containing the simulation design and the functional components, respectively. Using this option is generally the recommended approach when designing simulations

Examples

Run this code
SimDesign_functions()

# write output files
SimDesign_functions('mysim')

Run the code above in your browser using DataLab