February 2016

2016-02 Debugging Display List Internals

February 15, 2016 | pmur002

This report documents the process of debugging a problem with the recording and replaying of R plots from one R session to another. The purpose of this report is to record the source of the problem, to record the solution … Continue reading → [Read more...]

Confidence intervals for Proportions

February 15, 2016 | Wingfeet

Since I read documents with Clopper-Pearson a number of times the last weeks, I thought it a good idea to play around with confidence intervals for proportions a bit; to examine how intervals differ between various approaches. From a frequentist side C...
[Read more...]

Shiny benchmarks

February 15, 2016 | csgillespie

A couple of months ago, the first version of benchmarkme was released. Around 140 machines have now been benchmarked. From the fastest (an Apple i7) which ran the tests in around 10 seconds, to the slowest (an Atom(TM) CPU N450 @ 1.66GHz) which took 420 seconds! Other interesting statistics: Around 6% of people ran ... [Read more...]

Cleaning up messy R code

February 15, 2016 | Pareto's Playground

Are you the type of person that likes your code to be identically indented? for spacing to be consistent throughout your script, everything to be clear and aligned, read easily and just look nice? Well, I am. Often I get tremendously untidy code from o... [Read more...]

Buon Anno, Signor Presidente !

February 15, 2016 | Salvino A. Salvaggio

Questo breve articolo punta pertanto a proporre una lettura statistica dei 67 messaggi di fine anno che dal 1949 ad oggi sono stati proposti dai vari Presidenti della Repubblica succedutisi al Quirinale. ...PresidenteAuguri      Totale Parole      Parole per Messaggio      Parole per Frase      Parole per MinutoLuigi Einaudi6121020242116Giovanni Gronchi7582183246139Antonio Segni2179789849126Giuseppe Saragat78471121032132Giovanni ... [Read more...]

The future of R syntax?

February 14, 2016 | - rstats

Following Romain François's example, I spent last week playing with the definition of the R grammar. I focused on four changes that I think would improve existing R idioms: creating lists with bare square brackets; a compact lambda notation; labelled blocks of code; and of course implementing natively the ... [Read more...]

The future of R syntax?

February 14, 2016 | - rstats

Following Romain François's example, I spent last week playing with the definition of the R grammar. I focused on four changes that I think would improve existing R idioms: creating lists with bare square brackets; a compact lambda notation; labelled blocks of code; and of course implementing natively the ... [Read more...]

Mode exercises

February 14, 2016 | r-exercises

In the exercises below we cover the basics of R object modes. Understanding mode is important, because mode is a very basic property of any R object. Practically, you’ll use the mode property often to convert e.g. a character vector to a numeric vector or vice versa. Before ... [Read more...]

Confidence intervals for Proportions

February 14, 2016 | Wingfeet

Since I read documents with Clopper-Pearson a number of times the last weeks, I thought it a good idea to play around with confidence intervals for proportions a bit; to examine how intervals differ between various approaches. From a frequentist side Clopper-Pearson, which is described as the frequentist's gold standard ...
[Read more...]

Table 1 and the Characteristics of Study Population

February 14, 2016 | Klodian Dhana

In research, especially in medical research, we describe characteristics of our study populations through Table 1. The Table 1 contain information about the mean for continue/scale variable, and proportion for categorical variable. For example: we say that the mean of systolic blood pressure in our study population is 145 mmHg, or 30% of ... [Read more...]

Webinar: Getting Started with Spatial Data Analysis with R

February 14, 2016 | emaasit

I am glad to announce that I shall be presenting a live webinar with Domino Data Labs on February 24, 2016 from 11:00 – 11:30 AM PST: Getting Started with Spatial Data Analysis with R. If you are interested or know someone interested in learning how to manipulate spatial and spatial-temporal data with R, please ...
[Read more...]

Making Faceted Heatmaps with ggplot2

February 14, 2016 | hrbrmstr

We were doing some exploratory data analysis on some attacker data at work and one of the things I was interested is what were “working hours” by country. Now, I don’t put a great deal of faith in the precision of geolocated IP addresses since every geolocation database that ... [Read more...]

Taking the Next Step with Census Data

February 14, 2016 | Ari Lamstein

Today I had the pleasure of speaking over the phone with someone from the Census Bureau. This was my first time speaking with someone who works there, and it was fun to move from thinking of the Census Bureau as “a government agency” to “a place where someone I know ... [Read more...]
1 5 6 7 8 9 14

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)