Page 1 of 1

Bug in HB estimation

Posted: 02 Sep 2022, 21:29
by tomas.rossetti
Hi,

When I try to estimate a model, I get the following error:

Code: Select all

Error in rowsum.default(log(tmp[[s]]), group = indivID, reorder = FALSE) : 
  incorrect length for 'group'
I sent the code and data offline. I believe the issue has something to do with there only being one random variable with a fixed mean (fixedA).

I also noticed that it seems like there's no scaling going on during estimation when I pass that option

Thanks!

Re: Bug in HB estimation

Posted: 03 Sep 2022, 17:58
by stephanehess
Tomas

you found two bugs, thanks.

The first had to do with the case of a single random parameter (whether or not using fixedA). The second was introduced in 0.2.8 - sorry

Both bugs will be fixed in 0.2.9

Stephane