Skip to content

Commit

Permalink
update webpage: modules + new tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
evaaepelde committed Sep 12, 2024
1 parent e38c661 commit b45cb55
Show file tree
Hide file tree
Showing 90 changed files with 3,427 additions and 612 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

### <a name="pkg"></a>The package

MEDUSA is an R package that allows the development of distributional analyses in isolation or in connection with other models (soft links). The extensive database in which the microsimulation model is based allows for highly disaggregated results, taking into account numerous socioeconomic and demographic characteristics of households, such as income level, place of residence, type of family or the feminization degree of the household.
MEDUSA is an R package that allows the development of distributional analyses in isolation or in connection with other models (soft links). The extensive database in which the microsimulation model is based allows for highly disaggregated results, taking into account numerous socioeconomic and demographic characteristics of households, such as income level, place of residence, type of family or the feminization degree of the household. Additionally, the package combines these with the calculation of energy and transport poverty indices.

:exclamation::exclamation: **Note**: At the moment, `medusa` package works for Spain, but in the short term the idea is to extend it to all EU countries. Moreover, the package could be extended to all countries that are able to provide the raw data of the model.

Expand Down Expand Up @@ -97,4 +97,4 @@ The `medusa` package contains 3 main blocks of functions:
- Auxiliary functions: `id_tp`, `weighted.median` and `weighted.quantile`.


In addition, the package includes some default input files (.Rda), that are read by the different functions.
In addition, the package includes some default input files (.Rda), that are read by the different functions.
24 changes: 18 additions & 6 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,31 @@ navbar:
left:
- icon: fa-home
href: index.html
- icon: fa-solid fa-magnifying-glass-chart
text: "The Model"
href: articles/TheModel.html
- text: "Modules"
icon: fa-solid fa-indent
menu:
- text: Distributional impacts
href: articles/TheModel.html
- text: Energy poverty indices
href: articles/EnergyPoverty.html
- text: Transport poverty indices
href: articles/TransportPoverty.html
- text: "Packge Data"
icon: fa-solid fa-chart-pie
menu:
- text: Package Data
href: articles/PackageData.html
- text: Available Variables
href: articles/AvailableVariables.html
- icon: fas fa-book
text: "Tutorials"
href: articles/Tutorials.html
- text: "Tutorials"
icon: fas fa-book
menu:
- text: Calculate distributional impacts
href: articles/Tutorials.html
- text: Calculate energy poverty indices
href: articles/TutorialsEnergyPoverty.html
- text: Calculate transport poverty indices
href: articles/TutorialsTransportPoverty.html
- icon: fa-file-code-o
text: "Reference"
href: reference/index.html
Expand Down
38 changes: 32 additions & 6 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 30 additions & 8 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 32 additions & 6 deletions docs/articles/AvailableVariables.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b45cb55

Please sign in to comment.