Skip to contents

This function prints a ModelCollection object. For each k_sparsity it will show some detail of the maximum first models

Usage

printModelCollection(obj, indent = "\t--- ", method = "long")

Arguments

obj:

a ModelCollection object

indent:

a string (default:'tab---') that will precede each element of the object for the "long" method.

method:

the output method (default:long) will print for each k_sparsity a short information of the population of models, while the short method will output the number of models for each k_sparsity

Value

NULL if the object is not a valid ModelCollection.