September 2021

Ogive curve in R

September 14, 2021 | finnstats »

Ogive curve in R, It is a graph plotted for the variate values and their corresponding cumulative frequencies of a frequency distribution. The sum of all preceding frequencies up to this point is referred to as cumulative frequency. Its shape is...
[Read more...]

Ogive curve in R

September 14, 2021 | finnstats

Ogive curve in R, It is a graph plotted for the variate values and their corresponding cumulative frequencies of a frequency distribution. The sum of all preceding frequencies up to this point is referred... The post Ogive curve in R appeared first on finnstats.
[Read more...]

Nonlinear Market Forecasting using ‘Stealth Curves’

September 13, 2021 | 123blee

In 2001, I was fortunate to discover a ‘market characteristic’ that transcends virtually every liquid market. Markets often trend in a nonlinear fashion according to hidden support/resistance curves (Stealth Curves).  Whereas ‘market anomalies’ are transient and are overwhelmingly market specific, Stealth Curves are highly robust across virtually every market and ...
[Read more...]

Tidy Parallel Processing in R with furrr

September 13, 2021 | Business Science

Parallel processing in the tidyverse couldn’t be easier with the furrr package. If you are familiar with the purrr::map() function, then you’ll love furrr::future_map(), which we’ll use in this FREE R-Tip training to get a 2.6X speed-up in our code. R...
[Read more...]

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...]
1 6 7 8 9 10 11

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)