inst/hannum/preprocess.r

x <- read.csv("hannum-model.csv",stringsAsFactors=F)
coefs <- x[,c("Marker","Coefficient")]
colnames(coefs) <- c("pred.var","coef")
write.csv(coefs, file="coefs.csv",row.names=F)
perishky/meffonym documentation built on April 5, 2024, 12:21 a.m.