summary.sfa: Summaries from sparse factor analysis.

Description Usage Arguments Details References See Also Examples

Description

Returns a summary for the dimensionality estimate, first and second dimensions, and additional dimensions as desired.

Usage

1
2
## S3 method for class 'sfa'
summary(object,... )

Arguments

object

Object of type sfa.

...

Additional items to pass to summary. Options below.

Details

Generates a table for an object of class sfa. Additional arguments to pass summary below.

interval A number between 0 and 1. Length of symmetric posterior credible interval.

topbottom A positive integer. How many observations at the top and bottom of each dimension to print.

print.dims Optional. Additional dimensions besides the first two for which to return the top and bottom topbottom observations.

References

Ratkovic, Marc and Tingley, Dustin. 2015. "Sparse Estimation with Uncertainty: Subgroup Analysis in Large Dimensional Design." Working paper.

See Also

sfa

Examples

1
##  See sfa() for example.

SparseFactorAnalysis documentation built on May 2, 2019, 6 a.m.