Provides structural data for Norway.
Datasets relating to maps, population in municipalities, vaccination coverage for childhood vaccines, municipality/county matching, and how different municipalities have merged/redistricted over time from 2006 to 2020.
fhiverse
is a set of R packages developed by the Norwegian Institute of Public Health to help solve problems that frequently occur when performing infectious disease surveillance.
If you want to install the dev versions (or access packages that haven't been released on CRAN), run usethis::edit_r_profile()
to edit your .Rprofile
. Then write in:
options(repos=structure(c(
FHI="https://folkehelseinstituttet.github.io/drat/",
CRAN="https://cran.rstudio.com"
)))
Save the file and restart R. This will allow you to install fhiverse
packages from the FHI registry.
Current fhiverse
packages are:
| Name | Info | |--------- |------------------------------------------------------------------ | | org | A system to help you organize projects. | | plnr | A system to help you plan analyses. | | attrib | Calculating attributable mortalities and incident risk ratios. | | spread | Different infectious disease spread models. | | fhidata | Preformatted structural data for Norway. | | fhimaps | Preformatted maps of Norway that generally don't need geolibraries. | | fhiplot | Helpful functions for creating outputs in the style used by FHI. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.