November 2021

Ditch p-values. Use Bootstrap confidence intervals instead

November 8, 2021 | Florent Buisson

Are you interested in guest posting? Publish at DataScience+ via your RStudio editor.CategoryBasic StatisticsTagsBasic StatisticsExploratory AnalysisR ProgrammingTips & TricksP-values don’t mean what people think they mean; they rely on hidden assumptions that are unlikely to be fulfilled; they detract from the real questions. Here’s how to use the ...
[Read more...]

ShinyProxy 2.6.0

November 8, 2021 | Open Analytics

ShinyProxy 2.6.0 Today we release version 2.6.0 of ShinyProxy which includes over forty improvements. ShinyProxy is a novel, open source platform to deploy Shiny apps for the enterprise or larger organizations. Nevertheless, ShinyProxy is also an exce...
[Read more...]

Granger Causality Test in R (with Example)

November 8, 2021 | finnstats

Granger-Causality Test in R, The Granger Causality test is used to examine if one time series may be used to forecast another. Null Hypothesis (H0): Time series X does not cause time series Y... The post Granger Causality Test in R (with Example) appeared first on finnstats. [Read more...]

Should I Move to a Database?

November 7, 2021 | Roel M. Hogervorst

Long ago at a real-life meetup (remember those?), I received a t-shirt which said: “biggeR than R”. I think it was by microsoft, who develop a special version of R with automatic parallel work. Anyways, I was thinking about bigness (is that a word? it is now!) of your data. ... [Read more...]

A Structural Model of the World Happiness Report

November 7, 2021 | Blogs on Adejumo R.S

“If you can’t explain it simply, you don’t understand it well enough.” — Albert Einstein Introduction Structural equation modelling is a statistical technique used mostly in behavioral and cognitive sciences to see how some selected factors affect a latent variable. A latent variable is a variable that can’t ...
[Read more...]

{binance} Spot Trading: Liquidity

November 7, 2021 | R - datawookie

In previous posts we looked at creating market orders and limit orders with {binance}. We saw a couple of successful trades. However, sometimes trades are not successful and the orders are not filled. Let’s try to understand why. The setup will be the same as the previous posts and ...
[Read more...]

Markov Transition (Animated) Plots

November 6, 2021 | R on Data & The World

This is a quick post intended for animating how the transition matrix of a Markov chain changes between larger time steps, as well as showing the probability of the chain being in any specified state over time. This post uses the tidyverse, along with ... [Read more...]

Bond Forward Pricing using R code

November 6, 2021 | sang-heon lee

This post presents a R code for pricing a bond forward. It is well known that insurance companies use it as the instrument of a duration management with lower cost. Here, a pricing formula and its implementation are provided with delta sensitivity u...
[Read more...]

String Manipulation in R

November 6, 2021 | finnstats »

String Manipulation in R, In this article, we’ll show you how to manipulate strings in the R programming language using many methods. To begin, we’ll read text from a file into the computer to demonstrate the string operations. data&...
[Read more...]

String Manipulation in R

November 6, 2021 | finnstats

String Manipulation in R, In this article, we’ll show you how to manipulate strings in the R programming language using many methods. To begin, we’ll read text from a file into the computer to... The post String Manipulation in R appeared first on finnstats. [Read more...]
1 4 5 6 7 8

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)