Search found 2 matches

by karruo
Mon Mar 17, 2025 10:32 am
Forum: Module development
Topic: rstanarm as part of a jamovi module
Replies: 2
Views: 87580

Re: rstanarm as part of a jamovi module

Hi, Many thanks - this worked. However there is a dependent package shinystan that also needs compiling. It throws me an error assisted at the end of the message. But if I set the number of cores by options options(mc.cores = parallel::detectCores()) and retry the compilation, the package compiles f...
by karruo
Fri Mar 14, 2025 10:57 am
Forum: Module development
Topic: rstanarm as part of a jamovi module
Replies: 2
Views: 87580

rstanarm as part of a jamovi module

Hi, I am trying to add a rstanarm functions (mainly stan_glm and stan_glmer) to a jamovi module to provide probabilistic estimation. However, when I am trying to install (and compile) the module I get errors about rstanarm installation failing. The specific errors I get are listed below. I am runnin...