Displaying 2 results from an estimated 2 matches for "pwartest".
Did you mean:
partes
2016 Mar 31
2
Ask if an object will respond to a function or method
...vcovSCC
see '?methods' for accessing help and source code
> methods(class = "panelmodel")
[1] deviance df.residual fitted has.intercept index
[6] nobs pbgtest pbsytest pcdtest pdim
[11] pdwtest phtest print pwartest pwfdtest
[16] pwtest residuals terms update vcov
see '?methods' for accessing help and source code
> coef(zz)
log(pcap) log(pc) log(emp) unemp
-0.026149654 0.292006925 0.768159473 -0.005297741
I don't understand why coef(zz) succee...
2016 Mar 31
0
Ask if an object will respond to a function or method
...see '?methods' for accessing help and source code
>> methods(class = "panelmodel")
> [1] deviance df.residual fitted has.intercept index
> [6] nobs pbgtest pbsytest pcdtest pdim
> [11] pdwtest phtest print pwartest pwfdtest
> [16] pwtest residuals terms update vcov
> see '?methods' for accessing help and source code
>> coef(zz)
> log(pcap) log(pc) log(emp) unemp
> -0.026149654 0.292006925 0.768159473 -0.005297741
>
> I don'...