<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RStats |</title><link>https://carlos-hugoblox.netlify.app/en/tags/rstats/</link><atom:link href="https://carlos-hugoblox.netlify.app/en/tags/rstats/index.xml" rel="self" type="application/rss+xml"/><description>RStats</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-GB</language><lastBuildDate>Thu, 14 Jul 2022 13:00:06 +0000</lastBuildDate><image><url>https://carlos-hugoblox.netlify.app/media/icon_hu_aa3341e371185529.png</url><title>RStats</title><link>https://carlos-hugoblox.netlify.app/en/tags/rstats/</link></image><item><title>Managing R script dependencies: automagic and renv</title><link>https://carlos-hugoblox.netlify.app/en/events/2022-07-14-wrug-reproducbility/</link><pubDate>Thu, 14 Jul 2022 13:00:06 +0000</pubDate><guid>https://carlos-hugoblox.netlify.app/en/events/2022-07-14-wrug-reproducbility/</guid><description>&lt;!-- Add the talk outline, prerequisites, and how people can join. --&gt;
&lt;p&gt;At the end of the
we had an interesting discussion on the need for reproducibility. This talk introduces the concept of reproducibility and focuses on one of it’s many facets: that of managing R script’s dependencies.&lt;/p&gt;
&lt;p&gt;In order to do so, two different methods will be presented, compared and discussed: the simple yet works-out-of-the-box {automagic} and the more complex, yet backed up by RStudio, {renv}&lt;/p&gt;
&lt;p&gt;At the end of the session, points in common as well as limitations will be highlighted, hopefully leading to a discussion and opening the door for the second talk of the reproducibility series.&lt;/p&gt;</description></item><item><title>Visualisation tool for a grounded FEW Nexus</title><link>https://carlos-hugoblox.netlify.app/en/publications/2022-fwe-dashboard/</link><pubDate>Fri, 20 May 2022 00:00:00 +0000</pubDate><guid>https://carlos-hugoblox.netlify.app/en/publications/2022-fwe-dashboard/</guid><description>&lt;!-- Add the paper text or supplementary notes. Markdown, math, and code are supported. --&gt;</description></item><item><title>Streetscape Perception Modelling – Theoretical Considerations and Methodological Possibilities</title><link>https://carlos-hugoblox.netlify.app/en/events/2021-12-15-platial/</link><pubDate>Fri, 17 Dec 2021 13:00:06 +0000</pubDate><guid>https://carlos-hugoblox.netlify.app/en/events/2021-12-15-platial/</guid><description>&lt;!-- Add the talk outline, prerequisites, and how people can join. --&gt;
&lt;p&gt;The influence of features and properties of the urban built-up environment on people’s sense of safety and perception of beauty, social vibrancy, and walkability is a topic of interest of urban geographers, designers, planners, and environmental psychologists alike. Along with emerging forms of data and the computational paradigm of Artificial Intelligence, current GIS, citizen science, and sensor technologies offer exciting technical and methodological possibilities for extracting, representing, and modelling aspects of people’s perception of streetscapes. This workshop aims to explore these possibilities, exchange research experiences, and discuss the theoretical grounds based on which we can operationalise, i.e., model, streetscape perception, particularly based on geospatial technologies.&lt;/p&gt;
&lt;p&gt;The workshop will offer an open and interactive environment for researchers of all levels to discuss questions including, but not limited to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What theoretical frameworks can guide us in extracting, representing, and modelling different streetscape perception aspects of people from different social groups and cultural backgrounds?&lt;/li&gt;
&lt;li&gt;Which variables, parameters, and indicators these theoretical frameworks suggest and how can they be reliably extracted based on different digital technologies and participation methods?&lt;/li&gt;
&lt;li&gt;Which GIS interfaces, data structures, and visualisations are effective in representing people’s perception of streetscapes as to foster theory development and inform planning and policy design towards more sustainable and inclusive urban spaces?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;An outcome of the workshop will be a written summary of the discussed ideas authored by all participants and published in the PLATIAL’21 proceedings. The indicative programme is as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Introduction by the organisers (20 min)&lt;/li&gt;
&lt;li&gt;Crash presentations by participants (optional) (20 min)&lt;/li&gt;
&lt;li&gt;Break-out group discussions (30 min) + World Café (30 min)&lt;/li&gt;
&lt;li&gt;Paper writing outlook (20 min)&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Some R Packages I would love to explore (October 2020)</title><link>https://carlos-hugoblox.netlify.app/en/blog/2020/10/some-r-packages-i-would-love-to-explore-october-2020/</link><pubDate>Tue, 20 Oct 2020 00:00:00 +0000</pubDate><guid>https://carlos-hugoblox.netlify.app/en/blog/2020/10/some-r-packages-i-would-love-to-explore-october-2020/</guid><description>&lt;!-- Tip: open with the why, then show results, code, and next steps. --&gt;
&lt;p&gt;These are some packages I have just discovered which I would like to try/use in the future. For future reference, I have added a brief description and links to source code:&lt;/p&gt;
&lt;h2 id="data-munging"&gt;Data munging:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
: has simple functions for examining and cleaning dirty data. It was built with beginning and intermediate R users in mind and is optimized for user-friendliness. Advanced R users can already do everything covered here, but with janitor they can do it faster and save their thinking for the fun stuff.&lt;/li&gt;
&lt;li&gt;
makes writing regular expressions easier by using a friendlier syntax. I always have some difficulties memorizing regex expressions and usually have to use the
(a great resource, by the way) as a reminder.&lt;/li&gt;
&lt;li&gt;the
+
+
+
team. These group of packages from the same author seem to work as a team. &lt;code&gt;validate&lt;/code&gt; validates data&amp;rsquo;s structure (It can even validate data
written in &lt;code&gt;yaml&lt;/code&gt;), &lt;code&gt;errorlocate&lt;/code&gt; finds the faulty observations, which can later be corrected by either &lt;code&gt;dcmodify&lt;/code&gt; or &lt;code&gt;deductive&lt;/code&gt; (from predefinded rules)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="visualization"&gt;Visualization:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
provides additional Themes and Theme Components for my beloved &lt;code&gt;ggplot2&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
provides additional color palettes and backgrounds for &lt;code&gt;ggplot&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;
: positioning annotations in &lt;code&gt;ggplot&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="geospatial"&gt;Geospatial:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
: a mapzen API client for R (
). I am always looking for good geocoding services (currently using
), and this package uses Mapzen&amp;rsquo;s Pelias geocoding (amongst other things).&lt;/li&gt;
&lt;li&gt;
parses messy coordinates and converts from different formats to decimal. Also, provides helper functions such as getting hemisphere.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>