as.data.frame.mcSimulation {decisionSupport} | R Documentation |
Coerce Monte Carlo simulation results to a data frame.
Description
Coerces Monte Carlo simulation results to a data frame.
Usage
## S3 method for class 'mcSimulation'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = NA
)
Arguments
x |
An object of class |
row.names |
|
optional |
logical. If |
... |
additional arguments to be passed to or from methods. |
stringsAsFactors |
logical: should the character vector be converted to a factor? |
See Also
[Package decisionSupport version 1.114 Index]