[R] Mistake in German Error message for friedman.test
= cont$goup, blocks = cont$cont) : y, Gruppen und *Blöcke* müssen die *selbe* Länge haben Instead of "die selbe", it could be "dieselbe" or "die gleiche". Thanks W. Kaisers [[alternative HTML version deleted]] _
[R] Question about R.oo package
val=val) }) setMethodS3("finalize","Test_class",function(this,...) { cat("destructor\n") }) o<-Test_class(1) rm(o) gc() Is there any explanation for this behaviour? Thanks very much in advance W. Kaisers [[alternative HTML version deleted]]