2020

Spatial Data Analysis Using Artificial Neural Networks Part 1

October 9, 2020 | Richard Plant

Spatial Data Analysis Using Artificial Neural Networks, Part 1 Richard E. Plant Additional topic to accompany Spatial Data Analysis in Ecology and Agriculture using R, Second Edition http://psfaculty.plantsciences.ucdavis.edu/plant/sda2.htm Chapter and section references are contained in that text, which is referred to as SDA2. Data ...
[Read more...]

Excess Deaths by Jurisdiction

October 8, 2020 | R on kieranhealy.org

Although yesterday’s excess deaths plots by cause graph was for the whole of the United States only, the table we made did the same calculations on the whole CDC dataset, so the resulting df_excess table has numbers for all U.S. states and several other jurisdictions, such as ... [Read more...]

Corr-correlation

October 8, 2020 | R on OSM

We recently read two blog posts from Robot Wealth and FOSS Trading on calculating rolling pairwise correlations for the constituents of an S&P 500 sector index. Both posts were very interesting and offered informative ways to solve the problem using different packages in R: tidyverse or xts. We’ll use ...
[Read more...]

Corr-correlation

October 8, 2020 | R on OSM

We recently read two blog posts from Robot Wealth and FOSS Trading on calculating rolling pairwise correlations for the constituents of an S&P 500 sector index. Both posts were very interesting and offered informative ways to solve the problem using different packages in R: tidyverse or xts. We’ll use ...
[Read more...]

Corr-correlation

October 8, 2020 | R on OSM

We recently read two blog posts from Robot Wealth and FOSS Trading on calculating rolling pairwise correlations for the constituents of an S&P 500 sector index. Both posts were very interesting and offered informative ways to solve the problem using different packages in R: tidyverse or xts. We’ll use ...
[Read more...]

Basic Error Handing in R with tryCatch()

October 8, 2020 | jonathanscallahan

The R language definition section on Exception Handling describes a very few basics about exceptions in R but is of little use to anyone trying to write robust code that can recover gracefully in the face of…Read more of Basic Error Handing in R with tryCatch() → [Read more...]

From R to WordPress in two easy steps

October 8, 2020 | Frederico Mestre

Wanting to post with some regularity in this blog, I needed to have a quick, easy way to do so. Importantly, I wanted to do this for free! I searched the internet, and found RWordPress. This package does just that, helps the user to post in WordPress (resorting also to ... [Read more...]

Why Is My Dashboard Ugly? A Crash Course in R Shiny UI

October 8, 2020 | Appsilon

This presentation by Pedro Silva is from a joint webinar with Appsilon and RStudio. Find a direct link to the video here. How to Make Shiny Dashboards Look Great Have you ever wanted to create a dashboard that is both beautiful and user-friendly, but failed completely? We’ve all been ...
[Read more...]

Optimizers in torch

October 7, 2020 | Sigrid Keydana

This is the fourth and last installment in a series introducing torch basics. Initially, we focused on tensors. To illustrate their power, we coded a complete (if toy-size) neural network from scratch. We didn’t make use of any of torch’s higher-lev... [Read more...]
1 37 38 39 40 41 164

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)