Dear R help Is there a way for R to ignore NA entries in a data set. I find I can do box plots for certain columns that have no NA entries but cannot do histograms or boxplots for the other columns that have NA entries Brett Stansfield
(no subject)
2 messages · Brett Stansfield, Thomas Friedrichsmeier
Am Freitag, 4. M?rz 2005 05:08 schrieb Brett Stansfield:
Dear R help Is there a way for R to ignore NA entries in a data set.
Yes, what about na.omit, try help.search("missing values"), there are
some very good examples for handling missing values
Please, have a look at the posting guide and use a meningful subject.
This will increase the likelihood for helpful responses a lot
regards
Thomas