Learn R Programming

simsem (version 0.2-8)

run: Run a particular object in simsem package.

Description

Run a particular object such as running any distribution objects to create number.

Usage

run(object, ...)

Arguments

object
simsem object
...
any additional arguments, listed below.

Value

  • objectdepends on particular object

See Also

This is the list of classes that can use run method.
  1. SimNorm
  2. SimUnif
  3. SimMatrix
  4. SymMatrix
  5. SimVector
  6. SimSet
  7. SimData
  8. SimModel
  9. SimMisspec

Examples

Run this code
n02 <- simNorm(0, 0.2)
run(n02)

Run the code above in your browser using DataLab