R/GenerateRV.R

#' GenerateRV generic
#'
#' A generic to sample random variates from an object.
#'
#' @param obj object from which to sample.
#' @param n   number of items to sample.
#' @param \dots further arguments for methods.
#'
#' @author  Berwin A. Turlach <berwin.turlach@gmail.com>
#'
#' @keywords distribution
#'
#' @export
GenerateRV <- function(obj, n, ...) UseMethod("GenerateRV")

Try the SimCop package in your browser

Any scripts or data that you put into this service are public.

SimCop documentation built on May 2, 2019, 12:34 p.m.