February 2017

R and SQL Server articles

February 8, 2017 | tomaztsql

In past couple of months, I have prepared several articles on R and SQL Server that have been published on SQL Server Central. The idea was, to have couple of articles covering the introduction to R, to basics on R Server, to some practical cases on R with SQL Server. 1) ...
[Read more...]

Practical Guide to Cluster Analysis in R – Book

February 7, 2017 | Easy Guides

Introduction Large amounts of data are collected every day from satellite images, bio-medical, security, marketing, web search, geo-spatial or other automatic equipment. Mining knowledge from these big data far exceeds human’s abilities. Clustering is one of the important data mining methods for discovering knowledge in multidimensional data. The goal ... [Read more...]

Retail customer analytics with SQL Server R Services

February 7, 2017 | David Smith

In the hyper-competitive retail industry, intelligence about your customers is key. You need to be able to find the right customers, understand what types of customers you have, and know how to keep the best ones. Three solutions based around R and SQL Server R Services will help you do ... [Read more...]

A wrapper around nested ifelse

February 7, 2017 | That’s so Random

The ifelse function is the way to do vectorised if then else in R. One of the first cool things I learned to do in R a few years back, I got from Norman Matloff’s The Art of R Programming. When you have more than one if then statements, ... [Read more...]

Building Shiny App exercises part 6

February 7, 2017 | Euthymios Kasvikis

RENDER FUNCTIONS In the sixth part of our series we will talk about the renderPlot and the renderUI function and then we will be ready to create our first visualization. (Find part 1-5 here). We are going to create a simple interactive scatterplot that will help us see the clusters ... [Read more...]

Deep Learning in R

February 6, 2017 | blogisr

  Oksana Kutkina, Stefan Feuerriegel March 7, 2016 Introduction Deep learning is a recent trend in machine learning that models highly non-linear representations of data. In the past years, deep learning has gained a tremendous momentum and prevalence for a variety of applications (Wikipedia 2016a). Among these are image and speech recognition, driverless ... [Read more...]

an accurate variance approximation

February 6, 2017 | xi'an

In answering a simple question on X validated about producing Monte Carlo estimates of the variance of estimators of exp(-θ) in a Poisson model, I wanted to illustrate the accuracy of these estimates against the theoretical values. While one case was easy, since the estimator was a Binomial B(... [Read more...]

In case you missed it: January 2017 roundup

February 6, 2017 | David Smith

In case you missed them, here are some articles from January of particular interest to R users. The Data Science Virtual Machine on Azure has been updated with the latest Microsoft R Server, and adds RStudio and JuliaPro. A crowdsourced list of local R user groups and community events, maintained ... [Read more...]

Hyetographs, hydrographs and highcharter

February 6, 2017 | nsaunders

Dual y-axes: yes or no? What about if one of them is also reversed, i.e. values increase from the top of the chart to the bottom? Judging by this StackOverflow question, hydrologists are fond of both of these things. It asks whether ggplot2 can be used to generate a “...
[Read more...]

How to create a loop to run multiple regression models

February 6, 2017 | Klodian Dhana

A friend asked me whether I can create a loop which will run multiple regression models. She wanted to evaluate the association between 100 dependent variables (outcome) and 100 independent variable (exposure), which means 10,000 regression models. Regression models with multiple dependent (outcome) and independent (exposure) variables are common in genetics. So models ... [Read more...]
1 10 11 12 13 14 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)