View source: R/paramtnormci_numeric.R
| paramtnormci_numeric | R Documentation |
This function calculates the distribution parameters, i.e. mean and sd, of a
truncated normal distribution from an arbitrary confidence interval.
paramtnormci_numeric(
p,
ci,
lowerTrunc = -Inf,
upperTrunc = Inf,
relativeTolerance = 0.05,
rootMethod = "probability",
...
)
p |
|
ci |
|
lowerTrunc |
|
upperTrunc |
|
relativeTolerance |
|
rootMethod |
|
... |
Further parameters passed to |
For details of the truncated normal distribution see tnorm.
#' @importFrom nleqslv nleqslv
A list with elements mean and sd, i.e. the parameters of the underlying
normal distribution.
tnorm, nleqslv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.