Am 02.07.2021 um 21:57 schrieb Allin Cottrell:
On Fri, 2 Jul 2021, Olivo Victor wrote:
> I have been trying to use the Bai-Perron structural breaks tests, and
> always get the following message:
>
> The variable X is read-only*** error in function SB_GUI, line 7> list
> X = !nelem(X) ? null : X
>
Thanks for the report.
@Jack, @Sven: you need to to lose the "const" in the parameter
specified as "const list X[null]", and/or scrap the redundant statement
list X = !nelem(X) ? null : X
Yep, don't know why we used "const list" there in the first place. The
fixed version should be coming up soon.
thanks
sven