April 2017

Data science for Doctors: Cluster Analysis Exercises

April 21, 2017 | Vasileios Tsakalos

Data science enhances people’s decision making. Doctors and researchers are making critical decisions every day. Therefore, it is absolutely necessary for those people to have some basic knowledge of data science. This series aims to help people that are around medical field to enhance their data science skills. We ... [Read more...]

Microeconomic Theory and Linear Regression (Part 2)

April 21, 2017 | Mauricio Vargas S. 帕夏

Introduction In the first part of this article I explained and compared four different functional forms to model apples' production. This is what I need to retake the previously explained examples: # Libraries #install.packages(c("micEcon","lmtest","bbmle","miscTools")) library(micEcon) library(lmtest) library(stats4) #this is a base package ... [Read more...]

Reproducible Data Science with R

April 21, 2017 | David Smith

Yesterday, I had the honour of presenting at The Data Science Conference in Chicago. My topic was Reproducible Data Science with R, and while the specific practices in the talk are aimed at R users, my intent was to make a general argument for doing data science within a reproducible ... [Read more...]

Identifying gaps in your data

April 21, 2017 | Xavier

One of the first things you want to do when you explore a new dataset is to identify possible gaps. Sample size and the number of variables are relevant but…how many observations do you have for each variable? This distinction is even more relevant for archaeologists because (if we ... [Read more...]

Emails from R

April 21, 2017 | aghaynes

There are a few packages for sending email directly from R, but I work in a place where none of these work due to strict network settings. To at least partially circumvent this, here’s some code to produce a PowerShell script to send email(s) via Outlook. The PowerShell ... [Read more...]

Logistic regressions (in R)

April 21, 2017 | Steph

Logistic regressions are a great tool for predicting outcomes that are categorical. They use a transformation function based on probability to perform a linear regression. This makes them easy to interpret and implement in other systems. Logistic regressions can be The post Logistic regressions (in R) appeared first on Locke ... [Read more...]

Rblpapi 0.3.6

April 20, 2017 | Thinking inside the box

Time for a new release of Rblpapi -- version 0.3.6 is now on CRAN. Rblpapi provides a direct interface between R and the Bloomberg Terminal via the C++ API provided by Bloomberg Labs (but note that a valid Bloomberg license and installation is requir... [Read more...]

SQL Server 2017 to add Python support

April 20, 2017 | David Smith

One of the major announcements from yesterday's Data Amp event was that SQL Server 2017 will add Python as a supported language. Just as with the continued R support, SQL Server 2017 will allow you to process data in the database using any Python function or package without needing to export the ... [Read more...]

User Defined Functions in R Exercises (Part 1)

April 20, 2017 | Stephen James

In the Exercises we will discuss User Defined Function in R Answers to the exercises are available here. Exercise 1 Create a function to print square of number Exercise 2 Create a function to print a number raise to another with the one argument a default argument Exercise 3 Create a function to ... [Read more...]

Announcing Datazar v2.0

April 20, 2017 | Aman Tsegai

Seven months, two weeks and three days ago, we “officially” released Datazar version 1.0 to the general public. I put officially in quotes because Datazar has always been available to the general public. We develop with our community to ensure that...
[Read more...]

Random GeoJSON and WKT with randgeo

April 20, 2017 | Scott Chamberlain, Noam Ross

randgeo generates random points and shapes in GeoJSON and WKT formats for use in examples, teaching, or statistical applications. Points and shapes are generated in the long/lat coordinate system and with appropriate spherical geometry; random points are distributed evenly across the globe, and random shapes are sized according to ... [Read more...]

Bland-Altman Plot for Age Comparisons?

April 19, 2017 | fishR Blog

Last week I posted about a modified age bias plot. In this post I began looking more deeply at an alternative plot called the Bland-Altman plot. Below, I describe this plot, demonstrate how to construct it in R, give a mild critique of its ... [Read more...]

RcppQuantuccia 0.0.1

April 19, 2017 | Thinking inside the box

New package! And, as it happens, a effectively a subset or variant of one my oldest packages, RQuantLib. Fairly recently, Peter Caspers started to put together a header-only subset of QuantLib. He called this Quantuccia, and, upon me asking, said that it stands for "little sister" of QuantLib. Very nice. ... [Read more...]
1 4 5 6 7 8 16

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)