2021

Another 9 R books added to BigBookofR

September 12, 2021 | Oscar

The collection of R books at BigBookofR continues to grow! Thanks to @erictleaungu , @StanLazic, @rohmanoabdur, @preposterior, @lago67522285 and @lfvasconcelos_ for their contributions. Computing for the social sciences By Dr. Benjamin Soltoff The goal of this course is to teach you basic computational skills and provideyou with the means to … The ... [Read more...]

Binomial Distribution in R-Quick Guide

September 11, 2021 | finnstats »

Binomial Distribution in R, Binomial distribution was invented by  James Bernoulli which was posthumously published in 1713. Let n ( finite) Bernoulli trials be conducted with probability “p” of success and “q” of a failure. The probability of x...
[Read more...]

Binomial Distribution in R-Quick Guide

September 11, 2021 | finnstats

Binomial Distribution in R, Binomial distribution was invented by  James Bernoulli which was posthumously published in 1713. Let n ( finite) Bernoulli trials be conducted with probability “p” of success and “q” of a... The post Binomial Distribution in R-Quick Guide appeared first on finnstats.
[Read more...]

Visualising COVID data using R and leaflet

September 11, 2021 | R'tichoke

Leaflet is a JavaScript library for interactive maps. Leaflet for R is super easy to use and a great way to visualise data that has a spatial dimension. Below are some examples on how to use the leaflet package in R to visualise some COVID-19 data. Pac... [Read more...]

Bond Convexity in Excel and R

September 11, 2021 | sang-heon lee

Bond duration is the first order linear approximation and thus does not consider a non-linearity. Making up for this shortcoming of the duration, a convexity is needed to describe the non-linearity of a bond price. This post explains the meaning and c...
[Read more...]

Custom charting functions using ggplot2

September 10, 2021 | R'tichoke

While R has variety of options to choose from when it comes to 2D graphics and data visualisation, it is hard to beat ggplot2 in terms of features, functionality and overall visual quality. I wanted to share my take on how to use the package which is, ...
[Read more...]

Object detection and tracking in Python

September 10, 2021 | Francisco de Abreu e Lima

Introduction Computer vision is practically everywhere – summoned whenever you unlock your phone, check-in at the airport or drive an autonomous vehicle. In industry, it is revolutionising fields ranging from precision agriculture to AI-assisted medical imaging. Many such applications are based on object detection, one of the key topics of this ...
[Read more...]

Adding text labels to ggplot2 Bar Chart

September 9, 2021 | finnstats »

Adding text labels to ggplot2, Is it possible to add text labels to a bar chart in a simple way? Yes, In this article, you’ll learn how to add a frequency count to each bar in a bar chart. First, let’s make a data frame. Animated ...
[Read more...]

Adding text labels to ggplot2 Bar Chart

September 9, 2021 | finnstats

Adding text labels to ggplot2, Is it possible to add text labels to a bar chart in a simple way? Yes, In this article, you’ll learn how to add a frequency count to each... The post Adding text labels to ggplot2 Bar Chart appeared first on finnstats.
[Read more...]

{emayili} Rendering Plain Markdown

September 9, 2021 | R | datawookie

We’ve been able to attach text and HTML content to messages with {emayili}. But something that I’ve really been wanting to do is render markdown directly into an email. In version 0.4.19 I’ve added the ability to directly render plain markdown into a message. library(emayili) The render() ...
[Read more...]
1 33 34 35 36 37 119

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)