Anthony Ebert "Ace"

Results 1 issues of Anthony Ebert "Ace"

With the predicate `in_set` with argument `inverse=TRUE`, the argument `allow.na` works in the opposite way to what is expected. ``` library(dplyr) library(survival) veteran_totals = veteran %>% group_by(celltype) %>% summarise(cell_total =...