Open CDieterich opened 2 years ago
Update: data(MazF_FTO) - work now BUT filtered <- MazF_FTO %>% dplyr::filter(pvalue <= 0.05) %>% dplyr::filter(All(cov$cond1 >= 10) & All(cov$cond2 >= 10)) %>% dplyr::filter(robust(arrest))
crashes.. with same bug as in #17
MazF_FTO results
data(MazF_FTO) filtered <- MazF_FTO %>% dplyr::filter(pvalue <= 0.05) %>% dplyr::filter(All(cov$cond1 >= 10) & All(cov$cond2 >= 10)) %>% dplyr::filter(robust(arrest))
data(MazF_FTO) Warnmeldung: In data(MazF_FTO) : Datensatz 'MazF_FTO' nicht gefunden
but data(MazF) works. - please correct in vignette