Table comparing estimates and
summary_IQRlogisticRegression.Rd
Table comparing estimates and
summary_IQRlogisticRegression( x, order = NULL, filename = NULL, SIGNIF = 4, FLAGreport = TRUE, FLAGformula = FALSE, title = NULL, footerAdd = NULL )
Arguments
x | A (named) list with IQRlogistfit objects (or path to project folders). |
---|---|
order | Metric (BIC, AIC, or OBJ (objective function value)) based on which models are ordered |
filename | If given, estimate table written to file. |
SIGNIF | Number of significant digits used for the displayed values. |
FLAGreport | Whether to produce report ready table with estimates. |
FLAGformula | Whether to display model formula |
title | Table title |
footerAdd | Note to include in table footer |
Value
If no filename is given, table is returned
See also
Other Logistic regression:
IQRlogisticRegression()
,
export_IQRlogisticFit()
,
import_IQRlogisticFit()
,
plot_IQRlogistRegressFit()
,
simple_IQRlogisticRegression()