search for: halaf033

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

Did you mean: halaf032
2018 May 30
2
Filtering using multiple rows in dplyr
...req) > h_byFunc %>% summarize(l = mean(Ldp), s = sd(Ldp) ) # A tibble: 1,175 x 4 # Groups: subject [?] subject freq l s <fct> <int> <dbl> <dbl> 1 HALAF032 2 -13.8 8.39 2 HALAF032 4 -15.8 11.0 3 HALAF032 8 -23.4 6.51 4 HALAF033 2 -14.2 9.64 5 HALAF033 4 -12.3 8.92 6 HALAF033 8 -6.55 12.3 7 HALAF036 2 -14.9 12.6 8 HALAF036 4 -16.7 11.2 9 HALAF036 8 -21.7 6.56 10 HALAF039 2 0.242 12.4 # ... with 1,165 more rows What I would like to do is filter some groups out based on...