[R] removed data is still there!
David Winsemius
dwinsemius at comcast.net
Tue Sep 21 15:04:50 CEST 2010
On Sep 21, 2010, at 8:39 AM, pdb wrote:
>
> Thanks, but that was what I just discovered myself the hard way.
>
> What I really wanted to know was how to solve this issue.
Although that was _not_ what you requested in your first post.
2 options:
?table
?factor
iris1$Species <-factor(iris$Species) # removes "extraneous" levels
> --
> View this message in context: http://r.789695.n4.nabble.com/removed-data-is-still-there-tp2548440p2548527.html
> Sent from the R help mailing list archive at Nabble.com.
--
David Winsemius, MD
West Hartford, CT
More information about the R-help
mailing list