README.md

prepMNT

This package preprocesses the MNTs data by removing MNTs which have few available values and imputing the zero values using Quantile Regression Imputation of Left-Censored data

devtools::install_github('npham25/prepMNT')
library(prepMNT)

data_prepMNT <- prepMNT(data,pctZeroCut=75, freqCut = 19, uniqueCut = 20)


npham25/prepMNT documentation built on March 29, 2021, 10:24 p.m.