search for: bottompremolar

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

Did you mean: bottompremolars
2005 May 11
2
Subset with selection variable from function argument. Is there another way?
Dear list, I'm making my current code more generic and would like some advise. The basic problem is subset and the name of the column to be compared for selection. What I've come up with is > data(mammals) > set <- bottompremolars" > subset(mammals, eval(parse(file="",text=set)) > 2) This seems a bit odd. Is there a nicer way? /Fredrik