June 2019

Running UMAP for data visualisation in R

June 8, 2019 | chris2016

UMAP is a non linear dimensionality reduction algorithm in the same family as t-SNE. In the first phase of UMAP a weighted k nearest neighbour graph is computed, in the second a low dimensionality layout of this is then calculated. Then the embedded data points can be visualised in a ...
[Read more...]

R Companion to Linear Algebra Step by Step, part 2

June 7, 2019 | Detroit Data Lab

In the remaining sections of this chapter, we go further with matrices, finally getting into transpose and inverse, homogeneous versus non-homogeneous systems, and solutions to these systems. A quick reminder this is the R companion series to the book Linear Algebra: Step by Step, by Kuldeep Singh. As the series ... [Read more...]

Version 0.8.0 of NIMBLE released

June 7, 2019 | Chris Paciorek

We’ve released the newest version of NIMBLE on CRAN and on our website. NIMBLE is a system for building and sharing analysis methods for statistical models, especially for hierarchical models and computationally-intensive methods (such as MCMC and SMC). Version 0.8.0 provides some new features, speed improvements, and a variety of ...
[Read more...]

A precursor of ABC-Gibbs

June 6, 2019 | xi'an

Following our arXival of ABC-Gibbs, Dennis Prangle pointed out to us a 2016 paper by Athanasios Kousathanas, Christoph Leuenberger, Jonas Helfer, Mathieu Quinodoz, Matthieu Foll, and Daniel Wegmann, Likelihood-Free Inference in High-Dimensional Model, published in Genetics, Vol. 203, 893–904 in June 2016. This paper contains a version of ABC Gibbs where parameters are sequentially ...
[Read more...]

How to Use If-Else Statements and Loops in R

June 6, 2019 | Jeff Li

Learn to use if-else statements, for loops, and while loops to build complex conditional programs in R, a valuable skill for aspiring data scientists and R programmers alike. The post How to Use If-Else Statements and Loops in R appeared first on Dataquest.
[Read more...]

Technical books are amazing opportunities

June 6, 2019 | John Mount

Nina and I have been sending out drafts of our book Practical Data Science with R 2nd Edition for technical review. A few of the reviews came back from reviewers that described themselves with variations of: Senior Business Analyst for COMPANYNAME. I have been involved in presenting graphs of data ...
[Read more...]

Make Multi-point “dumbbell” Plots in ggplot2

June 6, 2019 | hrbrmstr

A user of the {ggalt} package recently posted a question about how to add points to a geom_dumbbell() plot. For now, this is not something you can do with geom_dumbbell() but with a bit of data wrangling you can do this in a pretty straightforward manner with just ...
[Read more...]
1 8 9 10 11 12 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)