powered by
subsetBy(formula, subset, data = parent.frame(), select, drop=FALSE, join=TRUE, ... )
splitBy
data(dietox) subsetBy(~Evit, Weight < mean(Weight), data=dietox)
Run the code above in your browser using DataLab