Skip to content
Prev 243862 / 398506 Next

subset of a dataframe

Hi,
On Fri, Dec 3, 2010 at 11:26 AM, alcesgabbo <alcesgabbo at hotmail.com> wrote:
Let's say your data.frame is stored in a variable named "df":

R> subset(df, type == 't1')

Read the help files:

R> ?subset

Also take a look at ?split

-steve