<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Software | Reprex</title><link>https://reprex-next.netlify.app/software/</link><atom:link href="https://reprex-next.netlify.app/software/index.xml" rel="self" type="application/rss+xml"/><description>Software</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><image><url>https://reprex-next.netlify.app/media/icon_hub9491570ac57158c0eeecc95c95b13e5_20247_512x512_fill_lanczos_center_3.png</url><title>Software</title><link>https://reprex-next.netlify.app/software/</link></image><item><title>dataset: Create Interoperable FAIR Datasets</title><link>https://reprex-next.netlify.app/software/dataset/</link><pubDate>Thu, 11 Aug 2022 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/software/dataset/</guid><description>&lt;h2 id="interoperable-fair-datasets">Interoperable, FAIR datasets&lt;/h2>
&lt;p>The primary aim of dataset is create well-referenced, well-described,
interoperable datasets from data.frames, tibbles or data.tables that
translate well into the W3C DataSet definition within the &lt;a href="https://www.w3.org/TR/vocab-data-cube/" target="_blank" rel="noopener">Data Cube
Vocabulary&lt;/a> in a reproducible
manner. The data cube model in itself is is originated in the
&lt;a href="https://sdmx.org/" target="_blank" rel="noopener">Statistical Data and Metadata eXchange&lt;/a>, and it is
almost fully harmonzied with the Resource Description Framework (RDF),
the standard model for data interchange on the web[^1].&lt;/p>
&lt;p>A mapping of R objects into these models has numerous advantages:&lt;/p>
&lt;ol>
&lt;li>Makes data importing easier and less error-prone;&lt;/li>
&lt;li>Leaves plenty of room for documentation automation, resulting in far
better reusability and reproducability;&lt;/li>
&lt;li>The publication of results from R following the
&lt;a href="https://www.go-fair.org/fair-principles/" target="_blank" rel="noopener">FAIR&lt;/a> principles is far
easier, making the work of the R user more findable, more
accessible, more interoperable and more reusable by other users;&lt;/li>
&lt;li>Makes the placement into relational databases, semantic web
applications, archives, repositories possible without time-consuming
and costly data wrangling (See &lt;a href="https://dataset.dataobservatory.eu/articles/RDF.html" target="_blank" rel="noopener">From dataset To
RDF&lt;/a>).&lt;/li>
&lt;/ol>
&lt;p>Our package functions work with any structured R objects (data.fame,
data.table, tibble, or well-structured lists like json), however, the
best functionality is achieved by the (See &lt;a href="https://dataset.dataobservatory.eu/articles/dataset.html" target="_blank" rel="noopener">The dataset S3
Class&lt;/a>), which
is inherited from &lt;code>data.frame()&lt;/code>.&lt;/p>
&lt;h3 id="contact">Contact&lt;/h3>
&lt;p>For contact information, contributors, see the
&lt;a href="https://dataset.dataobservatory.eu/" target="_blank" rel="noopener">package&lt;/a> homepage.&lt;/p>
&lt;h3 id="code-of-conduct">Code of Conduct&lt;/h3>
&lt;p>Please note that the &lt;code>dataset&lt;/code> project is released with a
&lt;a href="https://www.contributor-covenant.org/version/2/0/code_of_conduct/" target="_blank" rel="noopener">Contributor Code of Conduct&lt;/a>.
By contributing to this project, you agree to abide by its terms.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
Click the &lt;em>Cite&lt;/em> button above to demo the feature to enable visitors to import publication metadata into their reference management software.
&lt;/div>
&lt;/div></description></item><item><title>statcodelists: Use Standardized Statistical Codelists</title><link>https://reprex-next.netlify.app/software/statcodelists/</link><pubDate>Tue, 28 Jun 2022 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/software/statcodelists/</guid><description>&lt;h2 id="retrospective-data-harmonization">Retrospective data harmonization&lt;/h2>
&lt;p>The aim of &lt;code>retroharmonize&lt;/code> is to provide tools for reproducible
retrospective (ex-post) harmonization of datasets that contain variables
measuring the same concepts but coded in different ways. Ex-post data
harmonization enables better use of existing data and creates new
research opportunities. For example, harmonizing data from different
countries enables cross-national comparisons, while merging data from
different time points makes it possible to track changes over time.&lt;/p>
&lt;p>Retrospective data harmonization is associated with challenges including
conceptual issues with establishing equivalence and comparability,
practical complications of having to standardize the naming and coding
of variables, technical difficulties with merging data stored in
different formats, and the need to document a large number of data
transformations. The &lt;code>retroharmonize&lt;/code> package assists with the latter
three components, freeing up the capacity of researchers to focus on the
first.&lt;/p>
&lt;p>Specifically, the &lt;code>retroharmonize&lt;/code> package proposes a reproducible
workflow, including a new class for storing data together with the
harmonized and original metadata, as well as functions for importing
data from different formats, harmonizing data and metadata, documenting
the harmonization process, and converting between data types. See
&lt;a href="https://retroharmonize.dataobservatory.eu/reference/retrohamonize.html" target="_blank" rel="noopener">here&lt;/a>
for an overview of the functionalities.&lt;/p>
&lt;p>The new &lt;code>labelled_spss_survey()&lt;/code> class is an extension of &lt;a href="https://haven.tidyverse.org/reference/labelled_spss.html" target="_blank" rel="noopener">haven’s labelled_spss class&lt;/a>. It not
only preserves variable and value labels and the user-defined missing
range, but also gives an identifier, for example, the filename or the
wave number, to the vector. Additionally, it enables the preservation –
as metadata attributes – of the original variable names, labels, and
value codes and labels, from the source data, in addition to the
harmonized variable names, labels, and value codes and labels. This way,
the harmonized data also contain the pre-harmonization record. The
stored original metadata can be used for validation and documentation
purposes.&lt;/p>
&lt;p>The vignette &lt;a href="https://retroharmonize.dataobservatory.eu/articles/labelled_spss_survey.html" target="_blank" rel="noopener">Working With The labelled_spss_survey Class&lt;/a>
provides more information about the &lt;code>labelled_spss_survey()&lt;/code> class.&lt;/p>
&lt;p>In &lt;a href="https://retroharmonize.dataobservatory.eu/articles/harmonize_labels.html" target="_blank" rel="noopener">Harmonize Value Labels&lt;/a>
we discuss the characteristics of the &lt;code>labelled_spss_survey()&lt;/code> class and
demonstrates the problems that using this class solves.&lt;/p>
&lt;p>We also provide three extensive case studies illustrating how the
&lt;code>retroharmonize&lt;/code> package can be used for ex-post harmonization of data
from cross-national surveys:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://retroharmonize.dataobservatory.eu/articles/afrobarometer.html" target="_blank" rel="noopener">Afrobarometer&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://retroharmonize.dataobservatory.eu/articles/arabbarometer.html" target="_blank" rel="noopener">Arab
Barometer&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://retroharmonize.dataobservatory.eu/articles/eurobarometer.html" target="_blank" rel="noopener">Eurobarometer&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>The creators of &lt;code>retroharmonize&lt;/code> are not affiliated with either
Afrobarometer, Arab Barometer, Eurobarometer, or the organizations that
designs, produces or archives their surveys.&lt;/p>
&lt;p>We started building an experimental APIs data is running retroharmonize
regularly and improving known statistical data sources. See: &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a>, &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a>, &lt;a href="https://economy.dataobservatory.eu/" target="_blank" rel="noopener">Economy Data Observatory&lt;/a>.&lt;/p>
&lt;h2 id="citations-and-related-work">Citations and related work&lt;/h2>
&lt;h3 id="citing-the-data-sources">Citing the data sources&lt;/h3>
&lt;p>Our package has been tested on three harmonized survey’s microdata.
Because &lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">retroharmonize&lt;/a> is
not affiliated with any of these data sources, to replicate our
tutorials or work with the data, you have download the data files from
these sources, and you have to cite those sources in your work.&lt;/p>
&lt;p>&lt;strong>Afrobarometer&lt;/strong> data: Cite
&lt;a href="https://afrobarometer.org/data/" target="_blank" rel="noopener">Afrobarometer&lt;/a> &lt;strong>Arab Barometer&lt;/strong>
data: cite &lt;a href="https://www.arabbarometer.org/survey-data/data-downloads/" target="_blank" rel="noopener">Arab
Barometer&lt;/a>.
&lt;strong>Eurobarometer&lt;/strong> data: The
&lt;a href="https://ec.europa.eu/commfrontoffice/publicopinion/index.cfm" target="_blank" rel="noopener">Eurobarometer&lt;/a>
data
&lt;a href="https://ec.europa.eu/commfrontoffice/publicopinion/index.cfm" target="_blank" rel="noopener">Eurobarometer&lt;/a>
raw data and related documentation (questionnaires, codebooks, etc.) are
made available by &lt;em>GESIS&lt;/em>, &lt;em>ICPSR&lt;/em> and through the &lt;em>Social Science Data
Archive&lt;/em> networks. You should cite your source, in our examples, we rely
on the
&lt;a href="https://www.gesis.org/en/eurobarometer-data-service/search-data-access/data-access" target="_blank" rel="noopener">GESIS&lt;/a>
data files.&lt;/p>
&lt;h3 id="citing-the-retroharmonize-r-package">Citing the retroharmonize R package&lt;/h3>
&lt;p>For main developer and contributors, see the
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">package&lt;/a> homepage.&lt;/p>
&lt;p>This work can be freely used, modified and distributed under the GPL-3
license:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-r" data-lang="r">&lt;span class="line">&lt;span class="cl">&lt;span class="nf">citation&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s">&amp;#34;retroharmonize&amp;#34;&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; To cite package &amp;#39;retroharmonize&amp;#39; in publications use:&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; Daniel Antal (2021). retroharmonize: Ex Post Survey Data&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; Harmonization. R package version 0.1.17.&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; https://retroharmonize.dataobservatory.eu/&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; A BibTeX entry for LaTeX users is&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; @Manual{,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; title: {retroharmonize: Ex Post Survey Data Harmonization},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; author: {Daniel Antal},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; year: {2021},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; doi: {10.5281/zenodo.5006056},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; note: {R package version 0.1.17},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; url: {https://retroharmonize.dataobservatory.eu/},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; }&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="contact">Contact&lt;/h3>
&lt;p>For contact information, contributors, see the
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">package&lt;/a> homepage.&lt;/p>
&lt;h3 id="code-of-conduct">Code of Conduct&lt;/h3>
&lt;p>Please note that the &lt;code>retroharmonize&lt;/code> project is released with a
&lt;a href="https://www.contributor-covenant.org/version/2/0/code_of_conduct/" target="_blank" rel="noopener">Contributor Code of Conduct&lt;/a>.
By contributing to this project, you agree to abide by its terms.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
Click the &lt;em>Cite&lt;/em> button above to demo the feature to enable visitors to import publication metadata into their reference management software.
&lt;/div>
&lt;/div></description></item><item><title>retroharmonize R package for survey harmonization</title><link>https://reprex-next.netlify.app/software/retroharmonize/</link><pubDate>Tue, 25 Aug 2020 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/software/retroharmonize/</guid><description>&lt;h2 id="retrospective-data-harmonization">Retrospective data harmonization&lt;/h2>
&lt;p>The aim of &lt;code>retroharmonize&lt;/code> is to provide tools for reproducible
retrospective (ex-post) harmonization of datasets that contain variables
measuring the same concepts but coded in different ways. Ex-post data
harmonization enables better use of existing data and creates new
research opportunities. For example, harmonizing data from different
countries enables cross-national comparisons, while merging data from
different time points makes it possible to track changes over time.&lt;/p>
&lt;p>Retrospective data harmonization is associated with challenges including
conceptual issues with establishing equivalence and comparability,
practical complications of having to standardize the naming and coding
of variables, technical difficulties with merging data stored in
different formats, and the need to document a large number of data
transformations. The &lt;code>retroharmonize&lt;/code> package assists with the latter
three components, freeing up the capacity of researchers to focus on the
first.&lt;/p>
&lt;p>Specifically, the &lt;code>retroharmonize&lt;/code> package proposes a reproducible
workflow, including a new class for storing data together with the
harmonized and original metadata, as well as functions for importing
data from different formats, harmonizing data and metadata, documenting
the harmonization process, and converting between data types. See
&lt;a href="https://retroharmonize.dataobservatory.eu/reference/retrohamonize.html" target="_blank" rel="noopener">here&lt;/a>
for an overview of the functionalities.&lt;/p>
&lt;p>The new &lt;code>labelled_spss_survey()&lt;/code> class is an extension of &lt;a href="https://haven.tidyverse.org/reference/labelled_spss.html" target="_blank" rel="noopener">haven’s labelled_spss class&lt;/a>. It not
only preserves variable and value labels and the user-defined missing
range, but also gives an identifier, for example, the filename or the
wave number, to the vector. Additionally, it enables the preservation –
as metadata attributes – of the original variable names, labels, and
value codes and labels, from the source data, in addition to the
harmonized variable names, labels, and value codes and labels. This way,
the harmonized data also contain the pre-harmonization record. The
stored original metadata can be used for validation and documentation
purposes.&lt;/p>
&lt;p>The vignette &lt;a href="https://retroharmonize.dataobservatory.eu/articles/labelled_spss_survey.html" target="_blank" rel="noopener">Working With The labelled_spss_survey Class&lt;/a>
provides more information about the &lt;code>labelled_spss_survey()&lt;/code> class.&lt;/p>
&lt;p>In &lt;a href="https://retroharmonize.dataobservatory.eu/articles/harmonize_labels.html" target="_blank" rel="noopener">Harmonize Value Labels&lt;/a>
we discuss the characteristics of the &lt;code>labelled_spss_survey()&lt;/code> class and
demonstrates the problems that using this class solves.&lt;/p>
&lt;p>We also provide three extensive case studies illustrating how the
&lt;code>retroharmonize&lt;/code> package can be used for ex-post harmonization of data
from cross-national surveys:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://retroharmonize.dataobservatory.eu/articles/afrobarometer.html" target="_blank" rel="noopener">Afrobarometer&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://retroharmonize.dataobservatory.eu/articles/arabbarometer.html" target="_blank" rel="noopener">Arab
Barometer&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://retroharmonize.dataobservatory.eu/articles/eurobarometer.html" target="_blank" rel="noopener">Eurobarometer&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>The creators of &lt;code>retroharmonize&lt;/code> are not affiliated with either
Afrobarometer, Arab Barometer, Eurobarometer, or the organizations that
designs, produces or archives their surveys.&lt;/p>
&lt;p>We started building an experimental APIs data is running retroharmonize
regularly and improving known statistical data sources. See: &lt;a href="https://music.dataobservatory.eu/" target="_blank" rel="noopener">Digital Music Observatory&lt;/a>, &lt;a href="https://greendeal.dataobservatory.eu/" target="_blank" rel="noopener">Green Deal Data Observatory&lt;/a>, &lt;a href="https://economy.dataobservatory.eu/" target="_blank" rel="noopener">Economy Data Observatory&lt;/a>.&lt;/p>
&lt;h2 id="citations-and-related-work">Citations and related work&lt;/h2>
&lt;h3 id="citing-the-data-sources">Citing the data sources&lt;/h3>
&lt;p>Our package has been tested on three harmonized survey’s microdata.
Because &lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">retroharmonize&lt;/a> is
not affiliated with any of these data sources, to replicate our
tutorials or work with the data, you have download the data files from
these sources, and you have to cite those sources in your work.&lt;/p>
&lt;p>&lt;strong>Afrobarometer&lt;/strong> data: Cite
&lt;a href="https://afrobarometer.org/data/" target="_blank" rel="noopener">Afrobarometer&lt;/a> &lt;strong>Arab Barometer&lt;/strong>
data: cite &lt;a href="https://www.arabbarometer.org/survey-data/data-downloads/" target="_blank" rel="noopener">Arab
Barometer&lt;/a>.
&lt;strong>Eurobarometer&lt;/strong> data: The
&lt;a href="https://ec.europa.eu/commfrontoffice/publicopinion/index.cfm" target="_blank" rel="noopener">Eurobarometer&lt;/a>
data
&lt;a href="https://ec.europa.eu/commfrontoffice/publicopinion/index.cfm" target="_blank" rel="noopener">Eurobarometer&lt;/a>
raw data and related documentation (questionnaires, codebooks, etc.) are
made available by &lt;em>GESIS&lt;/em>, &lt;em>ICPSR&lt;/em> and through the &lt;em>Social Science Data
Archive&lt;/em> networks. You should cite your source, in our examples, we rely
on the
&lt;a href="https://www.gesis.org/en/eurobarometer-data-service/search-data-access/data-access" target="_blank" rel="noopener">GESIS&lt;/a>
data files.&lt;/p>
&lt;h3 id="citing-the-retroharmonize-r-package">Citing the retroharmonize R package&lt;/h3>
&lt;p>For main developer and contributors, see the
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">package&lt;/a> homepage.&lt;/p>
&lt;p>This work can be freely used, modified and distributed under the GPL-3
license:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-r" data-lang="r">&lt;span class="line">&lt;span class="cl">&lt;span class="nf">citation&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s">&amp;#34;retroharmonize&amp;#34;&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; To cite package &amp;#39;retroharmonize&amp;#39; in publications use:&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; Daniel Antal (2021). retroharmonize: Ex Post Survey Data&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; Harmonization. R package version 0.1.17.&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; https://retroharmonize.dataobservatory.eu/&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; A BibTeX entry for LaTeX users is&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; &lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; @Manual{,&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; title: {retroharmonize: Ex Post Survey Data Harmonization},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; author: {Daniel Antal},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; year: {2021},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; doi: {10.5281/zenodo.5006056},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; note: {R package version 0.1.17},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; url: {https://retroharmonize.dataobservatory.eu/},&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="c1">#&amp;gt; }&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="contact">Contact&lt;/h3>
&lt;p>For contact information, contributors, see the
&lt;a href="https://retroharmonize.dataobservatory.eu/" target="_blank" rel="noopener">package&lt;/a> homepage.&lt;/p>
&lt;h3 id="code-of-conduct">Code of Conduct&lt;/h3>
&lt;p>Please note that the &lt;code>retroharmonize&lt;/code> project is released with a
&lt;a href="https://www.contributor-covenant.org/version/2/0/code_of_conduct/" target="_blank" rel="noopener">Contributor Code of Conduct&lt;/a>.
By contributing to this project, you agree to abide by its terms.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
Click the &lt;em>Cite&lt;/em> button above to demo the feature to enable visitors to import publication metadata into their reference management software.
&lt;/div>
&lt;/div></description></item><item><title>iotables R package for working with symmetric input-output tables</title><link>https://reprex-next.netlify.app/software/iotables/</link><pubDate>Wed, 03 Jun 2020 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/software/iotables/</guid><description>&lt;p>&lt;a href="https://iotables.dataobservatory.eu/" target="_blank" rel="noopener">iotables&lt;/a> processes all the symmetric input-output tables of the EU member states, and calculates direct, indirect and induced effects, multipliers for GVA, employment, taxation. These are important inputs into policy evaluation, business forecasting, or granting/development indicator design. iotables is used by about 800 experts around the world.&lt;/p>
&lt;h2 id="code-of-conduct">Code of Conduct&lt;/h2>
&lt;p>Please note that the &lt;code>iotables&lt;/code> project is released with a
&lt;a href="https://www.contributor-covenant.org/version/2/0/code_of_conduct/" target="_blank" rel="noopener">Contributor Code of
Conduct&lt;/a>.
By contributing to this project, you agree to abide by its terms.&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
Click the &lt;em>Cite&lt;/em> button above to demo the feature to enable visitors to import publication metadata into their reference management software.
&lt;/div>
&lt;/div></description></item><item><title>regions R package to create sub-national statistical indicators</title><link>https://reprex-next.netlify.app/software/regions/</link><pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate><guid>https://reprex-next.netlify.app/software/regions/</guid><description>&lt;h2 id="installation">Installation&lt;/h2>
&lt;p>You can install the development version from
&lt;a href="https://github.com/" target="_blank" rel="noopener">GitHub&lt;/a> with:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-r" data-lang="r">&lt;span class="line">&lt;span class="cl">&lt;span class="n">devtools&lt;/span>&lt;span class="o">::&lt;/span>&lt;span class="nf">install_github&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s">&amp;#34;rOpenGov/regions&amp;#34;&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>or the released version from CRAN:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-r" data-lang="r">&lt;span class="line">&lt;span class="cl">&lt;span class="nf">install.packages&lt;/span>&lt;span class="p">(&lt;/span>&lt;span class="s">&amp;#34;devtools&amp;#34;&lt;/span>&lt;span class="p">)&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;a href="https://regions.dataobservatory.eu/" target="_blank" rel="noopener">regions&lt;/a> currently takes care of 20,000 sub-divisional boundary changes in Europe since 1999. Comparing departments of France in 2013, with 2007 vojvodinas of Poland and 2018 megyék in Hungary? This extremely errorprone work is automated, as a result, you can compare 110-260 regions for far better analysis. regions was downloaded about 600 researchers in the first month after release.&lt;/p>
&lt;p>You can review the complete package documentation on
&lt;a href="https://regions.dataobservatory.eu/" target="_blank" rel="noopener">regions.dataobservatory.eu&lt;/a>. If you find
any problems with the code, please raise an issue on
&lt;a href="https://github.com/antaldaniel/regions" target="_blank" rel="noopener">Github&lt;/a>. Pull requests are
welcome if you agree with the &lt;a href="https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html" target="_blank" rel="noopener">Contributor Code of
Conduct&lt;/a>&lt;/p>
&lt;p>If you use &lt;code>regions&lt;/code> in your work, please &lt;a href="https://doi.org/10.5281/zenodo.3825696" target="_blank" rel="noopener">cite the
package&lt;/a>.&lt;/p>
&lt;h2 id="motivation">Motivation&lt;/h2>
&lt;p>Working with sub-national statistics has many benefits. In policymaking or in social sciences, it is a common practice to compare national statistics, which can be hugely misleading. The United States of America, the Federal Republic of Germany, Slovakia and Luxembourg are all countries, but they differ vastly in size and social homogeneity. Comparing Slovakia and Luxembourg to the federal states or even regions within Germany, or the states of Germany and the United States can provide more adequate insights. Statistically, the similarity of the aggregation level and high number of observations can allow more precise control of model parameters and errors.&lt;/p>
&lt;p>The advantages of switching from a national level of the analysis to a
sub-national level comes with a huge price in data processing,
validation and imputation. The package Regions aims to help this
process.&lt;/p>
&lt;p>This package is an offspring of the
&lt;a href="http://ropengov.github.io/eurostat/" target="_blank" rel="noopener">eurostat&lt;/a> package on
&lt;a href="http://ropengov.github.io/" target="_blank" rel="noopener">rOpenGov&lt;/a>. It started as a tool to validate and re-code regional Eurostat statistics, but it aims to be a general solution for all sub-national statistics. It will be developed parallel with other rOpenGov packages.&lt;/p>
&lt;h2 id="sub-national-statistics-have-many-challenges">Sub-national Statistics Have Many Challenges&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Frequent boundary changes&lt;/strong>: as opposed to national boundaries,
the territorial units, typologies are often change, and this makes
the validation and recoding of observation necessary across time.
For example, in the European Union, sub-national typologies change
about every three years and you have to make sure that you compare
the right French region in time, or, if you can make the time-wise
comparison at all.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Hierarchical aggregation and special imputation&lt;/strong>: missingness is
very frequent in sub-national statistics, because they are created
with a serious time-lag compared to national ones, and because they
are often not back-casted after boundary changes. You cannot use
standard imputation algorithms because the observations are not
similarly aggregated or averaged. Often, the information is
seemingly missing, and it is present with an obsolete typology code.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h2 id="package-functionality">Package functionality&lt;/h2>
&lt;ul>
&lt;li>Generic vocabulary translation and joining functions for
geographically coded data&lt;/li>
&lt;li>Keeping track of the boundary changes within the European Union
between 1999-2021&lt;/li>
&lt;li>Vocabulary translation and joining functions for standardized
European Union statistics&lt;/li>
&lt;li>Vocabulary translation for the &lt;code>ISO-3166-2&lt;/code> based Google data and
the European Union&lt;/li>
&lt;li>Imputation functions from higher aggregation hierarchy levels to
lower ones, for example from &lt;code>NUTS1&lt;/code> to &lt;code>NUTS2&lt;/code> or from &lt;code>ISO-3166-1&lt;/code>
to &lt;code>ISO-3166-2&lt;/code> (impute down)&lt;/li>
&lt;li>Imputation functions from lower hierarchy levels to higher ones
(impute up)&lt;/li>
&lt;li>Aggregation function from lower hierarchy levels to higher ones, for
example from NUTS3 to &lt;code>NUTS1&lt;/code> or from &lt;code>ISO-3166-2&lt;/code> to &lt;code>ISO-3166-1&lt;/code>
(aggregate; under development)&lt;/li>
&lt;li>Disaggregation functions from higher hierarchy levels to lower ones,
again, for example from &lt;code>NUTS1&lt;/code> to &lt;code>NUTS2&lt;/code> or from &lt;code>ISO-3166-1&lt;/code> to
&lt;code>ISO-3166-2&lt;/code> (disaggregate; under development)&lt;/li>
&lt;/ul>
&lt;h2 id="vignettes--articles">Vignettes / Articles&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="http://regions.danielantal.eu/articles/Regional_stats.html" target="_blank" rel="noopener">Working With Regional, Sub-National Statistical
Products&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://regions.danielantal.eu/articles/validation.html" target="_blank" rel="noopener">Validating Your
Typology&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://regions.danielantal.eu/articles/recode.html" target="_blank" rel="noopener">Recoding And
Relabelling&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://regions.danielantal.eu/articles/google_mobility_report.html" target="_blank" rel="noopener">The Typology Of The Google Mobility Reports
(COVID-19)&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="feedback">Feedback?&lt;/h2>
&lt;p>Raise and &lt;a href="https://github.com/antaldaniel/eurobarometer/issues" target="_blank" rel="noopener">issue&lt;/a> on Github or &lt;a href="https://danielantal.eu/#contact" target="_blank" rel="noopener">get in touch&lt;/a>. Downloaders from CRAN:
&lt;a href="https://cran.r-project.org/package=regions" target="_blank" rel="noopener">
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://cranlogs.r-pkg.org/badges/regions" alt="metacran
downloads" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/a>&lt;/p>
&lt;div class="alert alert-note">
&lt;div>
Click the &lt;em>Cite&lt;/em> button above to demo the feature to enable visitors to import publication metadata into their reference management software.
&lt;/div>
&lt;/div></description></item></channel></rss>