Methods to make building customized, ready-to-export tables for publication purposes easier and creating summaries of large datasets for review a breeze.
build_table()
: Summarizes various types of data objects as tables. Can work in an automated fashion (all columns/terms in provided data) or with manually specified options.build_row()
: Generates a summarizing table for raw factor, logical, and numeric data.build_model()
: Given a base model object, build new models with specified columns and summarize their results. Can work in an automated fashion (all columns in model data) or with manually specified options.