summary.PREM {BEND} | R Documentation |
Summarize the results of a piecewise random effects model (PREM)
Description
Provides a summary of a PREM model, as returned by Bayes_PREM()
.
Usage
## S3 method for class 'PREM'
summary(object, ...)
Arguments
object |
An object of class "PREM" (returned by |
... |
Additional arguments. |
Value
Prints estimates for key parameters in the PREM. Also returns a list of these values.
Author(s)
Corissa T. Rohloff
Examples
# load fitted model results
data(results_prem)
# result summary
summary(results_prem)
[Package BEND version 1.0 Index]