This commit is contained in:
agdamsbo 2018-10-03 10:32:10 +02:00
parent c17b8add39
commit 2208858821
4 changed files with 63 additions and 63 deletions

View File

@ -160,6 +160,6 @@ df<-cbind(df,t)
t<-c(NA,ifelse(abs(e-as.numeric(df[-1,2]))>=(e*cut),"include","drop"))
df<-cbind(df,t)
}}
result<-df
return(df)
}

View File

@ -34,5 +34,5 @@ if (me=="pval"&log==TRUE){
if (method=="cie"){
daDoctoR::cie_test(y=a,v1=b,string=s,data=dat,logistic=log,cut=ct)
}
return(df)
return(result)
}

View File

@ -86,6 +86,6 @@ if (!is.factor(y)){stop("Some kind of error message would be nice, but y should
df<-rbind(df,cbind(pred,b,pv,t))
}}
result<-df
return(df)
}

View File

@ -84,6 +84,6 @@ if (is.factor(y)){stop("Some kind of error message would be nice, but y should n
df<-rbind(df,cbind(pred,b,pv,t))
}}
result<-df
return(df)
}