Learn R Programming

SelfControlledCaseSeries (version 6.0.0)

getModel: Output the full model

Description

Output the full model

Usage

getModel(sccsModel)

Value

A tibble with the coefficients and confidence intervals (when not-regularized) for all covariates in the model.

Arguments

sccsModel

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