On 03/30/2010 04:39 PM, Dong H. Oh wrote:
...
* checking R code for possible problems ... NOTE
Found possibly global 'T' or 'F' in the following function:
ar.dual.dea
Error in ar.dual.dea(ar.dat, noutput = 1, orientation = 1, rts = 1, ar.l =
matrix(c(0, :
F used instead of FALSE
Execution halted
Hi Dong-hyun,
It looks like the R core team is getting serious about the TRUE/FALSE
business. I would suggest that you replace all occurrences of "T" or "F"
in your code with "TRUE" and "FALSE" respectively and see what happens.
You might also want to delete the \seealso section in ar.dual.dea
Jim
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.