Displaying 1 result from an estimated 1 matches for "r36330".
2005 Nov 16
2
Bug or a feature that I completely missed?
...i" is missing, with no default
Since the data for the assignment was in a data frame, the students got
an answer and not an error message when they called the equivalent of
tt(dat1) in their work.
I tested this code on R 1.8.1, 1.9.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1,
2.2.0 and R-devel (2005-11-14 r36330), all with the same result, no
error message when executing tt(dat1).
I would have expected that tt(dat1) behaves in the same way as tt(dat)
and would produce an error. Thus, I think it is a bug, but the fact
that so many R versions accept this code makes me wonder whether it is
a misunderstandin...