Does anyone found an answer to that question? I have the same problem and
can't find a solution.
Am Freitag, 10. Mai 2013 10:41:23 UTC+2 schrieb
MaxFranke:>
> I am currently using the PGLM package and I would like to implement a
> within-model. Unfortunately, I do not succeed as I am not a big expert in
> panel regression.
>
> I am using the example data set from the PGLM package:
>
> library(pglm)
> data('Unions', package = 'pglm')
> anb <- pglm(union~wage+exper+rural, Unions,
family=binomial('probit'),
> model="within", method = "bfgs", print.level=0, R = 5,
iterlim=2)
>
> The pglm-function needs the argument start for starting values. What do I
> use?
>
> Thank you very much!
>
>
>
> --
> View this message in context:
>
http://r.789695.n4.nabble.com/PGLM-Package-Starting-Values-for-Within-Model-tp4666739.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-h... at r-project.org <javascript:> mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>