powered by
Samples from a Mother class object.
rCompCop(n, structure)
the number of realisations.
an object of class Mother.
A numeric matrix of sampled data from the structure
# NOT RUN { ## Create the structure structure <- GEO(0.1, 1, list(GAMMA(0.2, 2:3, NULL), GEO(0.3, 4:5, NULL))) ## Sample from the structure rCompCop(1000, structure) # }
Run the code above in your browser using DataLab