June 2018

Why Bother with Shiny?

June 8, 2018 | Mango Solutions

Aimée Gott, Education Practice Lead For the last week we've been talking on the blog and Twitter about some of the functionality in Shiny and how you can learn it. But, if you haven't already made the leap and started using Shiny, why should you? What is the challenge ...
[Read more...]

Why Bother with Shiny?

June 8, 2018 | Aimee Gott

For the last week we’ve been talking on the blog and Twitter about some of the functionality in Shiny and how you can learn it. But, if you haven’t already made the leap and started using Shiny, why should you? What is the challenge to be solved? At ...
[Read more...]

Classification from scratch, bagging and forests 10/8

June 8, 2018 | arthur charpentier

Tenth post of our series on classification from scratch. Today, we’ll see the heuristics of the algorithm inside bagging techniques. Often, bagging is associated with trees, to generate forests. But actually, it is possible using bagging for any kind of model. Recall that bagging means “boostrap aggregation”. So, consider ...
[Read more...]

How To Create a Flexdashboard

June 8, 2018 | Euthymios Kasvikis

INTRODUCTION With flexdashboard, you can easily create interactive dashboards for R. What is amazing about it is that with R Markdown, you can publish a group of related data visualizations as a dashboard. Additionally, it supports a wide variety of components, including htmlwidgets; base, lattice, and grid graphics; tabular data; ...
[Read more...]

Women in R

June 8, 2018 | matloff

Last week I gave one of the keynote addresses at R/Finance 2018 in Chicago. I considered it an honor and a pleasure to be there, both because of the stimulating intellectual exchange and the fine level of camaraderie and hospitality that prevailed. I mentioned at the start of my talk ... [Read more...]

.rprofile: Julia Silge

June 7, 2018 | rOpenSci - open tools for open science

Dr. Julia Silge [@juliasilge on Twitter] is a data scientist at Stack Overflow. We talked about why R brings Julia joy, her path to a career in data science and what it was like to co-write a book for O’Reilly Media. This interview occurred on February 3, 2018 at the RStudio ...
[Read more...]

maximal spacing around order statistics [#2]

June 7, 2018 | xi'an

The proposed solution of the riddle from the Riddler discussed here a few weeks ago is rather approximative, in that the distribution of when the n-sample is made of iid Normal variates is (a) replaced with the distribution of one arbitrary minimum and (b) the distribution of the minimum is ...
[Read more...]

Making World Tile Grid-Grids

June 7, 2018 | hrbrmstr

A colleague asked if I would blog about how I crafted the grid of world tile grids in this post and I accepted the challenge. The technique isn’t too hard as it just builds on the initial work by Jon Schwabish and a handy file made by Maarten Lambrechts. ...
[Read more...]

In case you missed it: May 2018 roundup

June 7, 2018 | David Smith

In case you missed them, here are some articles from April of particular interest to R users. The R Consortium has announced a new round of grants for projects proposed by the R community. A look back at the ROpenSci unconference held in Seattle. Video of my European R Users ... [Read more...]

stringdist 0.9.5.0: now with C API

June 7, 2018 | mark

Version 0.9.5.0 of stringdist is accepted on CRAN (binaries for non-linux OSs will be available in a few days). The main new feature, with a huge thanks to our awesome new contributor Chris Muir, is that we made it easy … Continue reading →
[Read more...]

Not all common gulls are Common Gulls…

June 7, 2018 | melliferrari

 … and non-normally distributed data can be normal One of the underlying assumptions of many statistical methods is that the data (or the model residuals) are normally distributed. I teach students to evaluate this assumption with plots and normality tests. When they find their data do not seem to be normally ... [Read more...]

Dockerise and deploy your own R Archive Repo

June 7, 2018 | Colin Fay

There are severals reasons you would want to deploy your own R archive repo: you don’t want to rely on GitHub for your dev packages, you want to use a more “confidential” way, or maybe (and that’s good enough a reason), you’re a nerd and you like ...
[Read more...]

Polynomial Model in R – Study Case: Exercises

June 7, 2018 | Hanif Kusuma

It is pretty rare to find something that represents linearity in the environmental system. The Y/X response may not be a straight line, but humped, asymptotic, sigmoidal or polynomial are possibly, truly non-linear. In this exercise, we will try to take a closer look at how polynomial regression works ... [Read more...]
1 10 11 12 13 14 15

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)