Arguments
- object
A PM_post object
- digits
Integer, used for number of digits to print.
- icen
Can be either "median" for the predictions based on medians of the posterior parameter value distributions, or "mean". Default is "median".
- outeq
Output equation number. Default is 1.
- ...
Not used.
Value
A data frame with the minimum, first quartile, median, third quartile, maximum,
mean and standard deviation for times and predictions in x.
Details
This is a function usually called by the $summary() method for PM_op objects
within a PM_result to summarize observations, predictions and errors. The function can
be called directly on a PM_op object. See examples.
Examples
if (FALSE) { # \dontrun{
NPex$post$summary() # preferred
summary(NPex$post) # alternative
} # }