We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
piechottam
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: