R package for estimation of complementarities in models with two-sided heterogeneity. You can find documentation for the different functions here rblm documentation.
There is a simple example on simulated data here: tutorial.
Link to github repo: github.
To install directly the package, run the following:
install.packages("devtools") # this is in case you do not have devtools already
library(devtoolls)
# install our package for the master branch
install_github("tlamadon/rblm")
First download the repository using git, then open the projet in Rstudio. Finally run the following:
install.packages("devtools") # this is in case you do not have devtools already
require(devtools)
document(".")
install(".")
You should find the following working example vignettes/example.Rmd
.