Page 1 of 1

Observation level weight

Posted: 18 Sep 2025, 10:23
by hank
Hi all,

is there any way to implement observation level weights in panel mnl and mxl models in apollo? Is there any plan to implement it in apollo in the future?

Thanks and kind regards

Re: Observation level weight

Posted: 22 Sep 2025, 14:21
by stephanehess
Hi

we don't have any plans to implement this, but you could of course use something like

Code: Select all

P[["model"]] = P[["model"]] ^ weight
prior to calling apollo_panelProd

Stephane