View source: R/fitted.segmented.lme.R
fitted.segmented.lme | R Documentation |
Computes fitted values at different levels of nesting for segmented mixed objects
## S3 method for class 'segmented.lme'
fitted(object, level = 1, sort=TRUE, ...)
object |
Object of class |
level |
the level to be considered. Currently only levels 0 or 1 are allowed. |
sort |
If |
... |
Ignored |
Currently it works only if level=1
A numeric object including the fitted values at the specified level of nesting.
All the functions for segmented mixed models (*.segmented.lme) are still at an experimental stage
Vito Muggeo
summary.segmented.lme
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.