Skip to content
Back to formatted view

Raw Message

Message-ID: <3d2061010901031955j743d5032m5abf8e29ee2a492e@mail.gmail.com>
Date: 2009-01-04T03:55:17Z
From: greggallen at gmail.com
Subject: Newbie question

Hi:

I'm loading in students test scores with:

> abntest <- read.table("scores.txt")

if I type:

>abntest

I get ALL the values.  I want to be able to filter it by various things such as:


if( abntesr > 90) Print abntest;

and other logical operators.  I'm sure this is simple for someone experienced.


Thanks,

Gregg Allen