summary.segmented.lme: Summarizing model fits for segmented 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 additional components:
- psi
estimated break-points and relevant (approximate) standard errors
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.
Examples
Run this code##continues example from segmented.lme()
# summary(os)
Run the code above in your browser using DataLab