Displaying 1 result from an estimated 1 matches for "tp17159592p17159679".
2008 May 10
3
question about subseting a dataframe
Hi!
I am using R version 2.7.0 and am working on a panel dataset read into R as
a dataframe; I call it "ex". The variables in "ex" are: id year x
id: a character string which identifies the unit
year: identifies the time period
x: the variable of interest (which might contain NAs).
Here is an example:
> id <- rep(c("A","B","C"),2)
>