2022

Version 0.13.0 of NIMBLE released

November 29, 2022 | 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.13.0 provides new functionality (in particular improved handling of predictive nodes ...
[Read more...]

30 Day Map Challenge 2022

November 29, 2022 | R on Nicola Rennie

The #30DayMapChallenge is a daily mapping, cartography, and data visualization challenge aimed at the spatial community. Every day in November participants create a map with a given theme (e.g. red, movement, two colours) and share their results on soc...
[Read more...]

How to perform TBATS Model in R

November 29, 2022 | Jim

The post How to perform TBATS Model in R appeared first on Data Science Tutorials What do you have to lose?. Check out Data Science tutorials here Data Science Tutorials. How to perform TBATS Model in R?, The term “TBATS” refers to a well-liked time series forecasting technique and stands ... [Read more...]

How Stable is China?

November 29, 2022 | Learning Machines

The current protests in China make many people wonder whether the situation will escalate further. For a demographics-based analysis (youth bulge theory), read on! I also created a video for this post (in German): A series of protests against COVID-19 lockdowns began in mainland China middle of November 2022. The protests ... [Read more...]

Matthews Correlation Coefficient in R

November 29, 2022 | finnstats

The post Matthews Correlation Coefficient in R appeared first on finnstats. If you are interested to learn more about data science, you can find more articles here finnstats. Matthews Correlation Coefficient in R, We can evaluate a classification model... [Read more...]

EDA de datos de INEGI

November 28, 2022 | R with White Dwarf

Introducción El análisis exploratorio de datos (EDA en inglés, “Exploratory Data Analysis”) es una de las herramientas más útiles en varias áreas de análisis de datos. El concepto de EDA ha sido utilizado popularmente en los últimos años pa...
[Read more...]

October 2022: “Top 40” New CRAN Packages

November 27, 2022 | R Views

One hundred seventy-four new packages made it to CRAN in October. Here are my “Top 40” selections in sixteen categories: Astronomy, Biology, Business, Computational Methods, Data, Ecology, Finance, Genomics, Mathematics, Machine Learning, Medicine, Pharma, Statistics, Time Series, Utilities, Visualization. Astronomy skylight v1.1: Provides a function to calculate sky illuminance values (in ...
[Read more...]

{emayili} Support for ZeptoMail

November 26, 2022 | R - datawookie

The {emayili} package already has adapters which make it simple to send email via a variety of services. I have just added an adapter for the ZeptoMail transactional email service. The adapter is available in {emayili} version 0.7.13.
[Read more...]

Handling larger than memory data with {arrow} and {duckdb}

November 26, 2022 | R on Redwall Analytics

Setup
library(data.table)
library(glue)
library(arrow)
## 
## Attaching package: 'arrow'
## The following object is masked from 'package:utils':
## 
##     timestamp
library(duckdb)
## Loading required package: DBI
library(tictoc)
## 
## Attaching package: 'tictoc'
## The following object is masked from 'package:data.table':
## 
##     shift
library(ggplot2)
library(scales)
library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:data.table':
## 
##     between, first, last
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(bit64)
## Loading required package: bit
## 
## Attaching package: 'bit'
## The following object is masked from 'package:data.table':
## 
##     setattr
## The following object is masked from 'package:base':
## 
##     xor
## Attaching package bit64
## package:bit64 (c) 2011-2017 Jens Oehlschlaegel
## creators: integer64 runif64 seq :
## coercion: as.integer64 as.vector as.logical as.integer as.double as.character as.bitstring
## logical operator: ! & | xor != == < <= >= >
## arithmetic operator: + - * / %/% %% ^
## math: sign abs sqrt log log2 log10
## math: floor ceiling trunc round
## querying: is.integer64 is.vector [is.atomic} [length] format print str
## values: is.na is.nan is.finite is.infinite
## aggregation: any all min max range sum prod
## cumulation: diff cummin cummax cumsum cumprod
## access: length<- [ [<- [[ [[<-
## combine: c rep cbind rbind as.data.frame
## WARNING don't use as subscripts
## WARNING semantics differ from integer
## for more help type ?bit64
## 
## Attaching package: 'bit64'
## The following object is masked from 'package:utils':
## 
##     hashtab
## The following objects are masked from 'package:base':
## 
##     :, %in%, is.double, match, order, rank
library(microbenchmark)
uscompany <- "~/Documents/Projects/uscompanies/data/"
options(scipen = 999)
knitr::opts_chunk$set(echo = TRUE, warning = FALSE)
Introduction It has been a while since loading Large, Messy ...
[Read more...]

Filtering Complex Data With gsignal

November 26, 2022 | Chris Carbone

Filtering Complex Data with gsignal IntroductionThe gsignal packageis a new signal processing library ported from Octave. If you use Matlab or Octave, gsignal contains many of the signal processing functions you would expect to find. In this p...
[Read more...]

More on the great post-1500 migrations

November 25, 2022 | Two Points Make a Line

In my last post I brought up the World Migration Matrix, an ambitious dataset constructed in 2009 by Louis Putterman and David N. Weil that attempts to trace the ancestral origins of the present-day populations of nearly every country on Earth. It’s a complete matrix, so that you can pick ...
[Read more...]
1 5 6 7 8 9 100

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)