summary.tparams_mean | R Documentation |
tparams_mean
objectThe summary()
method summarizes a tparams_mean
object containing
predicted means; summary statistics are computed for each
combination of the ID variables. The print()
method
summarizes the object using summary.tparams_mean()
and prints it to the
console.
## S3 method for class 'tparams_mean'
summary(object, probs = c(0.025, 0.975), ...)
## S3 method for class 'tparams_mean'
print(x, ...)
object , x |
A |
probs |
A numeric vector of probabilities with values in |
... |
Currently unused. |
A data.table
with columns for (i) the ID variables,
(ii) the mean of each parameter across parameter samples (mean
),
(iii) the standard deviation of the parameter samples (sd
), and
(iv) quantiles of the parameter samples corresponding to the probs
argument.
See tparams_mean
for an example use of the summary and
print methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.