Skip to content

bootstrap unavailable for clmm #1056

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

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
Labels
3 investigators ❔❓ Need to look further into this issue Bug 🐛 Something isn't working

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
)

@strengejacke strengejacke added Bug 🐛 Something isn't working 3 investigators ❔❓ Need to look further into this issue labels Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 investigators ❔❓ Need to look further into this issue Bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants