the data is attached

I want to boxplot this data

y<-read.table("afdmmgs.txt", header=T)
boxplot(y)

Error in oldClass(stats) <- cl :
  adding class "factor" to an invalid object
I get this error when I try and plot something with na in it

can boxplot just overlook the na and boxplot the values?

stephen


-- 
Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods.  We are mammals, and have not exhausted the
annoying little problems of being mammals.

                                                                -K. Mullis
215     sc      202     198     hc      190     bc      185     179     148     
119     61
30001.69897     10894.12023     25572.94416     40899.10425     9730.698195     
46442.46011     26617.8358      80735.19104     163687.2308     278802.9521     
326021.2939     386115.935
223630.2139     17648.35045     47691.86231     79626.97264     13503.2492      
48591.70877     150297.1089     49759.77869     318564.5243     267594.2004     
292475.1882     390206.1461
316722.137      na      99061.76836     na      459246.1578     82826.7763      
na      66975.00558     na      457433.1717     956482.3992     1002465.924
125081.1748     na      na      na      9574.299832     49851.80844     na      
na      na      272563.8069     201197.7297     322182.788
______________________________________________
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