contextualize: Construct a single row summary of a model, fit, or other...

Description Usage Arguments Value Methods (by class)

Description

contextualize methods always return either a one-row data frame (except on NULL, which returns an empty data frame). It is different from broom::glance in that it gives information about how the model was run, instead of EG fit statistics.

Usage

1
2
3
4
5
6
7
contextualize(x, ...)

## S3 method for class 'NULL'
contextualize(x, ...)

## Default S3 method:
contextualize(x, ...)

Arguments

x

model or other R object to convert to single-row data frame

...

other arguments passed to methods

Value

data frame

Methods (by class)


biodatacore/biodatacoreMTM documentation built on May 12, 2019, 8:41 a.m.