The 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.
A tparams_mean
object.
A numeric vector of probabilities with values in [0,1]
used
to compute quantiles. By default, the 2.5th and 97.5th percentiles are
computed.
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.