Message-ID: <172106.73517.qm@web28406.mail.ukl.yahoo.com>
Date: 2009-04-16T14:45:15Z
From: Amit Patel
Subject: Help- extracting values
I have csv files imported in r each with 2 columns and many many rows. I have sorted the data in them but want to extract some values.
The first column is an ID
The second is a p-value ( now sorted in increasing order with NA's last)
I want to extract the rows with a p-value of less than 0.05)
What commands would help
the table is called AnovaSort with column headings MCI & p-value
Many thanks in advance