Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Error in lmBF function from BayesFactor package

Dear BayesFactor experts,

since updating to R version 4.3.2 I am getting the following error when trying to run the lmBF function from the BayesFactor package:

Error in validObject(.Object) : 

 invalid object of class “ddenseModelMatrix”: superclass "geMatrix" not defined in the environment of the object's class

This happens e.g. when trying to run the following code in R:

library(BayesFactor)

model = lmBF(formula = Sepal.Length ~ 1 + Species + Sepal.Width, data= iris)

I am using the newest version of the BayesFactor package (BayesFactor_0.9.12-4.7) and it still worked fine when using the previous R version.

I therefore wanted to check if other people are experiencing the same problem and if someone has an idea how to resolve this?

Many thanks in advance!

Best wishes,

Julia

Comments

Sign In or Register to comment.