knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
extracat
is an R package for working with categorical variables.
The package extracat
has been archived from CRAN, but you can install it from this github repository:
devtools::install_github("heike/extracat")
Several data sets are provided within the package, the command visna
provides a good first overview of the where missing values are in a data set:
library(extracat) visna(GeneEx)
Using additional sorting methods, we can work out patterns of missing values:
# reorder both rows and columns: visna(GeneEx, sort = "b", sort.method="optile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.