| summary.eval_rng {hesim} | R Documentation |
Summarize eval_rng object
Description
Summarize the model parameters randomly sampled for probabilistic sensitivity
analysis with eval_rng().
Usage
## S3 method for class 'eval_rng'
summary(object, probs = c(0.025, 0.975), sep = "_", ...)
## S3 method for class 'eval_rng'
print(x, ...)
Arguments
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 |
Value
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 Also
See eval_rng() for an example.