February 2019

Getting Started With rquery

February 20, 2019 | John Mount

To make getting started with rquery (an advanced query generator for R) easier we have re-worked the package README for various data-sources (including SparkR!). Here are our current examples: rquery and MonetDBLite rquery and RPostgreSQL rquery and RSQLite rquery and SparkR rquery and sparklyr For the MonetDBLite the query diagrammer ...
[Read more...]

Number 6174 or Kaprekar constant in R

February 20, 2019 | tomaztsql

Not always is the answer 42 as explained in Hitchhiker’s guide. Sometimes it is also 6174. Kaprekar number is one of those gems, that makes Mathematics fun. Indian recreational mathematician D.R.Kaprekar, found number 6174 – also known as Kaprekar constant…Read more ›
[Read more...]

Floor filler

February 19, 2019 | R | Gianluca Baio

As I posted recently, I’m involved in a couple of events, later this summer: our annual Summer School and the new(er) tradition of the R for HTA workshop. I have to say that I’m very happy about how things are proceeding for both of them... [Read more...]

Descriptive/Summary Statistics with descriptr

February 19, 2019 | Rsquared Academy Blog - Explore Discover Learn

We are pleased to introduce the descriptr package, a set of tools for generating descriptive/summary statistics. Installation
# Install release version from CRAN
install.packages("descriptr")

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

A Few New R Books

February 19, 2019 | R Views

Greg Wilson is a data scientist and professional educator at RStudio. As a newcomer to R who prefers to read paper rather than pixels, I’ve been working my way through a more-or-less random selection of relevant books over the past few months. Some have discussed topics that I’m ... [Read more...]

Descriptive/Summary Statistics with descriptr

February 19, 2019 | Rsquared Academy Blog

We are pleased to introduce the descriptr package, a set of tools for generating descriptive/summary statistics. Installation
# Install release version from CRAN
install.packages("descriptr")

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

Floor filler

February 19, 2019 | R on Gianluca Baio

As I posted recently, I’m involved in a couple of events, later this summer: our annual Summer School and the new(er) tradition of the R for HTA workshop. I have to say that I’m very happy about how things are proceeding for both of them. The summer ... [Read more...]

simulation fodder for future exams

February 19, 2019 | xi'an

Here are two nice exercises for a future simulation exam, seen and solved on X validated.The first one is about simulating a Gibbs sampler associated with the joint target exp{-|x|-|y|-a(y-x|} defined over IR² for a≥0 (or possibly a__-1). The conditionals are identical ...
[Read more...]

Playing With Pipe Notations

February 19, 2019 | John Mount

Recently Hadley Wickham prescribed pronouncing the magrittr pipe as “then” and using right-assignment as follows: I am not sure if it is a good or bad idea. But let’s play with it a bit, and perhaps readers can submit their experience and opinions in the comments section. Right assignment ...
[Read more...]

Animate intermediate results of your algorithm

February 19, 2019 | Stanislas Morbieu

The R package gganimate enables to animate plots. It is particularly interesting to visualize the intermediate results of an algorithm, to see how it converges towards the final results. The following illustrates this with K-means clustering. The outline of this post is as follows: We will first generate some artificial ... [Read more...]

Animate intermediate results of your algorithm

February 19, 2019 | Stanislas Morbieu

The R package gganimate enables to animate plots. It is particularly interesting to visualize the intermediate results of an algorithm, to see how it converges towards the final results. The following illustrates this with K-means clustering. The outline of this post is as follows: We will first generate some artificial ... [Read more...]
1 3 4 5 6 7 13

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)