Learn R Programming

SelfControlledCaseSeries (version 6.0.0)

hasSeasonality: Does the model contain an age effect?

Description

Does the model contain an age effect?

Usage

hasSeasonality(sccsModel)

Value

TRUE if the model contains an age effect, otherwise FALSE.

Arguments

sccsModel

An object of type SccsModel as created using the fitSccsModel() function.