summary.eval_rng | R Documentation |
eval_rng
objectSummarize the model parameters randomly sampled for probabilistic sensitivity
analysis with eval_rng()
.
## S3 method for class 'eval_rng'
summary(object, probs = c(0.025, 0.975), sep = "_", ...)
## S3 method for class 'eval_rng'
print(x, ...)
object , x |
An |
probs |
A numeric vector of probabilities with values in |
sep |
When a list element returned by |
... |
For the print method, arguments to pass to |
summary.eval_rng()
returns a data.table
with columns for
(i) the name of the parameter (param
), (ii) the mean of the parameter
samples (mean
), (iii) the standard deviation of the parameter samples (sd
),
and (iv) quantiles of the parameter samples corresponding
to the probs
argument. print.eval_rng()
prints the output of
summary.eval_rng()
to the console.
See eval_rng()
for an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.