|
1 | | -#An R package for econometrics of network data |
| 1 | +##An R package for econometrics of network data |
| 2 | + |
| 3 | +<!-- badges: start--> |
| 4 | +[](https://lifecycle.r-lib.org/articles/stages.html#stable) |
| 5 | +[](https://opensource.org/licenses/MIT) |
| 6 | +[](https://github.com/ahoundetoungan/CDatanet/actions/workflows/R-CMD-check.yml) |
| 7 | + |
| 8 | +[](https://ahoundetoungan.r-universe.dev/CDatanet) |
| 9 | +[](https://CRAN.R-project.org/package=CDatanet) |
| 10 | +[](https://cran.r-project.org/package=CDatanet) |
| 11 | + |
| 12 | +<!-- badges: end--> |
| 13 | + |
2 | 14 | The**CDatanet** package simulates and estimates peer effect models and network formation models. The class of peer effect models includes the linear-in-means models ([Lee, 2004](https://doi.org/10.1111/j.1468-0262.2004.00558.x);[Lee et al., 2010](https://doi.org/10.1111/j.1368-423X.2010.00310.x)), the Tobit models ([Xu and Lee, 2015](https://doi.org/10.1016/j.jeconom.2015.05.004)), and discrete numerical data models ([Houndetoungan, 2024](https://doi.org/10.2139/ssrn.3721250)). The network formation models include pair-wise regressions with degree heterogeneity ([Graham, 2017](https://doi.org/10.3982/ECTA12679);[Yan et al., 2019](https://doi.org/10.1080/01621459.2018.1448829)) and exponential random graph models ([Mele, 2017](https://doi.org/10.3982/ECTA10400)). |
3 | 15 |
|
4 | | -**CDatanet** package includes all functions for the replication of the results in[Houndetoungan (2024)](https://doi.org/10.2139/ssrn.3721250). The exact replication codes are located in the folder[**test**](https://github.com/ahoundetoungan/CDatanet/tree/master/test). |
| 16 | +**CDatanet** package includes all functions for the replication of the results in[Houndetoungan (2024)](https://doi.org/10.2139/ssrn.3721250). The exact replication codes are located in the folder[**Results**](https://github.com/ahoundetoungan/CDatanet/tree/master/Results). |
5 | 17 |
|
6 | 18 | See CRAN version[here](https://CRAN.R-project.org/package=CDatanet). |
7 | 19 |
|
|