Displaying 1 result from an estimated 1 matches for "eu08".
Did you mean:
e008
2010 Feb 25
6
Subset Question
...e
searched the archives about subsets, and I haven't found quite the help I
need.
I'm currently analysing a population survey whose data set has about 15000
households (the rows/observations) and 130 variables (the columns). I've
managed to import the set into R as a data.frame called eu08. Now, I'm
trying to look at all of the variables, but limited to one province in the
"region" variable. I think the provinces are factors, and the province of
interest is labeled '3'.
I've tried the following:
region3=subset(eu08, region==3)
--this simply strips all of...