Skip to contents

Core desctable functions

Functions to define and render tables

desc_table()
Generate a statistics table
desc_tests()
Add tests to a desc_table
desc_output()
desc_output

Deprecated API

Previous API for desctable, that will be deprecated with version 1.0

desctable()
Generate a statistics table
print(<desctable>)
Print method for desctable
as.data.frame(<desctable>)
As.data.frame method for desctable
pander(<desctable>)
Pander method for desctable
datatable()
Create an HTML table widget using the DataTables library
stats_default() stats_normal() stats_nonnormal()
Define a list of default statistics

Convenience functions

Functions to facilitate frequent operations

stats

IQR()
Return the inter-quartile range
percent()
Return the percentages for the levels of a factor
is.normal()
Test if distribution is normal

tests

no.test()
No test
chisq.test()
Pearson's Chi-squared Test for Count Data
fisher.test()
Fisher's Exact Test for Count Data
ANOVA()
Wrapper for oneway.test(var.equal = T)

automatic functions

stats_auto()
Function to create a list of statistics to use in desctable
tests_auto()
Function to choose a statistical test