Hi Antonio, It's hard to know for sure what the problem is, because we don't know what your vef1 data.frame contains. My guess is that edad11 is not numeric, so never equals 0 (although it might equal the character string "0").
If you paste the results of str(vef1) in your reply we can see if my guess is correct. Best, Ista On Thu, Aug 2, 2012 at 2:15 PM, antonio.bso...@sapo.pt <antonio.bso...@sapo.pt> wrote: > Hi > Need a little help. This is easy question, but i´m new to R. > I want to subset a data frame called vef1 using a variable that is a factor > called edad11, 0 if under 11 years, 1 otherwise. > I tried: > vef1.sub<-subset(vef1, edad11==0) > The code runs correctly but i get a empty dataframe. > If i use this code in Deducer everything is OK. > Can you help me? > Thanks in advance > Antonio Sousa > Portugal > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.