September 2019

Handling Missing Values in R using tidyr

September 22, 2019 | AbdulMajedRaja RS

In this post, We’ll see 3 functions from tidyr that’s useful for handling Missing Values (NAs) in the dataset. Please note: This post isn’t going to be about Missing Value Imputation. tidyr According to the documentation of tidyr, The goal of tidyr is to help you create tidy ... [Read more...]

PDF Scraping in R with tabulizer

September 22, 2019 | Business Science

This article comes from Jennifer Cooper, a new student in Business Science University. Jennifer is 35% complete with the 101 course - and shows off her progress in this PDF Scraping tutorial. Jennifer has an interest in understanding the plight of wild...
[Read more...]

JavaScript cont in R

September 22, 2019 | Colin Fay

One thing I like about JavaScript is the const declaration method, which allows you to declare a variable one time, and that variable can’t be reassigned after that. I.e, this piece of code will throw an error: node -e "const x = 12; x = 14" ## [... [Read more...]

R TensorFlow Deep Neural Network

September 22, 2019 | Ian Johnson

In the previous post I fitted a neural network to the cars_19 dataset using the neuralnet package.  In this post I am going to use TensorFlow to fit a deep neural network using the same data.The main difference between the neuralnet package and TensorFlow is TensorFlow uses the adagrad ...
[Read more...]

Gold-Mining Week 3 (2019)

September 22, 2019 | Michael Griebe

Welcome to the 2019 Fantasy Football Season! Week 3 Gold Mining and Fantasy Football Projection Roundup now available. The post Gold-Mining Week 3 (2019) appeared first on Fantasy Football Analytics. [Read more...]

Workshops for Women and Girls

September 21, 2019 | Blog on FORWARDS

Thanks to generous funding from the R Consortium, Forwards has offered a series of workshops around the world to support the development of coding skills and to increase the participation of women in the R community. In the last year and a half, more than 10 workshops have engaged more than 100 ...
[Read more...]

Workshops for Women and Girls

September 21, 2019 | Blog on FORWARDS

Thanks to generous funding from the R Consortium, Forwards has offered a series of workshops around the world to support the development of coding skills and to increase the participation of women in the R community. In the last year and a half, more than 10 workshops have engaged more than 100 ...
[Read more...]

RSwitch 1.5.1 Released

September 21, 2019 | hrbrmstr

An RSwitch user, lcolladotor filed a most-welcome issue letting me know that the core functionality of the switcher was busted ????. After testing out the 1.5.1 release candidate I had made a “harmless” & “clever” change to reduce some redundancy in the code that handled with switching which resulted in busted symbolic link ...
[Read more...]
1 2 3 4 5 6 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)