On Jul 22, 2010, at 9:06 PM, stephen sefick wrote:

Agian,  Plead read the bottom of this email.  Also, it looks like you
should read An Introduction to R.

It certainly does appear this poster needs to do both.


On Thu, Jul 22, 2010 at 7:52 PM, jd6688 <jdsignat...@gmail.com> wrote:

The dataframe is

id      salary
100    500
101    600
102    700
103    800

how can i generate a subsets if salary>600?

?subset

subset(DF, salary >600)

--

David Winsemius, MD
West Hartford, CT

______________________________________________
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