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: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T17:48:34.000Z (4 months ago)
- Last Synced: 2025-04-12T19:52:29.268Z (3 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: 76
- Watchers: 3
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vtree - An R package for calculating & drawing variable trees
=====[](https://cran.r-project.org/package=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).