savedata-methods {distr}R Documentation

Methods for Function savedata in Package 'distr'

Description

savedata-methods

Methods

savedata
signature(object = "Dataclass"): saves the object (with the data) in the directory of R
savedata
signature(object = "Simulation"): saves the object without the data in the directory of R (After loading the data can be reproduced by using simulate.)
savedata
signature(object = "Contsimulation"): saves the object without the data in the directory of R (After loading the data can be reproduced by using simulate.)
savedata
signature(object = "Evaluation"): saves the object in two files in the directory of R - one with data, one without as comment file

See Also

Dataclass-class Simulation-class Contsimulation-class Evaluation-class


[Package distr version 1.5 Index]