knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

clever

Travis build status AppVeyor build status Coveralls test coverage

clever computes principal Components LEVERage (CLEVER) and robust distance, measures of outlyingness for high-dimensional data such as fMRI data.

Installation

You can install the development version of clever from GitHub with:

# install.packages("devtools")
devtools::install_github("mandymejia/clever")

clever requires the glmgen package for PCA Trend Filtering (PCATF). Please see https://github.com/glmgen/glmgen for installation instructions.



muschellij2/clever documentation built on Sept. 26, 2020, 3:54 p.m.