2019

Favorite R Packages

November 14, 2019 | r on Joel Soroos

Sourcing readr - fast and friendly way to read rectangular data (i.e. csv, tsv) RODBC - SQL querying against relational databases readxl - importing Excel files including individual worksheets rvest - tools for working with http connections rio - ... [Read more...]

Visualizations

November 14, 2019 | r on Joel Soroos

A collection of data visualizations I have built for fun using the R programming language. All visualizations are produced via code without post-processing. The examples source data from the weekly R4DS #TidyTuesday project, which is a community fo...
[Read more...]

The state of R in Africa

November 14, 2019 | Blog on FORWARDS

Growth of the R ecosystem in Africa Over the past 2 years, we have seen R transform from just an academic and health care research language to one of the major languages in the budding data science community in Africa. For a long time, data scientis...
[Read more...]

The state of R in Africa

November 14, 2019 | Blog on FORWARDS

Growth of the R ecosystem in Africa Over the past 2 years, we have seen R transform from just an academic and health care research language to one of the major languages in the budding data science community in Africa. For a long time, data scientis...
[Read more...]

R for trial and model-based cost-effectiveness analysis

November 14, 2019 | R on Gianluca Baio

29-30 June 2020, University College London Training event (29 June): Torrington (1-19) 113 - Public Cluster, 1-19 in Torrington Place (https://goo.gl/maps/RtR3Ypug2Dq), University College London, United Kingdom Main workshop (30 June): Room G12, 1-19 in Torrington Place (https://goo.gl/maps/RtR3Ypug2Dq), University College London, United Kingdom. ... [Read more...]

GIS Day!

November 14, 2019 | Data Enthusiast's Blog

Yesterday was a GIS Day! Congratulations to everyone who loves maps, GIS, and working with spatial data! And as you may have guessed from my choice of this blog’s header image, I am one of those people. So, to mark the day, here are some links to great sources ... [Read more...]

GIS Day!

November 13, 2019 | Petr Baranovskiy

A collection of links to some great R-spatial resources, sources of geospatial data, and other GIS-related stuff that you may find useful. [Read more...]

Factor Modeling in R

November 13, 2019 | Posts on Matthew Smith R Shenanigans

The most popular models for analysing the risk of portfolios are factor models, since stocks have a tendency to move together. The principal component of securities often explains a large share of it’s variance. Since we are mostly concerned with multiple assets which form a portfolio we need to ...
[Read more...]

IPO Exploration Part Two

November 13, 2019 | R Views

In a previous post, we explored IPOs and IPO returns by sector and year since 2004. Today, let’s investigate how portfolios formed with those IPOs have performed. We will need to grab the price histories of the tickers, then form portfolios, then calculate their performance, and then rank those performances ... [Read more...]

workloopR: Analysis of work loops and other data from muscle physiology experiments in R

November 13, 2019 | rOpenSci - open tools for open science

Studies of muscle physiology often rely on closed-source, proprietary software for not only recording data but also for data wrangling and analyses. Although specialized software might be necessary to record data from highly-specialized equipment, data wrangling and analyses should be free from this constraint. It’s becoming more common for ... [Read more...]

Durban EDGE DataQuest

November 12, 2019 | R | datawookie

The Durban EDGE (Economic Development and Growth in eThekwini) DataQuest was held at UKZN (Westville Campus) on 13 November 2019. Participants were tasked with creating something interesting and useful with the civic data on the new Durban EDGE Open Da...
[Read more...]

Durban EDGE DataQuest

November 12, 2019 | R | datawookie

The Durban EDGE (Economic Development and Growth in eThekwini) DataQuest was held at UKZN (Westville Campus) on 13 November 2019. Participants were tasked with creating something interesting and useful with the civic data on the new Durban EDGE Open Data Portal developed by Open Data Durban. These datasets were available: EThekwini Water ...
[Read more...]

R scripts as command line tools

November 12, 2019 | r-bloggers on mpjdem.xyz

Most R users rely heavily on the interactive console for writing and executing code, but sometimes you will want to expose your work to a world outside of that cosy cocoon. One solution is to wrap a web API around your code, for instance using the excellent {plumber}. The other ... [Read more...]
1 16 17 18 19 20 155

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)