summary.sumcat: summary.sumcat

Description Usage Arguments Examples

View source: R/summary_sumcat.R

Description

Displays all the models one after the other, specifying the call that was made by displaying those results to the user in the console.

Usage

1
2
## S3 method for class 'sumcat'
summary(object, ...)

Arguments

object

This is a sumcat object which is a list of the different classification models embedded inside.

...

Parameters that can be passed on to future functions.

Examples

1
2
  x <- model_cat(Potability ~ ., water_potability, water_test)
  summary(x)

samhaycock/sumcat documentation built on Dec. 22, 2021, 10:11 p.m.