mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
implemented checks with 'performance' package
This commit is contained in:
parent
5d2228b892
commit
3ce9902170
13 changed files with 574 additions and 27 deletions
|
|
@ -79,7 +79,7 @@ regression_table.list <- function(x, ...) {
|
|||
|
||||
#' @rdname regression_table
|
||||
#' @export
|
||||
regression_table.webresearch_model <- function(x, ..., args.list = NULL, fun = "gtsummary::tbl_regression") {
|
||||
regression_table.default <- function(x, ..., args.list = NULL, fun = "gtsummary::tbl_regression") {
|
||||
# Stripping custom class
|
||||
class(x) <- class(x)[class(x) != "webresearch_model"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue