summary.Dist: Summarizing Dist

View source: R/Methods.R

summary.DistR 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)

SIHR documentation built on April 9, 2023, 5:08 p.m.