March 2018

inegiR v2

March 28, 2018 | En El Margen - R-English

After a lot of slacking around, I finally got to finishing the upgraded version of the inegiR package on CRAN. This version combines quite a few changes that I will explain further in this post. New language The biggest change upfront is the migration to english in both function names ... [Read more...]

Parsing Dates and Time – Part 1: Exercises

March 28, 2018 | Biswarup Ghosh

In the exercises below we will work with anytime and lubridate package to see how to manipulate date and time Answers to the exercises are available here. If you obtained a different (correct) answer than those listed on the solutions page, please feel free to post your answer as a ...
[Read more...]

Cats are great and so is the forcats R package

March 28, 2018 | S. Richter-Walsh

Cats are great. Perhaps Hadley Wickham and Lionel Henry think so too given the wonderful choice of name for their purrr package. Hadley Wickham has also created a superb package called forcats, likely  an abbreviation of “for categoricals” but wittingly cat-themed, which is very, very useful to the data scientist. ...
[Read more...]

The Dangers of Commoditized Machine Learning in Healthcare: 5 Key Differentiators that Lead to Success

March 28, 2018 | Levi Thatcher

Machine learning’s popularity in healthcare is growing thanks to its expanding capabilities in medical image analysis, predictive analytics, and prescriptive analytics for clinical decision support. The machine-learning-as-a-service market is expected to grow to almost $5.4 billion by 2022, with healthcare certainly being one of the industries driving that trend. Even today, ...
[Read more...]

R Tip: Use Named Vectors to Re-Map Values

March 28, 2018 | John Mount

Here is an R tip. Want to re-map a column of values? Use a named vector as the mapping. Example: library("dplyr") library("wrapr") head(starwars[, qc(name, gender)]) # # A tibble: 6 x 2 # name gender # # 1 Luke Skywalker male # 2 C-3PO NA # 3 R2-D2 NA # 4 Darth Vader … Continue reading R Tip: Use ... [Read more...]

Using Excel for Data Entry

March 28, 2018 | Bob Muenchen

This article shows you how to enter data so that you can easily open in statistics packages such as R, SAS, SPSS, or jamovi (code or GUI steps below). Excel has some statistical analysis capabilities, but they often provide incorrect answers. For … Continue reading → [Read more...]

Discriminant Analysis: Statistics All The Way

March 27, 2018 | Perceptive Analytics

Discriminant analysis is used when the variable to be predicted is categorical in nature. This analysis requires that the way to define data points to the respective categories is known which makes it different from cluster analysis where the classification criteria is not know. It works by calculating a score ...
[Read more...]

Using R to ‘drive’ MS Excel – 3/27/2018

March 27, 2018 | Chuck Powell

I have until recently made it a habit to draw a clear distinction about using R for data analysis and Microsoft Excel for other office productivity tasks. I know there are people who use Excel to process data and even (gasp) to teach statistics with it. But I’m a ...
[Read more...]

Generate image captions with the Computer Vision API

March 27, 2018 | David Smith

The Azure Computer Vision API can extract all sorts of interesting information from images — tags describing objects found in the images, locations of detected faces, and more — but today I want to play around with just one: caption generation. I was inspired by @picdescbot on Twitter, which selects random images ... [Read more...]

a null hypothesis with a 99% probability to be true…

March 27, 2018 | xi'an

When checking the Python t distribution random generator, np.random.standard_t(), I came upon this manual page, which actually does not explain how the random generator works but spends instead the whole page to recall Gosset’t test, illustrating its use on an energy intake of 11 women, but ending ...
[Read more...]

What I did to use git with Rstudio in Ubuntu 16.04

March 27, 2018 | Carlos Kassab

Before installing anything I signed up on https://github.com/and created my R-ANALYTICS repository:https://github.com/LaranIkal/R-ANALYTICSNow the installation and setup.1. I installed git on Ubuntu, from a terminal window:$ sudo apt-get update $ sudo apt-get install git2.- I configured git:I did this through the git ...
[Read more...]
1 2 3 4 5 15

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)