Printing and extracting the most important features of a segmented mixed model.
Usage
# S3 method for class 'segmented.lme'
print(x, digits = max(3, getOption("digits") - 3), ...)
# S3 method for class 'segmented.lme'
fixef(object, ...)
# S3 method for class 'segmented.lme'
logLik(object, ...)
Arguments
- x
object of class segmented.lme
- digits
number of digits to be printed
- object
object of class segmented
- ...
arguments passed to other functions