cysouw / qlcMatrix

Utility sparse matrix functions for Quantitative Language Comparison (QLC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version downloads DOI

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

About

Utility sparse matrix functions for Quantitative Language Comparison (QLC)


Languages

Language:R 87.9%Language:HTML 10.0%Language:CSS 2.1%