search for: spec_se

Displaying 1 result from an estimated 1 matches for "spec_se".

Did you mean: spec_set
2013 Mar 18
1
try/tryCatch
...s in an error. Here is two attemps of my code, the input is a 3D array file, but really any function would do.... metatrialstry<-function(mydata){ a<-matrix(data=NA, nrow=dim(mydata)[3], ncol=5) #colnames(a)=c("sens", "spec", "corr", "sens_se", "spec_se", "counter")#colnames(a)=c("sens", "spec", "corr", "sens_se", "spec_se") k=1 for(ii in 1:dim(mydata)[3]){ tmp<-mydata[,,ii] tmp1<-as.data.frame(tmp) names(tmp1)=c("persons", "d1", "tp",...