README.md

version downloads DOI Build Status

qlcMatrix

Utility sparse matrix functions for Quantitative Language Comparison (QLC)

This R-package contains various functions that extend the functionality of the Matrix package for using sparse matrices. Some of the functions are very general, while other are highly specific for special data format as used for quantitative language comparison.

The package is available at CRAN, so normally you should just install from within R using:

install.packages("qlcMatrix")  
library(qlcMatrix)

The version here at Github is normally slightly ahead of the CRAN version, and you can install the most up-to-date version using:

install.packages("devtools")
devtools::install_github("cysouw/qlcMatrix")

Michael Cysouw cysouw@mac.com



Try the qlcMatrix package in your browser

Any scripts or data that you put into this service are public.

qlcMatrix documentation built on May 2, 2019, 9:14 a.m.