parameters icon indicating copy to clipboard operation
parameters copied to clipboard

bootstrap unavailable for clmm

Open smaistre opened this issue 1 year ago • 0 comments

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
)

smaistre avatar Jan 02 '25 17:01 smaistre