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: 3 months ago
JSON representation

An R package for calculating and drawing variable trees

Lists

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).