SccsIntervalData-class {SelfControlledCaseSeries}R Documentation

SCCS Interval Data

Description

SccsIntervalData' is an S4 class that inherits from Andromeda. It contains information on the cases and their covariates, divided in non-overlapping time intervals.

A SccsIntervalData is typically created using createSccsIntervalData(), can only be saved using saveSccsIntervalData(), and loaded using loadSccsIntervalData().

Usage

## S4 method for signature 'SccsIntervalData'
show(object)

## S4 method for signature 'SccsIntervalData'
summary(object)

Arguments

object

An object of type SccsIntervalData.


[Package SelfControlledCaseSeries version 6.0.1 Index]