report.factor: Report from categorical variable

View source: R/report_model.R

report.factorR Documentation

Report from categorical variable

Description

Creates a report table.

Usage

## S3 method for class 'factor'
report(x, ...)

Arguments

x

A categorical variable

...

Further arguments passed to make_table

Value

A data frame with the report table


repmod documentation built on Jan. 20, 2026, 1:06 a.m.

Related to report.factor in repmod...