Learn R Programming

gestate (version 1.6.0)

createRFfunction,Curve-method: Method for creating a random draw function from a Curve object

Description

This creates a random draw function from the Curve object

Usage

# S4 method for Curve
createRFfunction(theObject, n = "n")

Arguments

theObject

The name of the Curve Object

n

The parameter name for the number of random draws to make. Default=n

Examples

Run this code
createRFfunction(Weibull(100,1))

Run the code above in your browser using DataLab