Silvano wrote:
Hi,

I used subset command, like this:

grupoP = subset(dados, grupos=='P', select=c(mortos, vivos, doses, percevejos, p))

and the variables in select option are numeric.

They may *look* numeric, but are they really?  You don't give us
enough information to determine that.  Either give us a sample
of your data with the dput command, or the output of str(grupoP).

______________________________________________
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.

Reply via email to