estimate_write_csv {decisionSupport} | R Documentation |
Write an Estimate to CSV - File.
Description
This function writes an estimate
to the specified csv file(s).
Usage
estimate_write_csv(
estimate,
fileName,
varNamesAsColumn = TRUE,
quote = FALSE,
...
)
Arguments
estimate |
|
fileName |
|
varNamesAsColumn |
|
quote |
a |
... |
Further parameters to be passed to |
Details
The marginal information of the estimate
is written to file fileName=<marginal-filename>.csv
. If
the estimate contains correlated variables, the correlation matrix is written to the separate
file <marginal-filename>_cor.csv
.
See Also
estimate_read_csv
, estimate
, write.table