summary.Dist {SIHR} | R Documentation |
Summarizing Dist
Description
'summary' method for class 'Dist'
Usage
## S3 method for class 'Dist'
summary(object, ...)
Arguments
object |
An object of class 'Dist', a result of a call to 'Dist' |
... |
arguments to pass down |
Value
The function 'summary.Dist' computes and returns a list of summary statistics.
output.est |
A 6-dimensional vector with elements for plugin(biased) estimators, bias-corrected estimators, its standard error, z-statistic, corresponding (two-sided) p-value and significance stars |
Examples
## Not run:
## -- Continuing the Dist(.) example:
sEst <- summary(Est)
sEst
## End(Not run)
[Package SIHR version 2.1.0 Index]