Learn R Programming

SelfControlledCaseSeries (version 6.1.1)

hasSeasonality: Does the model contain a seasonality effect?

Description

Does the model contain a seasonality 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.