Skip to content

Utility sparse matrix functions for Quantitative Language Comparison (QLC)

Notifications You must be signed in to change notification settings

cysouw/qlcMatrix

Repository files navigation

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 [email protected]

About

Utility sparse matrix functions for Quantitative Language Comparison (QLC)

Resources

Stars

Watchers

Forks

Packages

No packages published