December 2016

Model Evaluation Exercises 1

December 2, 2016 | Hasan Imtiaz

We are committed to bringing you 100% authentic exercise sets. We even try to include as different datasets as possible to give you an understanding of different problems. No more classifying Titanic dataset. R has tons of datasets in its library. This is to encourage you to try as many datasets ... [Read more...]

Authentication Proxy on Shiny Open Source

December 2, 2016 | Pablo Seibelt

A year ago i wrote about a way to authenticate shiny with Auth0, using Apache: http://blog.datascienceheroes.com/adding-authentication-to-shiny-open-source-edition/ This method works but has some issues, Sebastian Peyrott has written an excellent new blogpost that explains how to add authentication to the Open Source edition of Shiny from scratch, [Read more...]

D3PartitionR 0.3.0 is available on CRAN

December 2, 2016 | guillotantoine

Yesterday, the new version of D3partitionR was uploaded on CRAN, this version contains some major improvements. 1. General layout: Before this update, the height and width of the widget were somehow messy and so was the global layout. The layout is now the following: Area A: Title area (exists only ...
[Read more...]

Introduction of the pdfsearch package

December 2, 2016 | Educate-R - R

I'm happy to introduce an add-on package, pdfsearch, that adds the ability to do keyword searches on pdf files. This add-on package uses the excellent pdftools package from the ropensci project to read in pdf files and perform keyword searches based ch... [Read more...]

Replicating NYT Weather App

December 1, 2016 | Joshua Kunst

So much time since my last post so I want to post something, no matter what it is, but I hope this will be somehow helpfull In this post I will show some new features for the next version of highcharter package. The main feature added is hc_ad... [Read more...]

ratio-of-uniforms [#4]

December 1, 2016 | xi'an

Possibly the last post on random number generation by Kinderman and Monahan’s (1977) ratio-of-uniform method. After fiddling with the Gamma(a,1) distribution when a
[Read more...]

Multiple Analysis of Variance (MANOVA)

December 1, 2016 | Aaron Schlegel

MANOVA, or Multiple Analysis of Variance, is an extension of Analysis of Variance (ANOVA) to several dependent variables. The approach to MANOVA is similar to ANOVA in many regards and requires the same assumptions (normally distributed dependent variables with equal covariance matrices). This post will explore how MANOVA is performed... ... [Read more...]

An Analysis of Contributions to PubMed Commons

December 1, 2016 | nsaunders

I recently saw a tweet floating by which included a link to some recent statistics from PubMed Commons, the NCBI service for commenting on scientific articles in PubMed. Perhaps it was this post at their blog. So I thought now would be a good time to write some code to ...
[Read more...]

Efficiently Saving and Sharing Data in R

December 1, 2016 | Francis Smart

After spending a day the other week struggling to make sense of a federal data set shared in an archaic format (ASCII fixed format dat file). It is essential for the effective distribution and sharing of data that it use the minimum amount of disk space and be rapidly accessible ...
[Read more...]

Scripting Loops exercises Vol.2

December 1, 2016 | Maria Elisa Bertinat Tulipano

[For this exercise, first write down your answer, without using R. Then, check your answer using R.] Answers to the exercises are available here. Exercise 1 Using the following variables: x=1 i=c(1:10) For this exercise, write a for() loop that increments x by two for each i. Exercise 2 Using the ... [Read more...]

New Course: Joining Data in R with dplyr

December 1, 2016 | DataCamp Blog

We just launched Joining Data in R with dplyr taught by Garrett Grolemund, the author of Hands-On Programming with R and R for Data Science from O'Reilly Media. This course builds on what you learned in Data Manipulation in R with dplyr by showi... [Read more...]
1 15 16 17 18

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)