View source: R/summary.segmented.lme.r
summary.segmented.lme | R Documentation |
summary method for class segmented.lme
.
## S3 method for class 'segmented.lme'
summary(object, .vcov=NULL, digits = max(3, getOption("digits") - 3), ...)
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. |
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
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.
Vito M.R. Muggeo
print.segmented.lme
##continues example from segmented.lme()
# summary(os)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.