July 2019

Programming Over lm() in R

July 6, 2019 | John Mount

Here is simple modeling problem in R. We want to fit a linear model where the names of the data columns carrying the outcome to predict (y), the explanatory variables (x1, x2), and per-example row weights (wt) are given to us as strings. Lets start with our example data and ... [Read more...]

Rhombuses

July 6, 2019 | @aschinchon

For a lonely soul, you’re having such a nice time (Nothing in my way, Keane) In my previous post, I created the P2 Penrose tessellation according to the instructions of this post. Now it’s time to create the P3 tessellation following the same technique I described already. This ...
[Read more...]

Why I love data.table

July 5, 2019 | Code R

I’ve been an R user for a few years now and the data.table package has been my staple package for most of it. In this post I wanted to talk about why almost every script and RMarkdown report I write start with: library(data.table) My memory issues ...
[Read more...]

The Guardian Knowledge June 2019

July 5, 2019 | rstats on Robert Hickman

Most Wednesday’s I enjoy reading The Knowledge blog on the Guardian’s website and reading the football trivia therein. When time (and questions) allow, I like to answer some of the questions posed, example of which are here, here, and here. League of Nations The first question comes from ... [Read more...]

Why I love data.table

July 5, 2019 | Code R

I’ve been an R user for a few years now and the data.table package has been my staple package for most of it. In this post I wanted to talk about why almost every script and RMarkdown report I write start with:
library(data.table)
My memory issues I started ...
[Read more...]

A Short Essay on Duplicated R Artefacts

July 5, 2019 | Martin Chan

Organic Development of R Artefacts In a previous post, I alluded to the point that one of the great strengths (but also one of the challenges) of R is the organic way in which R ‘artefacts’ are developed.1 One characteristic of this “organic d...
[Read more...]

Integration in R

July 5, 2019 | Kristian Larsen

Are you interested in guest posting? Publish at DataScience+ via your editor (i.e., RStudio). Category Basic Statistics Tags Linear Regression R Programming Tips & Tricks Integration is the process of evaluating integrals. It is one of the two central ideas of calculus and is the inverse of the other central ...
[Read more...]

Optimal transport on large networks

July 4, 2019 | arthur charpentier

With Alfred Galichon and Lucas Vernet, we recently uploaded a paper entitled optimal transport on large networks on arxiv. This article presents a set of tools for the modeling of a spatial allocation problem in a large geographic market and gives examples of applications. In our settings, the market is ...
[Read more...]

pkginfo: Tools for Retrieving R Package Information

July 4, 2019 | Rsquared Academy Blog

Motivation There are several wonderful tools for retrieving information about R packages, some of which are listed below: cranlogs, dlstats and packageRank for R package download stats pkgsearch and packagefinder for searching CRAN R packages crandb provides API for programatically accessing meta-data cchecks for CRAN check results We have used ...
[Read more...]

swephR v0.2.0

July 4, 2019 | R on Ralf Stubner

This morning swephR version 0.2.0 made it unto CRAN and is now propagating to the mirrors. The goal of swephR is to provide an R interface to the Swiss Ephemeris, a high precision ephemeris based upon the DE431 ephemeris from NASA’s JPL. It covers the time range 13201 BCE to 17191 CE. ... [Read more...]

groupdata2 version 1.1.0 released on CRAN

July 4, 2019 | Ludvig Olsen

A few days ago, I released a new version of my R package, groupdata2, on CRAN. groupdata2 contains a set of functions for grouping data, such as creating balanced partitions… Read More → Indlægget groupdata2 version 1.1.0 released on CRAN blev først udgivet på . [Read more...]

digest 0.6.20

July 4, 2019 | Thinking inside the box

This morning, digest version 0.6.20 went to CRAN, and I will send a package to Debian shortly as well. digest creates hash digests of arbitrary R objects (using the md5, sha-1, sha-256, sha-512, crc32, xxhash32, xxhash64, murmur32, and spookyhash algorithms) permitting easy comparison of R language objects. This version contains only ... [Read more...]

cvms 0.1.0 released on CRAN

July 4, 2019 | R | Ludvig R. Olsen

After a fairly long life on GitHub, my R package, cvms, for cross-validating linear and logistic regression, is finally on CRAN! With a few additions in the past months, this is a good time to catch you all up on the included functionality. For example... [Read more...]

cvms 0.1.0 released on CRAN

July 4, 2019 | Ludvig Olsen

After a fairly long life on GitHub, my R package, cvms, for cross-validating linear and logistic regression, is finally on CRAN! With a few additions in the past months, this… Read More → Indlægget cvms 0.1.0 released on CRAN blev først udgivet på . [Read more...]
1 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)