anova.sitar: Compare Likelihoods of Fitted SITAR Objects

anova.sitarR Documentation

Compare Likelihoods of Fitted SITAR Objects

Description

anova method for sitar objects, based on anova.lme.

Usage

## S3 method for class 'sitar'
anova(
  object,
  ...,
  test = TRUE,
  type = c("sequential", "marginal"),
  adjustSigma = TRUE,
  Terms,
  L,
  verbose = FALSE
)

Arguments

object

an object inheriting from class sitar.

...

other optional fitted model objects.

test

an optional logical value controlling whether likelihood ratio tests should be used.

type

an optional character string specifying the type of sum of squares to be used.

adjustSigma

see anova.lme.

Terms

see anova.lme.

L

see anova.lme.

verbose

an optional logical value.

Value

a data frame inheriting from class "anova.lme".

Author(s)

Tim Cole tim.cole@ucl.ac.uk


sitar documentation built on July 9, 2023, 6:51 p.m.