mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 03:40:23 +01:00
u
This commit is contained in:
parent
915c3870f7
commit
7980c74e09
@ -19,8 +19,8 @@ rep_glm<-function(meas,vars,string,ci=FALSE,data){
|
||||
require(broom)
|
||||
|
||||
d<-data
|
||||
x<-data.frame(d[,c(string)])
|
||||
v<-data.frame(d[,c(vars)])
|
||||
x<-d[,c(string)]
|
||||
v<-d[,c(vars)]
|
||||
y<-d[,c(meas)]
|
||||
dt<-cbind(y,v)
|
||||
m1<-length(coef(glm(y~.,family = binomial(),data = dt)))
|
||||
|
Loading…
Reference in New Issue
Block a user