reference_limits {zlog} | R Documentation |
Calculate Reference Limits
Description
Calculates the lower and upper reference limit for given probabilities.
Usage
reference_limits(x, probs = c(0.025, 0.975), na.rm = TRUE)
Arguments
x |
|
probs |
|
na.rm |
|
Value
numeric
of length 2 with the lower and upper limit.
Author(s)
Sebastian Gibb
Examples
reference_limits(1:10)
[Package zlog version 1.0.2 Index]