sdiDf-class {portfolioSim} | R Documentation |
Class "sdiDf" is an interface for converting an object of
class "data.frame"
into an object of class "simData"
.
Objects can be created by calls of the form new("sdiDf",
...)
data
:"data.frame"
storing the
data to be used in the simulation. period.var
:"character"
representing the column in data
containing some object of
class "orderable"
to be used as periods in the simulation.
Class "simDataInterface"
, directly.
signature(object = "sdiDf", period =
"orderable", verbose = "logical")
: Returns an object of class
"simData"
containing the data for only that period
specified by period
.Jeff Enos jeff@kanecap.com