Learn R Programming

riskRegression (version 2023.12.21)

riskRegression.options: Global options for riskRegression

Description

Output and set global options for the riskRegression package.

Usage

riskRegression.options(...)

Arguments

...

for now limited to method.predictRisk and mehtod.predictRiskIID.

Details

only used by the ate function.

Examples

Run this code
options <- riskRegression.options()

## add new method.predictRiskIID
riskRegression.options(method.predictRiskIID = c(options$method.predictRiskIID,"xx"))

riskRegression.options()

Run the code above in your browser using DataLab