Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 419 Bytes

Conditional Mean Imputation for Censored Covariates

Installation

The R package imputeCensRd which implements statistical methods to impute censored covariates can be installed using the devtools package in R as follows.

# Run once: install.packages("devtools")
devtools::install_github(repo = "sarahlotspeich/Imputing-Censored-Covariates/imputeCensRd", ref = "main")
library(imputeCensoRd)