search for: metatrialstry

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

2013 Mar 18
1
try/tryCatch
...every fix on my try or tryCatch that I have found on the internet, but so far have not been able to get my R code to continue with the "for loop" after the lmer model results 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", &quo...