Learn R Programming

simsem (version 0.2-8)

simWeibull: Create random Weibull distribution object

Description

Create random Weibull distribution object. Random Weibull distribution object will save the shape and scale parameters.

Usage

simWeibull(shape, scale = 1)

Arguments

shape
The shape parameter
scale
The scale parameter

Value

  • SimWeibullRandom Weibull Distribution object (SimWeibull) that save the specified parameters

See Also

  • VirtualDistfor all distribution objects.

Examples

Run this code
exWeibull <- simWeibull(2, 100)
    run(exWeibull)
	summary(exWeibull)

Run the code above in your browser using DataLab