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
Hi!
I have been trying to use the lmersampler but when I run this code example from the vignette:
library(lmeresampler) library(lme4)
library(lmeresampler)
library(lme4)
vcmodA <- lmer(mathAge11 ~ mathAge8 + gender + class + (1 | school), data = jsp728) lmer_par_boot <- bootstrap(vcmodA, .f = fixef, type = "parametric", B = 100)
vcmodA <- lmer(mathAge11 ~ mathAge8 + gender + class + (1 | school), data = jsp728)
lmer_par_boot <- bootstrap(vcmodA, .f = fixef, type = "parametric", B = 100)
I get the following error:
Error in bootstrap(vcmodA, .f = fixef, type = "parametric", B = 100) : unused arguments (.f = fixef, type = "parametric", B = 100)
Any clue about what is happening?
I am attaching my session info just in case
The text was updated successfully, but these errors were encountered:
Have you tried update to R 4.2.1, works for me (windows).
Sorry, something went wrong.
No branches or pull requests
Hi!
I have been trying to use the lmersampler but when I run this code example from the vignette:
library(lmeresampler)
library(lme4)
vcmodA <- lmer(mathAge11 ~ mathAge8 + gender + class + (1 | school), data = jsp728)
lmer_par_boot <- bootstrap(vcmodA, .f = fixef, type = "parametric", B = 100)
I get the following error:
Error in bootstrap(vcmodA, .f = fixef, type = "parametric", B = 100) : unused arguments (.f = fixef, type = "parametric", B = 100)
Any clue about what is happening?
I am attaching my session info just in case
The text was updated successfully, but these errors were encountered: