All Projects → MaximeWack → desctable

MaximeWack / desctable

Licence: GPL-3.0 license
An R package to produce descriptive and comparative tables

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to desctable

bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (-48.98%)
Mutual labels:  tidyverse
R-data-wrangling
Materials for my my R data workshop. https://cengel.github.io/R-data-wrangling/
Stars: ✭ 17 (-65.31%)
Mutual labels:  tidyverse
datar
A Grammar of Data Manipulation in python
Stars: ✭ 142 (+189.8%)
Mutual labels:  tidyverse
tidyversecourse
Tidyverse Skills for Data Science in R
Stars: ✭ 22 (-55.1%)
Mutual labels:  tidyverse
r-whatsapp-analysis-parte1
Análisis de texto y visualización de datos con R, de conversaciones de WhatsApp, primer parte. Uso de librería rwhatsapp.
Stars: ✭ 22 (-55.1%)
Mutual labels:  tidyverse
TidyTuesday
📊 Collection of #TidyTuesday Visualisations! 📈
Stars: ✭ 59 (+20.41%)
Mutual labels:  tidyverse
eeguana
A package for manipulating EEG data in R.
Stars: ✭ 16 (-67.35%)
Mutual labels:  tidyverse
tidyweek
Repo dedicated to #tidyweek & Mentorship pilot
Stars: ✭ 25 (-48.98%)
Mutual labels:  tidyverse
plotme
Complex plots made easier
Stars: ✭ 14 (-71.43%)
Mutual labels:  tidyverse
tqk
한국 주식 데이터를 위한 R 패키지
Stars: ✭ 55 (+12.24%)
Mutual labels:  tidyverse
tidyverse
Introduction à R et au tidyverse
Stars: ✭ 37 (-24.49%)
Mutual labels:  tidyverse
tidyRSS
An R package for extracting 'tidy' data frames from RSS, Atom, JSON and geoRSS feeds
Stars: ✭ 62 (+26.53%)
Mutual labels:  tidyverse
implyr
SQL backend to dplyr for Impala
Stars: ✭ 74 (+51.02%)
Mutual labels:  tidyverse
CSSS508
CSSS508: Introduction to R for Social Scientists
Stars: ✭ 28 (-42.86%)
Mutual labels:  tidyverse
advanced-data-wrangling-in-R-legacy
Advanced-data-wrangling-in-R, Workshop
Stars: ✭ 14 (-71.43%)
Mutual labels:  tidyverse
2017-summer-workshop
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Stars: ✭ 33 (-32.65%)
Mutual labels:  tidyverse
tidysq
tidy processing of biological sequences in R
Stars: ✭ 29 (-40.82%)
Mutual labels:  tidyverse
tbltools
🗜🔢 Tools for Working with Tibbles
Stars: ✭ 34 (-30.61%)
Mutual labels:  tidyverse
R4Econ
R Code Examples Multi-dimensional/Panel Data
Stars: ✭ 16 (-67.35%)
Mutual labels:  tidyverse
furniture
The furniture R package contains table1 for publication-ready simple and stratified descriptive statistics, tableC for publication-ready correlation matrixes, and other tables #rstats
Stars: ✭ 43 (-12.24%)
Mutual labels:  tidyverse

Desctable

Travis-CI Build Status
CRAN_Status_Badge CRAN RStudio mirror downloads CRAN RStudio mirror total downloads

Warning to existing users
This version introduces a new API that should make the creation of tables more flexible.
The old API is still present but in a deprecated mode.
See the roadmap below, and the website for the new usage.
Suggestions about this change are welcome !

Introduction

Desctable aims to be a simple and expressive interface to building statistical tables in R.

See desctable.github.io for usage ond documentation.

Installation

Install from CRAN (0.1.9) with

install.packages("desctable")

or install the development version (0.3) from github with

devtools::install_github("desctable/desctable")

Roadmap

0.3

This new version introduces a new internal representation as well as an entirely new API for desctable !
The original desctable function and usage remains until 1.0, but begins deprecation.

This new API is more flexible and more simple at the same time. Combine group_by, desc_table, desc_tests, and desc_output to create descriptive and comparative statistics tables and output them to various formats.

The internal representation is now a simple dataframe in the simple descriptive case, and a nested dataframe with list-columns for comparative tables, allowing easier manipulation by the user.

Next

  • Add a desc_output for {gt}
  • Implement a way to make tables for survival analysis.
  • Implement a way to make tables for multivariate models.
  • Allow univariate tests for simple tables
  • add a column for totals in grouped tables
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].