mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-21 19:30:22 +01:00
f
This commit is contained in:
parent
70fdde4bc3
commit
1dbe5976e0
@ -18,6 +18,6 @@ comb_olr<-function(meas,vars,data){
|
||||
d2<-d[,c(meas,ad)]
|
||||
names(d2)[1]<-"meas"
|
||||
x<-polr(meas~.,data = d2,Hess = TRUE)
|
||||
mat<-cbind(exp(coef(x), exp(confint(x))))
|
||||
mat<-cbind(exp(coef(x)), exp(confint(x)))
|
||||
return(data.frame(mat,stringsAsFactors = FALSE))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user