summary.dbw | R Documentation |
Prints a summary of a fitted dbw
object.
## S3 method for class 'dbw'
summary(object, ...)
object |
an object of class “dbw”, usually, a result of a call to |
... |
additional arguments to be passed to summary. |
Prints a summary of a dbw
object, in a format similar to glm.
call |
the matched call. |
est |
the point estimate of the parameter of interest. |
coefficients |
a table including coefficients, standard errors, z-values, and two-sided p-values. |
effn |
the effective sample size for the parameter of interest estimation. |
Hiroto Katsumata
dbw
, summary
# For examples see example(dbw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.