Function reference
-
desc_table()
- Generate a statistics table
-
desc_tests()
- Add tests to a desc_table
-
desc_output()
- desc_output
-
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
-
IQR()
- Return the inter-quartile range
-
percent()
- Return the percentages for the levels of a factor
-
is.normal()
- Test if distribution is normal
-
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)
-
stats_auto()
- Function to create a list of statistics to use in desctable
-
tests_auto()
- Function to choose a statistical test