February 2020

For loops for quick summaries in R

February 27, 2020 | Pete Talbert

Because I often work with categorical data, I find myself making lots of quick, sorted counts of variables in a dataset. I find that this is a really common technique to get to know a dataset you’re working with; I’ve also noticed David Robinson do it often in ...
[Read more...]

Functions and iteration

February 27, 2020 | Numerilab

Functions and iteration Introduction Functions in R allow us to automate things, instead of copy-pasting code. 3 major advantages : Functions can have names, so it makes code easier to read If your requirements change, you only have one place ...
[Read more...]

Student’s t-test in R and by hand: how to compare two groups under different scenarios

February 27, 2020 | R on Stats and R

Introduction Null and alternative hypothesis Hypothesis testing Different versions of the Student’s t-test How to compute Student’s t-test by hand? Scenario 1: Independent samples with 2 known variances Scenario 2: Independent samples with 2 equal but unknown variances Scenario 3: Independent samples with 2 unequal and unknown variances Scenario 4: Paired samples where the variance ...
[Read more...]

Data Science in Manufacturing: An Overview

February 27, 2020 | Nagdev

Original article published in opendatascience.com In the last couple of years, data science has seen an immense influx in various industrial applications across the board. Today, we can see data science applied in health care, customer service, governments, cyber security, mechanical, aerospace, and other industrial applications. Among these, manufacturing ...
[Read more...]

RcppDeepState

February 27, 2020 | Akhila Chowdary Kolla

This Blog gives you an understanding of Fuzzing, why it is important and what are the things that you should have prior knowledge about, before starting on DeepState and it’s usage on Rcpp packages. DeepState helps you use both Fuzzers and Symbolic exe... [Read more...]

MLOPS for R with Azure Machine Learning

February 26, 2020 | David Smith

The video recording of my RStudio::conf talk, MLOPS for R with Azure Machine Learning, is now available for streaming thanks to the fine folks at RStudio. The talk begins with a general discussion of MLOps (Machine Learning Operations) and how it differs from DevOps as applied to traditional (non-ML-based) ...
[Read more...]

What’s new in quanteda version 2.0

February 26, 2020 | R on Quanteda Initiative Blog

We are proud to announce the version 2.0 release of the quanteda package, following over a year of planning, discussion, design, and – most significantly – programming and testing. quanteda version 2.0 is a major update introducing some major changes and new features detailed below. Major changes 1. Object structure All included data objects (corpus, ... [Read more...]

if … else and ifelse

February 26, 2020 | Rcrastinate

Let’s make this a quick and quite basic one. There is this incredibly useful function in R called ifelse(). It’s basically a vectorized version of an if … else control structure every programming language has in one way or the other. ifelse() has, in my view, two major advantages ... [Read more...]

chain of lynx and drove of hares

February 26, 2020 | xi'an

A paper (and an introduction to the paper) in Nature this week seems to have made progress on the existence of indefinite predator-prey cyles. As in the lynx/hare dataset available on R. The paper is focusing on another pair, an invertebrate and its prey, an algae. For which the ...
[Read more...]

Austin vs Austin

February 26, 2020 | statnamara

I can’t quite remember when I came up with the idea for this one, but I have a feeling this was a 3AM idea. I know the title doesn’t tell you much. I’m not talking about a Kramer Vs. Kramer reboot. Stone Cold Steve Austin isn’t ...
[Read more...]

A New Baby Boom Poster

February 26, 2020 | R on kieranhealy.org

I wanted to work through a few examples of more polished graphics done mostly but perhaps not entirely in R. So, I revisited the Baby Boom visualizations I made a while ago and made a new poster with them. This allowed me to play around with a few packages that ... [Read more...]

Testing REST APIs with Newman

February 26, 2020 | Andre Münch

Newman and Postman form a great team to test your REST API. I will give you a quick roundtrip through both tools and their interplay: define requests and tests, export them, and let them run with CLI and within Jenkins. Der Beitrag Testing REST APIs with Newman erschien zuerst auf ...
[Read more...]

The p-direction: A Bayesian equivalent of the p-value?

February 25, 2020 | R on easystats

The Bayesian framework is powerful and allows for an incredible amount of flexibility and control over your analysis. That being said, newcomers often struggle with a lot of new concepts and tools and could benefit from some familiar grounding. And the p-value is a very familiar index (although paradoxically often ...
[Read more...]
1 2 3 4 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)