Learn R Programming

SIHR (version 2.1.0)

summary.InnProd: Summarizing InnProd

Description

`summary` method for class `InnProd`

Usage

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

Value

The function `summary.InnProd` 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 `InnProd`, a result of a call to `InnProd`

...

arguments to pass down

Examples

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

Run the code above in your browser using DataLab