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
getData fails when there is no data argument. This flows on to powerSim etc.
getData
powerSim
The text was updated successfully, but these errors were encountered:
e.g.
attach(simdata) fm <- lmer(y ~ x + (1|g)) getData(fm)
Sorry, something went wrong.
Also a problem if someone emails you an RDS file. Might be worth teaching getData to rebuild a data frame from just a merMod.
merMod
Does getData work when there's a subset argument?
subset
No branches or pull requests
getData
fails when there is no data argument. This flows on topowerSim
etc.The text was updated successfully, but these errors were encountered: