| multSim2multSimCsv | R Documentation |
Convert an object of class multSim to an object of class
multSimCsv. This can be useful if it turns out that the
multSim object needs to much working memory.
multSim2multSimCsv(
ms,
prefix = format(ms$model),
append = FALSE,
digits = NULL
)
ms |
object of class |
prefix |
string which determines the begin of all filenames that are created by the method, e.g. "NameOfModel". You can also specify a path where to save the result, e.g. "home/path/to/simulations/NameofModel". |
append |
logical. If there already exists a file with the same filename
and |
digits |
integer indicating how many significant digits are to be saved
in the csv files. Restricting digits can lead to smaller csv files. The
default, NULL, uses |
object of class multSimCsv providing the filenames of
all csv files that contain the simulated results with corresponding LaF
objects stored in element lafList.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.