powered by
catable(data, categories = c(quantile(data,c(0.01,0.1,0.5,0.9,0.99),na.rm=TRUE)), cumulative = FALSE, na.rm = TRUE, digits = 3)
summary.snp.data
perid.summary
require(GenABEL.data) data(srdta) callr <- summary(srdta@gtdata)[,"CallRate"] catable(callr,c(0.93,0.95,0.99)) catable(callr) catable(callr,cum=TRUE)
Run the code above in your browser using DataLab