search for: m1_s

Displaying 1 result from an estimated 1 matches for "m1_s".

Did you mean: i1_s
2013 Apr 24
1
pglm package: fitted values and residuals
I'm using the package pglm and I'have estimated a "random probit model". I need to save in a vector the fitted values and the residuals of the model but I can not do it. I tried with the command fitted.values using the following procedure without results: library(pglm) m1_S<-pglm(Feed ~ Cons_PC_1 + imp_gen_1 + LGDP_PC_1 + lnEI_1 + SH_Ren_1,data,family=binomial(probit),model="random",method="bfgs",index=c("Year","IDCountry")) m1_S$fitted.values residuals(m1) Can someone help me about it? Thanks ************************...