[R] Are fitted.values available in pglm?

2019-04-12 Thread Simon Berrebi
Hello everyone, I am using the pglm function in R to fit a Poisson fixed-effects model. According to the documentation , the pglm object should have fitted.values. However, fitted.values(mymodel) returns "NULL". When I run AIC(mymodel) the

Re: [R] Are fitted.values available in pglm?

2019-04-12 Thread Simon Berrebi
having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Fri, Apr 12, 2019 at 7:35 AM Simon Berrebi <mailto:si...@berrebi.net>> wrote: > Hello everyon

Re: [R] Are fitted.values available in pglm?

2019-04-14 Thread Simon Berrebi
glm seems all wrong - it says pglm's output has class > "pglm" with components like "fitted.values", but the the example calls to > pglm return things of class c("maxLik", "maxim", "list"). > > Bill Dunlap > TIBCO Software &