October 2021

Awesome Marker Legends in Leaflet

October 28, 2021 | R on Thomas Roh

The awesome-markers plugin that ships with the leaflet package provides a great way to add iconography to points on a map. Three different icon libraries are supported, you have the ability to change to a few different options for the marker colors: , and can specify the icon color (it’s ...
[Read more...]

Model Selection in R (AIC Vs BIC)

October 28, 2021 | finnstats »

Model Selection in R, Let’s look at a linear regression model using mtcars dataset. Visit finnstats.com for up-to-date and accurate lessons. First, we need to brush up on our knowledge by looking at the mtcars dataset. head(mtcars) M...
[Read more...]

Model Selection in R (AIC Vs BIC)

October 28, 2021 | finnstats

Model Selection in R, Let’s look at a linear regression model using mtcars dataset. Visit finnstats.com for up-to-date and accurate lessons. First, we need to brush up on our knowledge by looking at the... The post Model Selection in R (AIC Vs BIC) appeared first on finnstats. [Read more...]

Why R? 2021 Conference – Remote

October 28, 2021 | Why R? Foundation

Four editions of Why R? conferences were a great community success. During each onsite edition, we gathered around 250-300 R enthusiasts from Europe and we managed to carry out more than 100 presentations and 35 workshops over 3 years. Last year we or... [Read more...]

ggplot tips: Arranging plots

October 27, 2021 | Albert Rapp

In this week’s TidyTuesday, I noticed that I am frequently not using only ggplot2 to create plots. In fact, it has become essential to me to leverage the powers of other great additional packages that align well with ggplot2. Therefore, I decided...
[Read more...]

September 2021: “Top 40” New CRAN Packages

October 27, 2021 | R Views

Two hundred twenty new packages stuck to CRAN in September. Here are my “Top 40” picks in fourteen categories: Art, Computational Methods, Data, Econometrics, Finance and Insurance, Genomics, Machine Learning, Medicine, Networks and Graphs, Science, Statistics, Time Series, Utilities, and Visualization. Art rfishdraw v0.1.0: Automatically generates fish drawings using the fishdraw ...
[Read more...]

R and Athena update

October 27, 2021 | Dyfan Jones Brain Dump HQ

RBloggers|RBloggers-feedburner Intro: As it has been an while since RAthena and noctua updates have been announce, I thought I would try and get them all out of the way now. This blog will cover, key new features that has been made from version 1.9... [Read more...]

How-to: Facebook Robyn marketing mix modeling

October 27, 2021 | Niklas Kolster

Example of Marketing mix modeling with Facebook’s Robyn package Here I will go through an example of how to run marketing mix modeling with the Robyn package published by Facebook. The project page by Facebook is here: https://facebookexperimental.github.io/Robyn/ and here are the instructions and code: ...
[Read more...]

{binance} Dealing with Dust

October 26, 2021 | R - datawookie

Dust refers to the fragments of coins which are too small to use for transactions. In the fiat world the equivalent would be those worthless coins with too little value to actually buy anything, that take up space in your wallet and end up scattered across parking areas. Binance allows ...
[Read more...]

How to Start a Career as an R Shiny Developer

October 26, 2021 | Dario Radečić

So, you want to become an R Shiny Developer? You’re at the right place. We’re Appsilon — An industry leader building the world’s most advanced R Shiny applications for Fortune 500 companies — and this article will summarize everything you need to start a career in R and Shiny. Make ...
[Read more...]

One Sample T-test in R

October 26, 2021 | Statistical Aid

A one-sample t-test is used to see if the mean of a population from which a sample was taken differs statistically from a hypothesised value. The null hypothesis in a t-test is that the population mean is equal to the… The post One Sample T-test in R appeared first on ...
[Read more...]

Pearson correlation in R

October 26, 2021 | Statistical Aid

The Pearson correlation coefficient, sometimes known as Pearson’s r, is a statistic that determines how closely two variables are related. Its value ranges from -1 to +1, with 0 denoting no linear correlation, -1 denoting a perfect negative linear correlation,… The post Pearson correlation in R appeared first on Statistical Aid: ...
[Read more...]

Chi-Square test using R

October 26, 2021 | Statistical Aid

A chi-square test is used to analyze nominal (sometimes known as categorical) data. It is pronounced kai and is frequently written as a χ2 test. It’s used to compare the observed frequencies in each sample’s response categories. The null hypothesis… The post Chi-Square test using R appeared first on ...
[Read more...]
1 2 3 4 10

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)