casen
Funciones para realizar estadistica con el disenio complejo de la encuesta CASEN.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Keywords
Repository
Funciones para realizar estadistica con el disenio complejo de la encuesta CASEN.
Basic Info
- Host: GitHub
- Owner: pachadotdev
- License: other
- Language: R
- Default Branch: master
- Homepage: https://pachamaltese.github.io/casen/
- Size: 171 MB
Statistics
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
casen
Acerca de
Proporciona un conjunto de funciones para realizar estadistica descriptiva e inferencia con el disenio complejo de la encuesta CASEN. Adicionalmente provee datasets que permiten armonizar los codigos de comunas que cambian de acuerdo al anio de realizacion de la encuesta y permite convertir a los codigos oficiales de SUBDERE. Esta paquete esta documentado intencionalmente en castellano asciificado para que funcione sin problema en diferentes plataformas.
Documentacion
La documentacion esta disponible en https://pacha.dev/casen. Se incluyen ejemplos de uso de las funciones del paquete casen y como se integra con otros paquetes de R.
Instalacion
Version estable
install.packages("casen")
Version de desarrollo
source("https://install-github.me/pachadotdev/casen")
Encuesta CASEN en formato R
Adicionalmente al paquete casen, estan disponibles las encuestas CASEN en formato rds. El unico cambio realizado sobre estas fue llevar los nombres de columnas a formato tidy (todo en minusculas reemplazando puntos y espacios por guion bajo).
Links de descarga:
- https://pacha.dev/casen/data-rds/1990.rds
- https://pacha.dev/casen/data-rds/1992.rds
- https://pacha.dev/casen/data-rds/1994.rds
- https://pacha.dev/casen/data-rds/1996.rds
- https://pacha.dev/casen/data-rds/1998.rds
- https://pacha.dev/casen/data-rds/2000.rds
- https://pacha.dev/casen/data-rds/2003.rds
- https://pacha.dev/casen/data-rds/2006.rds
- https://pacha.dev/casen/data-rds/2009.rds
- https://pacha.dev/casen/data-rds/2011.rds
- https://pacha.dev/casen/data-rds/2013.rds
- https://pacha.dev/casen/data-rds/2015.rds
- https://pacha.dev/casen/data-rds/2017.rds
Owner
- Name: Mauricio "Pachá" Vargas Sepúlveda
- Login: pachadotdev
- Kind: user
- Website: https://pacha.dev
- Repositories: 308
- Profile: https://github.com/pachadotdev
Statistician interested in applying statistical methods to address specific policy-relevant questions, particularly in international trade.
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "casen",
"description": "Funciones para realizar estadistica descriptiva e inferencia con el disenio complejo de la Encuesta CASEN (Encuesta de Caracterizacion Socio-Economica). Incluye datasets que permiten armonizar los codigos de comunas que cambian entre anios y permite convertir a los codigos oficiales de SUBDERE. (Functions to compute descriptive and inferential statistics with CASEN Survey [Socio-Economic Characterization Survey] complex design. Includes datasets to harmonize commune codes that change across years and allows to convert to official SUBDERE codes.)",
"name": "casen: Metodos De Estimacion Con Disenio Probabilistico y Estratificado en \n Encuesta CASEN (Estimation Methods with Probabilistic Stratified Sampling in \n CASEN Survey)",
"codeRepository": "https://github.com/pachadotdev/casen",
"issueTracker": "https://github.com/pachadotdev/casen/issues/",
"license": "Apache License 2",
"version": "0.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.0 (2022-04-22)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Mauricio",
"familyName": "Vargas",
"email": "mavargas11@uc.cl",
"@id": "https://orcid.org/0000-0003-1017-7574"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Klaus",
"familyName": "Lehmann"
},
{
"@type": "Organization",
"name": "Ministerio de Desarrollo Social (MDS)"
},
{
"@type": "Organization",
"name": "Subsecretaria de Desarrollo Regional (SUBDERE)"
},
{
"@type": "Person",
"givenName": "Ricardo",
"familyName": "Aravena"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Pontificia Universidad Catolica de Chile"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Mauricio",
"familyName": "Vargas",
"email": "mavargas11@uc.cl",
"@id": "https://orcid.org/0000-0003-1017-7574"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "covr",
"name": "covr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "broom",
"name": "broom",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=broom"
},
{
"@type": "SoftwareApplication",
"identifier": "janitor",
"name": "janitor",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=janitor"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "haven",
"name": "haven",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=haven"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "labelled",
"name": "labelled",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=labelled"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "glue",
"name": "glue",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=glue"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "survey",
"name": "survey",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=survey"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "srvyr",
"name": "srvyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=srvyr"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "purrr",
"name": "purrr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=purrr"
},
"SystemRequirements": null
},
"fileSize": "128.566KB",
"relatedLink": [
"https://pacha.dev/casen/",
"https://CRAN.R-project.org/package=casen"
],
"readme": "https://github.com/pachadotdev/casen/blob/master/README.md",
"contIntegration": [
"https://github.com/pachadotdev/casen/actions?workflow=R-CMD-check",
"https://codecov.io/gh/pachadotdev/casen?branch=master"
],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [
"r",
"chile",
"spss",
"stata",
"sampling",
"tidyverse"
]
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 10
- Total pull requests: 2
- Average time to close issues: about 2 months
- Average time to close pull requests: 17 minutes
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 1.2
- Average comments per pull request: 0.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pachadotdev (8)
- Cami1992 (1)
- vcanalesg (1)
Pull Request Authors
- krlmlr (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 3.5.0 depends
- dplyr * imports
- glue * imports
- haven * imports
- labelled * imports
- magrittr * imports
- purrr * imports
- rlang * imports
- srvyr * imports
- stats * imports
- survey * imports
- tidyr * imports
- utils * imports
- broom * suggests
- covr * suggests
- janitor * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests