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

bootstrap unavailable for clmm #1056

Open
smaistre opened this issue Jan 2, 2025 · 0 comments
Open

bootstrap unavailable for clmm #1056

smaistre opened this issue Jan 2, 2025 · 0 comments

Comments

@smaistre
Copy link

smaistre commented Jan 2, 2025

When I use the bootstrap option on the example proposed in the ordinal::clmm documentation, I get the following error

Error in [.data.frame(params, match(colnames(params_variance), colnames(params))) : undefined columns selected

library(ordinal)
fmm1 <- clmm(rating ~ temp + contact + (1|judge), data = wine)	
model_parameters(
  fmm1,
  bootstrap=TRUE,
  iterations = 100
)

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

No branches or pull requests

1 participant