summary.LF: Summarizing LF

View source: R/Methods.R

summary.LFR Documentation

Summarizing LF

Description

'summary' method for class 'LF'

Usage

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

Arguments

object

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

...

arguments to pass down

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.

Examples

## Not run: 
##-- Continuing the LF(.) example:
sEst = summary(Est)
sEst

## End(Not run)

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