2016

Simple Anagram Finder Using R

November 27, 2016 | John

One of my early programming projects in Python was a word game solver (example: word jumble solver) – the early version was a simple script, which grew [...] The post Simple Anagram Finder Using R appeared first on ProgrammingR. [Read more...]

More about Flexible Frequency Models

November 27, 2016 | statcompute

Modeling the frequency is one of the most important aspects in operational risk models. In the previous post (https://statcompute.wordpress.com/2016/05/13/more-flexible-approaches-to-model-frequency), the importance of flexible modeling approaches for both under-dispersion and over-dispersion has been discussed. In addition to the quasi-poisson regression, three flexible frequency modeling techniques, including generalized ... [Read more...]

anytime 0.1.1: More robust

November 27, 2016 | Thinking inside the box

CRAN just accepted the newest release 0.1.1 of anytime, following the previous five releases since September. anytime is a very focussed package aiming to do just one thing really well: to convert anything in integer, numeric, character, factor, ordered, ... format to POSIXct (or Date) objects -- and to do so without ... [Read more...]

String Manipulation – Exercises

November 27, 2016 | Miodrag Sljukic

In this set of exercises we will practice functions that enable us to manipulate strings.You can find more about string manipulation functions in Handling and Processing Strings in R e-book. Answers to the exercises are available here. If you have different solution, feel free to post it. Exercise 1 Load ... [Read more...]

Basic Shiny Application

November 27, 2016 | Steffen

In this article I will describe how I built a basic web application with R and Shiny. Shiny is a web application framework for R and can be used to build and deploy interactive...
[Read more...]

Plotting my trips with ubeR

November 27, 2016 | Simon Jackson

@drsimonj here to explain how I used ubeR, an R package for the Uber API, to create this map of my trips over the last couple of years:  Getting ubeR The ubeR package, which I first heard about here, is currently available on GitHub. In R, install and load it ...
[Read more...]

Building a column selecter

November 27, 2016 | That’s so Random

Maybe the following sounds familiar. You have a large data set with many, many columns of which the most are irrelevant to you. Typically, a dump from a database or the full set extracted from an API. Several times I found myself the better part of an afternoon going back ...
[Read more...]

Daily metric tracking with ggplot2

November 26, 2016 | HighlandR

In my role I have to produce a lot of run charts and control charts for monthly data, but sometimes there are processes behind the run charts that merit looking at the data on a daily basis. It can become impractical to start producing run c...
[Read more...]

Daily metric tracking with ggplot2

November 26, 2016 | HighlandR

In my role I have to produce a lot of run charts and control charts for monthly data, but sometimes there are processes behind the run charts that merit looking at the data on a daily basis. It can become impractical to start producing run c... [Read more...]

Compare Dates With RForcecom

November 25, 2016 | Dan Thompson

Have you used RForcecom to connect R to Salesforce? It’s really cool, and thanks to it using Bulk API, it’s absolutely rapid. Anyway, I recently came across a problem when trying to query records which had been edited based o... [Read more...]

Compare Dates With RForcecom

November 25, 2016 | Dan Thompson

Have you used RForcecom to connect R to Salesforce? It’s really cool, and thanks to it using Bulk API, it’s absolutely rapid. Anyway, I recently came across a problem when trying to query records which had been edited based o... [Read more...]

RStudio Server on OS X Sierra

November 25, 2016 | "Mauricio Vargas S. 帕夏"

Motivation I had to install RStudio Server in a computer recently upgraded to OS X Sierra. The steps are the same as in a previous post (RStudio Server on OS X El Capitan ) Homebrew setup If you don't have Homebrew installed you'll need to install it first. In my opinion ... [Read more...]

Chi-Square Test of Independence in R

November 25, 2016 | Easy Guides

The chi-square test of independence is used to analyze the frequency table (i.e. contengency table) formed by two categorical variables. The chi-square test evaluates whether there is a significant association between the categories of the two variables. This article describes the basics of chi-square test and provides practical examples ... [Read more...]
1 18 19 20 21 22 174

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)