Summary method for "hstats" object. Note that only the top 4 overall, the top 3 pairwise and the top 1 three-way statistics are shown.
# S3 method for class 'hstats'
summary(
object,
normalize = TRUE,
squared = TRUE,
sort = TRUE,
zero = TRUE,
...
)
Object of class "hstats".
Should statistics be normalized? Default is TRUE
.
Should squared statistics be returned? Default is TRUE
.
Should results be sorted? Default is TRUE
.
(Multi-output is sorted by row means.)
Should rows with all 0 be shown? Default is TRUE
.
Currently not used.
An object of class "summary_hstats" representing a named list with statistics "h2", "h2_overall", "h2_pairwise", "h2_threeway", all of class "hstats_matrix".
See hstats()
for examples.