summary.QF: Summarizing QF

View source: R/Methods.R

summary.QFR Documentation

Summarizing QF

Description

'summary' method for class 'QF'

Usage

## S3 method for class 'QF'
summary(object, ...)

Arguments

object

An object of class 'QF', a result of a call to 'QF'

...

arguments to pass down

Value

The function 'summary.QF' computes and returns a list of summary statistics.

output.est

a length(tau.vec) x 7 matrix with columns for tau, plugin(biased) estimators, bias-corrected estimators, its standard error, z-statistic, corresponding (two-sided) p-value and significance stars; Each row corresponds to each tau.

Examples

## Not run: 
## -- Continuing the QF(.) example:
sEst <- summary(Est)
sEst

## End(Not run)

SIHR documentation built on May 29, 2024, 7:22 a.m.