Learn R Programming

SparseFactorAnalysis (version 1.0)

summary.sfa: Summaries from sparse factor analysis.

Description

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

Usage

"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

Run this code

##  See sfa() for example.

Run the code above in your browser using DataLab