Kevin Sheppard
Kevin Sheppard
But yes, this seems suspicion.
I need to check what this is supposed to do; at a minimum the docstring is inadequate.
Thanks for the report!
And the reproducible example.
Yes. See https://bashtage.github.io/linearmodels/iv/examples/advanced-examples.html#Multiple-Instruments
I just saw the IV and didn't pay attention to the System.
The covariance estimators are listed here: https://bashtage.github.io/linearmodels/system/mathematical-formula.html#covariance-estimation No clustered.
Stata and R both use a QR decomposition to decide if one or more regressors are perfectly collinear, and then drop some until the model is estimable. So far I...
There is no multiprocessing, but there should be multithreading. Can you post an example with a simulated dataset that is like the one you are fitting (similar group structure), along...