If you try:
which(!sapply(data$pheno, is.numeric))
that should tell you which columns are not numeric, which might help.
For example:
data(hyper)
which(!sapply(hyper$pheno, is.numeric))
Note that it's best not to use 'data' as the name of your data, since that is an important R function.
If you send me your .csv data file (privately, to kbr...@biostat.wisc.edu), I could give you more detailed help.
karl
> --
> You received this message because you are subscribed to the Google Groups "R/qtl discussion" group.
> To post to this group, send email to rqtl...@googlegroups.com.
> To unsubscribe from this group, send email to rqtl-disc+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rqtl-disc?hl=en.