summary.solutions_df {metasnf}R Documentation

Summary method for class solutions_df

Description

This summary function provides a summary of the solutions_df class object, including the number of solutions, the distribution of the number of clusters, and the number of observations.

Usage

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

Arguments

object

A ext_solutions_df class object.

...

Other arguments passed to summary (not used in this function).

Value

A named list containing the number of solutions, the distribution of the number of clusters, and the number of observations.


[Package metasnf version 2.1.2 Index]