Auxiliary function for "naive_bayes" and "*_naive_bayes" objects for easy browsing tables.
tables(object, which =NULL)
Arguments
object: object of class inheriting from: "naive_bayes" and "*_naive_bayes".
which: tables to be showed (all by default). This can be any valid indexing vector or vector containing names of variables.
Returns
list with tables.
Details
Default print method for "naive_bayes" and "*_naive_bayes" objects shows at most five first tables. This auxiliary function tables returns by default all tables and allows easy subsetting via indexing variables.