probitnorm {mcmapper} | R Documentation |
Functions related to probit-normal distribution.
Description
Functions related to probit-normal distribution.
Usage
dprobitnorm(x, mu, sigma)
pprobitnorm(x, mu, sigma)
rprobitnorm(n, mu, sigma)
qprobitnorm(x, mu, sigma)
Arguments
x |
For density, CDF, and quantile functions |
mu |
Mean of the probit-transformed variable |
sigma |
SD of the probit-transformed variable |
n |
Number of draws requested (for rprobitnorm) |
Value
Depends on the function
[Package mcmapper version 0.0.11 Index]