simResultSinglePeriod-class {portfolioSim} | R Documentation |
Contains simulation result data for a single period.
Objects can be created by calls of the form new("simResultSinglePeriod", ...)
.
start.data
:"instantData"
that
contains cross-sectional data as of the start of the period.end.data
:"instantData"
that
contains cross-sectional data as of the end of the period.period.data
:"periodData"
that
contains data for the period involving the passage of time. signature(object = "simResultSinglePeriod",
in.loc = "character", fmt = "missing")
: load in the simulation data
stored in in.loc
. Currently only one format, binary
.RData, is available, and so the fmt
parameter is missing
here.
signature(object = "simResultSinglePeriod",
type = "character", fmt = "missing", out.loc = "character", name =
"missing", verbose = "logical")
: save this object. Currently
only one format, binary .RData, is available, and so the
fmt
parameter is missing here.Jeff Enos jeff@kanecap.com