Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbarrowman/vtree
An R package for calculating and drawing variable trees
https://github.com/nbarrowman/vtree
data-science data-visualization exploratory-data-analysis r statistics
Last synced: 2 months ago
JSON representation
An R package for calculating and drawing variable trees
- Host: GitHub
- URL: https://github.com/nbarrowman/vtree
- Owner: nbarrowman
- Created: 2019-01-19T20:41:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T22:55:17.000Z (about 1 year ago)
- Last Synced: 2024-10-27T21:38:18.364Z (2 months ago)
- Topics: data-science, data-visualization, exploratory-data-analysis, r, statistics
- Language: R
- Homepage: https://nbarrowman.github.io/vtree
- Size: 29.9 MB
- Stars: 75
- Watchers: 4
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vtree - An R package for calculating & drawing variable trees
=====[![CRAN
status](http://www.r-pkg.org/badges/version/vtree)](https://cran.r-project.org/package=vtree)
[![CRAN
downloads](https://cranlogs.r-pkg.org/badges/grand-total/vtree)](https://cranlogs.r-pkg.org/badges/grand-total/vtree)*Variable trees are diagrams that display information about nested subsets of a data frame.*
# Installation
You can install the current version of vtree (version 5.4.6) from CRAN
```
install.packages("vtree")
```Or install the latest development release (v5.6.2) from github
```
remotes::install_github("nbarrowman/[email protected]")
```To get the vignette as well you need to specify `build_vignettes=TRUE`:
```
remotes::install_github("nbarrowman/[email protected]",build_vignettes=TRUE)
```# More information
* vtree is available on [CRAN](https://cran.r-project.org/package=vtree)
* A comprehensive introduction to vtree is available in the [vignette](https://cran.r-project.org/web/packages/vtree/vignettes/vtree.html)
* A [cheat sheet](https://nbarrowman.github.io/cheatsheets/vtree_cheatsheet_5.0.0.pdf) (pdf) is available
* Examples:
* https://rpubs.com/nbarrowman/Data_exploration_with_vtree
* https://rpubs.com/nbarrowman/missing_values_vtree
* https://rpubs.com/nbarrowman/pruning_a_variable_tree
* https://rpubs.com/nbarrowman/CONSORT-style* Please report bugs or other issues [here](https://github.com/nbarrowman/vtree/issues).