Skip to content
New issue

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

Wrong data item #14

Open
CDieterich opened this issue Feb 11, 2022 · 1 comment
Open

Wrong data item #14

CDieterich opened this issue Feb 11, 2022 · 1 comment
Assignees
Labels

Comments

@CDieterich
Copy link
Contributor

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants