doSample(object, n, ...)# S4 method for Normal,numeric
doSample(object, n)
# S4 method for Beta,numeric
doSample(object, n)
# S4 method for Exponential,numeric
doSample(object, n)
# S4 method for Gamma,numeric
doSample(object, n)
# S4 method for Lognormal,numeric
doSample(object, n)
# S4 method for Pareto,numeric
doSample(object, n)
# S4 method for Poisson,numeric
doSample(object, n)
# S4 method for NegativeBinomial,numeric
doSample(object, n)
# S4 method for Geometric,numeric
doSample(object, n)
# S4 method for Uniform,numeric
doSample(object, n)
# S4 method for Weibull,numeric
doSample(object, n)
# S4 method for Empirical,numeric
doSample(object, n)