Learn R Programming

OpenMx (version 2.3.1)

omxNormalQuantiles: omxNormalQuantiles

Description

Get quantiles from a normal distribution

Usage

omxNormalQuantiles(nBreaks, mean = 0, sd = 1)

Arguments

nBreaks
the number of thresholds, or a vector of the number of thresholds
mean
the mean of the underlying normal distribution
sd
the standard deviation of the underlying normal distribution

Value

  • a vector of quantiles

Examples

Run this code
omxNormalQuantiles(3)
omxNormalQuantiles(3, mean=7)
omxNormalQuantiles(2, mean=1, sd=3)

Run the code above in your browser using DataLab