Skip to content

tlamadon/rblm

Repository files navigation

rblm

CircleCI doc

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.

Install from 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")

Install from within package

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(".")

Example

You should find the following working example vignettes/example.Rmd.

About

R package for estimation of complementarities in two-way fixed effects models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published