Version Management {distrSim}R Documentation

Methods for Version Management in Package 'distrSim'

Description

Version-Management-methods

Far-reaching Change in Design

From version 1.8 of this package on, we have changed the format how data / simulations are stored: In order to be able to cope with multivariate distributions, regression distributions and (later) time series distributions, we have switched to the common array format: samplesize x obsDim x runs; for saved objects from earlier versions, we provide the functions isOldVersion and conv2NewVersion to check whether the object was generated by an older version of this package and to convert such an object to the new format, respectively.

Methods

getVersion
signature(object = "Dataclass"): returns slot version of an object of class "Dataclass".
isOldVersion
signature(object = "Dataclass"): returns TRUE and a warning if slot version (which was introduced in version 1.8) is missing; else returns FALSE.
conv2NewVersion
signature(object = "Dataclass"): changes an object with format runs x samplesize (old format) to samplesize x obsDim x runs (new format)

[Package distrSim version 1.8 Index]