summary.dbfit: Summarize the double bootstrap (DB) fit

Description Usage Arguments Value Examples

View source: R/summary.dbfit.R

Description

It summarizes the DB fit in a way that is similar to OLS lm.

Usage

1
2
## S3 method for class 'dbfit'
summary(object, ...)

Arguments

object

a result of the call to rfit

...

additional arguments to be passed

Value

call

the call to rfit

tab

a table of point estimates, standard errors, t-ratios and p-values

rho1

the Durbin two-stage estimate of rho

adjar

the DB (final) estimate of rho

flag99

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.

Examples

1
2
3
4
5
# data(testdata)
# y<-testdata[,5]
# x<-testdata[,1:4]
# fit1<-dbfit(x,y,1) # OLS fit, default
# summary(fit1)

DBfit documentation built on May 1, 2021, 1:09 a.m.