Learn R Programming

sitar (version 1.0.4)

summary.sitar: Create summary of SITAR model

Description

A summary method for sitar objects based on summary.lme.

Usage

## S3 method for class 'sitar':
summary(object, adjustSigma = TRUE, verbose = FALSE, ...)

Arguments

object
object inheriting from class sitar.
adjustSigma
optional logical (see summary.lme).
verbose
optional logical to control the amount of output in print.summary.sitar.
...
some methods for this generic require additional arguments. None are used in this method.

Value

  • an object inheriting from class summary.sitar with all components included in object (see lmeObject for a full description of the components) plus the components for summary.lme and the following components:
  • x.adjvector of length x in object with x values adjusted for subject-specific random effects b and c.
  • y.adjvector of length y in object with y values adjusted for subject-specific random effects a.
  • apvlength 2 vector giving respectively age at peak velocity and peak velocity based on the fitted distance curve (using transformed x and y where specified).