Closed meltemozcan closed 7 months ago
I might have be introduced a bug when I restructured the function. I will have a look at it in the next time.
The bug should be fixed in the recent release sirt 4.2-32
.
Thank you very much for your quick response, it works as expected now!
I am following along to example 8 from the manual to compute standard errors with invariance.alignment() . To my understanding, the meth parameter isn't defined before the function call, so I tried calling the function with the default value of 1 as well as 2-4 as mentioned in the function documentation. I am getting the following error: `#> Error in (function (x, lambda, nu, overparam, eps, meth) : argument "meth" is missing, with no default
variance matrix and standard errors`
I am pasting the reprex with the error below for your reference. I'm not sure if this is a bug or if I'm missing something, and I would appreciate if you could let me know how to proceed. Thank you very much in advance!
Created on 2024-03-15 with reprex v2.1.0