mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 11:50: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)
|
require(broom)
|
||||||
|
|
||||||
d<-data
|
d<-data
|
||||||
x<-data.frame(d[,c(string)])
|
x<-d[,c(string)]
|
||||||
v<-data.frame(d[,c(vars)])
|
v<-d[,c(vars)]
|
||||||
y<-d[,c(meas)]
|
y<-d[,c(meas)]
|
||||||
dt<-cbind(y,v)
|
dt<-cbind(y,v)
|
||||||
m1<-length(coef(glm(y~.,family = binomial(),data = dt)))
|
m1<-length(coef(glm(y~.,family = binomial(),data = dt)))
|
||||||
|
Loading…
Reference in New Issue
Block a user