report {repmod}R Documentation

Generic function for creating reporting tables

Description

Generic function for creating reporting tables.

Usage

report(x, ...)

Arguments

x

An compatibleobject that can be summarized

...

further arguments passed to make_table

Value

A data frame with the report table

Examples

report(iris)  #Report of descriptive statistics
lm1 <- lm(Petal.Length ~ Sepal.Width + Species, data=iris)
report(lm1)   #Report of model

[Package repmod version 0.1.7 Index]