Learn R Programming

segmented (version 2.0-0)

summary.segmented.lme: Summarizing model fits for segmented mixed-effects regression

Description

summary method for class segmented.lme.

Usage

# S3 method for segmented.lme
summary(object, .vcov=NULL, digits = max(3, getOption("digits") - 3), ...)

Value

A list (similar to one returned by segmented.lm) with estimates of the variance components, and point estimates, standard errors, DF, t-value and p-value for the fixed effects. p-values for the variables U and G0 are omitted as pointless.

Arguments

object

Object of class "segmented.lme".

.vcov

Optional. The full covariance matrix for the parameter estimates. If provided, standard errors are computed (and displayed) according to this matrix.

digits

controls number of digits printed in output.

...

further arguments.

Author

Vito M.R. Muggeo

Details

The function summarizes and prints the most relevant information on the segmented mixed fit. The output is similar to that returned by print.summary.lme

See Also

print.segmented.lme

Examples

Run this code
##continues example from segmented.lme()
# summary(os)

Run the code above in your browser using DataLab