Skip to content

More than one random effect for nonparametricbootstrap #56

Description

@joseah

Dear Phillip,

First of all, many thanks for all the work you've put into this package so far!
Following this issue from theMixedModels.jl library, I've tried out using the nonparametricbootstrap method. However, I've run into the following error when trying to use two random effects in the model. For example:

sleepstudy = MixedModels.dataset(:sleepstudy)
m1 = fit(MixedModel, @formula(reaction ~ (1 | days) + (1 | subj)), sleepstudy; progress=false)
non = nonparametricbootstrap(MersenneTwister(42), 1000, m1)

ERROR: MethodError: no method matching lmul!(::Matrix{Float64}, ::Matrix{Float64})

I'm not sure if this is an error or a limitation in the current implementation.

Cheers,
Jose

  • Julia v1.10.3
  • MixedModels v4.22.5
  • [647c4018] MixedModelsPermutations v0.2.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions