This commit is contained in:
agdamsbo 2018-10-04 10:12:07 +02:00
parent af0c04e5ce
commit 915c3870f7

View File

@ -16,7 +16,7 @@ rep_glm<-function(meas,vars,string,ci=FALSE,data){
## output is returned as coefficient, or if or=TRUE as OR with 95 % CI.
##
require(dplyr)
require(broom)
d<-data
x<-data.frame(d[,c(string)])