topTable: S4 Generic for obtaining a top table

Description Usage Arguments Author(s)

Description

a top table is a rectangular object (e.g. data frame) which lists the top n most relevant variables

Usage

1
topTable(fit, n, ...)

Arguments

fit

object for which to obtain a top table, generally a fit object for a given model class

n

number of features (variables) to list in the top table, ranked by importance

...

further arguments for specific methods

Author(s)

Tobias Verbeke


a4Core documentation built on May 2, 2019, 4:48 p.m.

Related to topTable in a4Core...