August 2020

Shiny in Production: App and Database Syncing

August 21, 2020 | R on Thomas Roh

When using shiny in production, often you will want to have some sort of database interactions for storing and accessing data. The DBI package provides an easy way to do the database interactions with a variety of SQL database flavors. In this example, I’m going to use a SQLite ... [Read more...]

How to Optimize a Goal-Based Portfolio

August 21, 2020 | Franklin Parker

Traditional portfolio optimization (often called modern portfolio theory, or mean-variance optimization) balances expected portfolio return with expected portfolio variance. You input how opposed you are to portfolio variance (your risk tolerance), then you build a portfolio that gives you the best return given your risk tolerance. Goals-based investing, by contrast, ...
[Read more...]

Graphics in R with ggplot2

August 20, 2020 | R on Stats and R

Introduction Data Basic principles of {ggplot2} Create plots with {ggplot2} Scatter plot Line plot Combination of line and points Histogram Density plot Combination of histogram and densities Boxplot Barplot Further personalization Title an...
[Read more...]

Graphics in R with ggplot2

August 20, 2020 | R on Stats and R

Introduction Data Basic principles of {ggplot2} Create plots with {ggplot2} Scatter plot Line plot Combination of line and points Histogram Density plot Combination of histogram and densities Boxplot Barplot Further personalization Labels Axis ticks Log transformations Limits Legend Shape, color, size and transparency Smooth and regression lines Facets Themes Interactive ...
[Read more...]

Is second wave coming to London?

August 20, 2020 | r taoist

  The some columns on the data file has changed so I have updated the code from my last post. It is worrying that the daily number of new cases has risen to the same level as when the lock down started. The speed of the increase remains quite slow however. ...
[Read more...]

Online R trainings by eoda: Learning data science

August 19, 2020 | eoda GmbH

Unlock the potential of data science with our online R trainings and become an expert of R in September 2020! The speciality: The presence of our experienced data science trainers. Your individual questions will be answered in direct exchange – this ensures the greatest possible learning success for you.  Key Facts   Location: ...
[Read more...]

R Packages: {janitor} for Data Cleaning

August 18, 2020 | Exploring Data

Github Page as of 8/10/20 Quick Overview Exploring-Data is a place where I share easily digestible content aimed at making the wrangling and exploration of data more efficient (+fun). Sign up Here to join the many other subscribers who also nerd out on new tips and tricks ???? And if you enjoy ...
[Read more...]

Benford’s Law: Applying to Existing Data

August 18, 2020 | Nagdev Amruthnath

Benford’s Law is one of the most underrated and widely used techniques that are commonly used in various applications. United States IRS neither confirms nor denies their use of Benford’s law to detect any number of manipulations in income tax filing. Across the Atlantic, the EU is very ...
[Read more...]
1 3 4 5 6 7 12

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)