Skip to content
Prev 68123 / 398521 Next

if(foo == TRUE) .. etc

Martin Maechler <maechler at stat.math.ethz.ch> writes:
Or as happened to me recently, slightly paraphrased: 

F <- MS/MS_res
pval <- pf(F, f1, f2, lower.tail=F)

(fortunately, R CMD check caught it in time...)