dieterich-lab / JACUSA2helper

Auxiliary R package for assessment of JACUSA2 results
https://dieterich-lab.github.io/JACUSA2helper/
GNU General Public License v3.0
3 stars 2 forks source link

Wrong data item #14

Open CDieterich opened 2 years ago

CDieterich commented 2 years ago

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

CDieterich commented 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