powered by
It summarizes the DB fit in a way that is similar to OLS lm.
lm
# S3 method for dbfit summary(object, ...)
a result of the call to rfit
rfit
additional arguments to be passed
the call to rfit
a table of point estimates, standard errors, t-ratios and p-values
the Durbin two-stage estimate of rho
the DB (final) estimate of rho
an indicator; if 1, it indicates the original fit yields an estimate of rho to be 0.99. Only valid if order 1 is specified.
# NOT RUN { # data(testdata) # y<-testdata[,5] # x<-testdata[,1:4] # fit1<-dbfit(x,y,1) # OLS fit, default # summary(fit1) # }
Run the code above in your browser using DataLab