March 2019

EARL London abstract submission deadline – 31 March

March 14, 2019 | Laura Swales

“EARL is a great Conference: it gives the opportunity of connecting with other companies that are using R for data analysis and getting inspired by their stories.” We have been delighted to already receive a host of interesting and brilliant abstracts for EARL London 2019, and there’s still time to ...
[Read more...]

Pi day quiz

March 14, 2019 | Yossi Levy

Today is the Pi Day – an annual celebration of the mathematical constant Pi. It is observed every year on March 14, since Pi can be approximated by 3.14, and the this date is written as 3/14 in the month/day format. To celebrate this day, here is a short quiz about Pi. You ...
[Read more...]

Visually explore Probability Distributions with vistributions

March 13, 2019 | Rsquared Academy Blog - Explore Discover Learn

We are happy to introduce the vistributions package, a set of tools for visually exploring probability distributions. Installation
# Install release version from CRAN
install.packages("vistributions")

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rsquaredacademy/vistributions")
Shiny App vistributions includes a shiny app which can be launched using
vdist_launch_app()
or try the live version here. Read on to learn more about the features of vistributions, or see ...
[Read more...]

Visually explore Probability Distributions with vistributions

March 13, 2019 | Rsquared Academy Blog

We are happy to introduce the vistributions package, a set of tools for visually exploring probability distributions. Installation
# Install release version from CRAN
install.packages("vistributions")

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rsquaredacademy/vistributions")
Shiny App vistributions includes a shiny app which can be launched using
vdist_launch_app()
or try the live version here. Read on to learn more about the features of vistributions, or see ...
[Read more...]

Parsnipping Fama French

March 13, 2019 | R Views

Today, we will continue our exploration of developments in the world of tidy models, and we will stick with our usual Fama French modeling flow to do so. For new readers who want get familiar with Fama French before diving into this post, see here where we covered importing and ...
[Read more...]

Unit Tests in R

March 13, 2019 | John Mount

I am collecting here some notes on testing in R. There seems to be a general (false) impression among non R-core developers that to run tests, R package developers need a test management system such as RUnit or testthat. And a further false impression that testthat is the only R ... [Read more...]

Unpacking immigration collocations

March 13, 2019 | Marcin Kosiński

As part of our road to detecting metaphors we got stuck on a simple problem: compound nouns. If you take the sentence: series of immigration policy changes Series modifies changes in reference to immigration policy, which is a compound noun. “Series of changes” is not what we would consider metaphorical ...
[Read more...]

Speed Test: Sapply vs. Vectorization

March 13, 2019 | Andrew Treadway

The apply functions in R are awesome (see this post for some lesser known apply functions). However, if you can use pure vectorization, then you’ll probably end up making your code run a lot faster than just depending upon functions like sapply and lapply. This is because apply functions ...
[Read more...]

LondonR – March edition round up

March 13, 2019 | Jack Talboys

My first LondonR took me back to my days at University as UCL hosted us for the evening. Our first speaker of the night was Mike Smith from Pfizer. Mike had joined us to give a version of his talk that he delivered at this years rstudio::conf – ‘lazy and ... [Read more...]
1 7 8 9 10 11 16

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)