Johannes Boehm

Results 28 comments of Johannes Boehm
trafficstars

Maybe. Can you give an example of what the output should look like? On Fri, 22 Jul 2022, 21:43 jariji, ***@***.***> wrote: > Is it possible to display the standard...

Can you construct a minimal working example to reproduce this error?

Perhaps this is just because you haven't specified a fixed effect? For models without fixed effects I'd definitely recommend to use GLM.jl. But a nicer error message would definitely be...

The likely explanation is statistical separation, see e.g. [this link](https://github.com/sergiocorreia/ppmlhdfe/blob/master/guides/separation_primer.md). If you understand where the problem is coming from, it's usually possible to get useful estimates of the parameters of...

#60 implements an error message if there's no fixed effect

I guess it could be made to work, but it's not ideal. Julia automatically parses stuff inside the `begin`/`end` block into an `Expr`, and one would have to reconstruct the...

This specific error should be fixed with #4 . Can you try with the version from master?