File: print.segmented.lme.Rd

package info (click to toggle)
r-cran-segmented 2.1-4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,484 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{print.segmented.lme}
\alias{print.segmented.lme}
\alias{fixef.segmented.lme}
\alias{logLik.segmented.lme}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ Print method for the segmented.lme class }
\description{
  Printing and extracting the most important features of a segmented mixed model.
}
\usage{
\method{print}{segmented.lme}(x, digits = max(3, getOption("digits") - 3), ...)

\method{fixef}{segmented.lme}(object, ...)

\method{logLik}{segmented.lme}(object, ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{x}{ object of class \code{segmented.lme} }
  \item{digits}{ number of digits to be printed }
  \item{object}{object of class \code{segmented} }
  %\item{include.psi}{logical. If \code{TRUE}, the breakpoints are returned along with the regression coefficients}
  \item{\dots}{ arguments passed to other functions }
}
\author{ Vito M.R. Muggeo }

\seealso{ \code{\link{segmented.lme}}, \code{\link{summary.segmented.lme}} }

\keyword{ models }