-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Dan Chaltiel edited this page Jun 23, 2020
·
5 revisions
Crosstable is a package centered on a single function, crosstable
, which easily computes descriptive statistics on datasets.
Before starting this wiki, if you are not familiar with dplyr
and pipes (%>%
, Ctrl+Shift+M in RStudio), I warmly recommend you to read Julien Barnier's tidyverse tutorial. Nevertheless, this should still be understandable, since crosstable
is perfectly usable with base R
.
crosstable
is now fully documented in its companion website: https://danchaltiel.github.io/crosstable.
- For any installation problem, try installing dependencies manually (see this page)
- For any other error or if this was not sufficient to help, fill a bug report in Issues.
crosstable
is a rewrite of the awesome biostat2
package written by David Hajage. The user interface is quite different but the concept is the same.
Thanks David!