尝试运行面板逻辑模型。在参数中,为“start”参数指定了默认 NULL。
我的模型是:
res<-pglm(DFLT_DEBT_01.3~NGDPRPC+NGDP_RPCH+BCA_NGDPD+LC_PER_USD+OFF_RSVA+M2 ,
index=c("Country","Date"),start=NULL,data=dat,family="binomial", model="within")
但是,即使我明确设置,start=NULL我也会收到以下消息:
Error in prepare Fixed(start = start, activePar = activePar, fixed = fixed) :
argument "start" is missing, with no default
我不确定如何指定起始值,因为我在任何地方都没有看到参数指定的精确顺序。