- Data.c
signature(object = "Contsimulation")
: returns the contaminated data
- Data.id
signature(object = "Contsimulation")
: returns the ideal data
- Data<-
signature(object = "Contsimulation")
: ERROR: A modification of simulated data is not allowed.
- filename
signature(object = "Contsimulation")
: returns the the filename
- filename<-
signature(object = "Contsimulation")
: changes the the filename
- name
signature(object = "Contsimulation")
: returns the the name
- name<-
signature(object = "Contsimulation")
: changes the the name
- distribution.c
signature(object = "Contsimulation")
: returns the distribution of the contaminated data
- distribution.c<-
signature(object = "Contsimulation")
: changes the distribution of the contaminated data
- distribution.id
signature(object = "Contsimulation")
: returns the distribution of the ideal data
- distribution.id<-
signature(object = "Contsimulation")
: changes the distribution of the ideal data
- seed
signature(object = "Contsimulation")
: returns the seed
- seed<-
signature(object = "Contsimulation")
: changes the seed
- ind
signature(object = "Contsimulation")
: returns the indicator which saves which data is contaminated
- initialize
signature(.Object = "Contsimulation")
: initialize method
- rate
signature(object = "Contsimulation")
: returns the contamination rate
- rate<-
signature(object = "Contsimulation")
: changes the contamination rate
- obsDim
signature(object = "Contsimulation")
: returns the dimension of the observations
- getVersion
signature(object = "Contsimulation")
: returns the version of this package, under which this object was generated
- runs
signature(object = "Contsimulation")
: returns the number of runs
- runs<-
signature(object = "Contsimulation")
: changes the number of runs
- samplesize
signature(object = "Contsimulation")
: returns the size of the sample
- samplesize<-
signature(object = "Contsimulation")
: changes the size of the sample
- 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.)
- simulate
signature(x = "Contsimulation")
: generates the random numbers for the simulation
- plot
signature(x = "Contsimulation")
: produces a plot of the real data matrix; ; for details confer plot-methods
- print
signature(x = "Contsimulation")
: returns filename, seed, the observation dimension,
the number of runs, the size of the sample, the contamination rate and the distributions, and,
if from a version > 1.8, also the package version under which the object was generated
- summary
signature(object = "Contsimulation")
: returns filename, seed, number of runs, the size of the
sample, the rate and a statistical summary for each run of the real data