summary.sitar: Create summary of SITAR model

summary.sitarR Documentation

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.adj

vector of length x in object with x values adjusted for subject-specific random effects b and c.

y.adj

vector of length y in object with y values adjusted for subject-specific random effects a.

apv

length 2 vector giving respectively age at peak velocity and peak velocity based on the fitted distance curve (using transformed x and y where specified).

Author(s)

Tim Cole tim.cole@ucl.ac.uk


statist7/sitar documentation built on Feb. 7, 2024, 2:08 a.m.