search for: grossincome

Displaying 1 result from an estimated 1 matches for "grossincome".

2005 Apr 18
3
using imported tables
I've recently found out using read.table i can insert a table into R from a .dat file. The problem i'm having is now that i've got R to read the package i want to use the data from each column. I've tried adding titles to each column using col.name, but it assigns a name to the entire table and wont recognize the name i gave the table later in programming. Is there something