Learn R Programming

SIHR (version 2.1.0)

summary.LF: Summarizing LF

Description

`summary` method for class `LF`

Usage

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

Value

The function `summary.LF` computes and returns a list of summary statistics.

output.est

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

Arguments

object

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

...

arguments to pass down

Examples

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

Run the code above in your browser using DataLab