Description Usage Arguments Examples
View source: R/summary_sumcat.R
Displays all the models one after the other, specifying the call that was made by displaying those results to the user in the console.
1 2 |
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. |
1 2 | x <- model_cat(Potability ~ ., water_potability, water_test)
summary(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.