{"id":22636700,"url":"https://github.com/daroczig/within","last_synced_at":"2025-03-29T05:12:16.988Z","repository":{"id":17886336,"uuid":"20832986","full_name":"daroczig/within","owner":"daroczig","description":"R implementation of the most frequently used three-dimensional fixed effects panel data models the appropriate Within estimators.","archived":false,"fork":false,"pushed_at":"2014-12-15T19:54:18.000Z","size":276,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T00:16:57.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daroczig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-14T13:44:43.000Z","updated_at":"2018-04-27T18:01:47.000Z","dependencies_parsed_at":"2022-08-24T03:10:16.778Z","dependency_job_id":null,"html_url":"https://github.com/daroczig/within","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroczig%2Fwithin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroczig%2Fwithin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroczig%2Fwithin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daroczig%2Fwithin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daroczig","download_url":"https://codeload.github.com/daroczig/within/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140592,"owners_count":20729802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T03:29:53.512Z","updated_at":"2025-03-29T05:12:16.961Z","avatar_url":"https://github.com/daroczig.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Within estimators for fixed effects panel data\n\nThis package includes R functions to the most frequently used three-dimensional fixed effects panel data models and the appropriate Within estimators based on\n\n * László Balázsi, László Mátyás and Tom Wansbeek (2014): [The Estimation of Multi-dimensional Fixed Effects Panel Data Models](http://EconPapers.repec.org/RePEc:ceu:econwp:2014_1). No 2014_1, CEU Working Papers, Department of Economics, Central European University.\n\nThe original goal of this package is to provide a way to do all the required transformations and estimates for reasonable large datasets on commodity hardware in reasonable time. The algorithms were tested on a laptop with 8 Gb of RAM for 180 x 180 x 46 matrices.\n\n## Installation\n\nThe package is not on CRAN yet, but he most recent version is hosted on [GitHub](https://github.com/rapporter/rapport), so installation is rather easy with the nifty function from `devtools` package:\n\n```\nlibrary(devtools)\ninstall_github('within', 'daroczig')\n```\n\nOr download the [sources in a zip file](https://github.com/daroczig/within/archive/master.zip) and build manually. To do so, please unzip the file to an empty dir and run the following commands there:\n\n```\nR CMD build rapport\nR CMD INSTALL within_0.1.tar.gz\n```\n\nIf you're running R on Windows, you need to install [Rtools](http://cran.stat.ucla.edu/bin/windows/Rtools/ ). Once you have installed `Rtools`, issue following command in command prompt:\n\n```\nR CMD build --binary \u003cpath to .tar.gz file\u003e\nR CMD INSTALL \u003cpath to .zip file\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaroczig%2Fwithin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaroczig%2Fwithin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaroczig%2Fwithin/lists"}