timbeechey / clubpro

Classification using binary procrustes rotation

Home Page:https://timbeechey.github.io/clubpro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clubpro

R-CMD-check Codecov test coverage

An R package for classification using binary procrustes rotation based on Grice (2011).

Installation

clubpro can be installed from CRAN:

install.packages("clubpro")

Install the development version of clubpro from GitHub with:

# install.packages("remotes")
remotes::install_github("timbeechey/clubpro")

Background

clubpro is an implementation of a subset of the methods described in Grice (2011).

Using clubpro

See the introductory guide for a brief demonstration of how to conduct a classification analysis using clubpro.

References

Grice, J. W. (2011). Observation oriented modeling: Analysis of cause in the behavioral sciences. Academic Press.

About

Classification using binary procrustes rotation

https://timbeechey.github.io/clubpro/

License:GNU General Public License v3.0


Languages

Language:R 80.7%Language:C++ 19.3%