mxNormalQuantiles: mxNormalQuantiles

View source: R/MxThreshold.R

mxNormalQuantilesR Documentation

mxNormalQuantiles

Description

Get quantiles from a normal distribution

Usage

mxNormalQuantiles(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

mxNormalQuantiles(3)
mxNormalQuantiles(3, mean=7)
mxNormalQuantiles(2, mean=1, sd=3)

OpenMx documentation built on Nov. 8, 2023, 1:08 a.m.