riskRegression.options {riskRegression} | R Documentation |
riskRegression
Output and set global options for the riskRegression
package.
riskRegression.options(...)
... |
for now limited to |
only used by the ate
function.
options <- riskRegression.options()
## add new method.predictRiskIID
riskRegression.options(method.predictRiskIID = c(options$method.predictRiskIID,"xx"))
riskRegression.options()