Skip to contents

Returns the top 10 interlayer edges for fitted objects returned by multimixMN(), in the same long-format structure used for edge summaries.

Usage

# S3 method for class 'multimixMN_fit'
summary(object, top_n = 10L, digits = NULL, drop_na_boot = TRUE, ...)

Arguments

object

An object of class "multimixMN_fit".

top_n

Number of top edges to retain. Default is 10.

digits

Optional number of digits used to round numeric columns.

drop_na_boot

Logical. If TRUE (default), bootstrap-related columns that are entirely NA are removed.

...

Further arguments for S3 compatibility.

Value

An object of class "summary.multimixMN_fit" containing the top interlayer edges.