build_model {utile.tables} | R Documentation |
Build models
Description
Models specified terms in model data against an existing model and returns a clean, human readable table of summarizing the effects and statistics for the newly generated model. This function is meant to simplify fitting a large number of variables against a set of time-to-event data.
Usage
build_model(.object, ...)
Arguments
.object |
An object of a supported class. See S3 methods below. |
... |
Arguments passed to the appropriate S3 method. |
Value
An object of class tbl_df
(tibble) summarizing the provided
object.
See Also
[Package utile.tables version 0.3.0 Index]