risk.adjust.on.quantreg.model: Apply the quantile regression models to risk adjust a...

risk.adjust.on.quantreg.modelR Documentation

Apply the quantile regression models to risk adjust a data.table.

Description

Apply the quantile regression models to risk adjust a data.table.

Usage

risk.adjust.on.quantreg.model(input.dt, qr.model, by.reference = FALSE)

Arguments

input.dt

Data.table with output.variable and covariates.

qr.model

Quantreg model generated by generate.quantreg.model

by.reference

Logical, whether to modify the input data.table by inserting the risk adjusted variable, and any dummy variables (Default: FALSE).


mattmoo/daohtools documentation built on Feb. 5, 2023, 5:38 a.m.