Learn R Programming

SIHR (version 2.1.0)

summary.Dist: Summarizing Dist

Description

`summary` method for class `Dist`

Usage

# S3 method for Dist
summary(object, ...)

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

Arguments

object

An object of class `Dist`, a result of a call to `Dist`

...

arguments to pass down

Examples

Run this code
if (FALSE) {
## -- Continuing the Dist(.) example:
sEst <- summary(Est)
sEst
}

Run the code above in your browser using DataLab