Re: [R] Need help to find out the name of my columns and rows in a data file

2013-09-20 Thread Clint Bowman
You are close--think "names", not "titles", as in rownames or colnames (no reason to completely spell out column). Summary already gave you the column names, so type "?rownames" to learn more. Clint BowmanINTERNET: cl...@ecy.wa.gov Air Quality Modeler INTE

Re: [R] Need help to find out the name of my columns and rows in a data file

2013-09-20 Thread PIKAL Petr
Hi > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of David Winsemius > Sent: Friday, September 20, 2013 6:39 AM > To: ivanc010 > Cc: r-help@r-project.org > Subject: Re: [R] Need help to find out the name o

Re: [R] Need help to find out the name of my columns and rows in a data file

2013-09-19 Thread David Winsemius
On Sep 19, 2013, at 3:59 PM, ivanc010 wrote: > I've been assigned homework to analyze a file. The R package is "car". The > specific data file is "Florida." > > So, I did the usual stuff: > library(car) > data(Florida) > summary(Florida) > > My specific assignment is to run a t-test between GOR

[R] Need help to find out the name of my columns and rows in a data file

2013-09-19 Thread ivanc010
I've been assigned homework to analyze a file. The R package is "car". The specific data file is "Florida." So, I did the usual stuff: library(car) data(Florida) summary(Florida) My specific assignment is to run a t-test between GORE and BUSH. (This file has information on the 2000 election.) T