FreesearchR/reference/regression_table.md

382 B

Create table of regression model

Create table of regression model

Usage

regression_table(x, ...)

Arguments

  • x:

    regression model

  • ...:

    passed to methods

  • args.list:

    list of arguments passed to 'fun'.

  • fun:

    function to use for table creation. Default is "gtsummary::tbl_regression".

Value

object of standard class for fun

Examples