Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statisticsnorway/ssb-metodebiblioteket
https://github.com/statisticsnorway/ssb-metodebiblioteket
r-package
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/statisticsnorway/ssb-metodebiblioteket
- Owner: statisticsnorway
- License: other
- Created: 2021-12-03T10:09:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T14:31:28.000Z (9 days ago)
- Last Synced: 2024-12-13T16:02:23.478Z (9 days ago)
- Topics: r-package
- Language: R
- Homepage:
- Size: 13.2 MB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# metodebiblioteket
[![R-CMD-check](https://github.com/statisticsnorway/ssb-metodebiblioteket/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/statisticsnorway/ssb-metodebiblioteket/actions/workflows/R-CMD-check.yaml)
[![pytest](https://github.com/statisticsnorway/ssb-metodebiblioteket/actions/workflows/pytest-check.yaml/badge.svg)](https://github.com/statisticsnorway/ssb-metodebiblioteket/actions/workflows/pytest.yaml)Denne repo-en inneholder informasjon om funksjoner som danne SSBs
Metodebiblioteket. Du kan se på biblioteket her:****
## Installasjon
Repoen er organiserte som en R-pakke. For å installere det og alle
avhengige metode pakkeDu kan installere R-pakken metodebiblioteket fra
[GitHub](https://github.com/statisticsnorway/ssb-metodebiblioteket/) ved:``` r
renv::install("statisticsnorway/ssb-metodebiblioteket")
```
Dette trenger du å gjøre kun en gang. For å ta i bruk R funksjoner i Metodebiblioteket må du kalle inn pakken hver gang du starte en ny R sesjon med:
```r
library(metodebiblioteket)
```## Nøkkelord
Nøkkelørd som brukes i Metodebiblioteket er baserte på dokumentet
[Metodikk for modernisering av
statistikkproduksjonen](https://www.ssb.no/teknologi-og-innovasjon/artikler-og-publikasjoner/_attachment/419848?_ts=171cb1a9850):| Hovednøkkelord | Nøkkelord |
|:---------------------|:----------------------------------------------|
| kontrollere | regelbasert
statistisk |
| imputere | modelbasert
donor |
| strukturere | |
| indeksberegning | |
| vektberegning | modellbasert
designbasert |
| usikkerhetsberegning | |
| sesongjustering | |
| analyse | romlig |
| maskinlæring | |
| konfidensialitet | undertrykking
avrunding
støylegging |## Legg inn en ny funksjon
Har du en metodiske funksjon som du mener bør ligge inn i Metodebiblioteket? Her finne du [instruks om hvordan å legge inn en ny funkjson](https://statisticsnorway.github.io/metodebiblioteket/bidra.html). Husk at et av kravene er at funksjoner brukes i minst et produksjonsløp eller i et av SSBs metode-kursene. Funksjoner kan være i R eller Python.
## Status
Status på Metodebiblioteket ligger på [status siden](https://statisticsnorway.github.io/metodebiblioteket/status.html)