Skip to content
/ rblm Public

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

License

Notifications You must be signed in to change notification settings

tlamadon/rblm

Repository files navigation

rblm

Testing multiarch installation 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 using pak

To install directly the package, run the following:

install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
library(pak);

# install our package for the main branch
pak::pkg_install("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

Contributors 4

  •  
  •  
  •  
  •