Learn R Programming

BEND (version 1.1)

summary.PREM: 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 PREM
summary(object, ...)

Value

Prints estimates for key parameters in the PREM. Also returns a list of these values.

Arguments

object

An object of class "PREM" (returned by Bayes_PREM(...)).

...

Additional arguments.

Author

Corissa T. Rohloff

Examples

Run this code
# load fitted model results
data(results_prem)
# result summary
summary(results_prem)

Run the code above in your browser using DataLab