January 2014

The number of clusters in Hierarchical Clustering

January 22, 2014 | chenangen

Cluster analysis is widely applied in data analysis. Obviously hierarchical clustering is the simple and important method to do clustering. In brief, hierarchical clustering methods use the elements of a proximity matrix to generate a tree diagram or dendogram. From the tree diagram, we can draw our own conclusions about ... [Read more...]

Database Reflection using dplyr

January 22, 2014 | RGuy

At work I write a ton of SQL, and I do most of my querying using R.  The workflow goes: Create a string with the SQL in R Plug the string into fetchQuery (see my previous post) This solution works relatively well, but i’m a bit unhappy writing strings ... [Read more...]

Fast and easy data munging, with dplyr

January 22, 2014 | David Smith

RStudio's Hadley Wickham has just introduced a new package for filtering, selecting, restructuring and aggregating tabular data in R: the dplyr package. It's similar in concept to Hadley's original plyr package from 2009, but with several key improvements: It works exclusively with data in R data frames; It can process data ... [Read more...]

Welcome to my homepage

January 22, 2014 | Kun Ren

Finally I set up my blog website hosted by GitHub Pages. It is quite amazing to create a website totally for free. After some trial and error, now I come up with a stable workflow to publish my work, introductory materials, and random thoughts online. ... [Read more...]

How to create a geojson in R

January 22, 2014 | Jose

This is a short but sweet post on how to create a geojson file in R .  Remember that you can render geojson files in github.   The post How to create a geojson in R appeared first on Jose Gonzalez. [Read more...]

A room full of Julians

January 22, 2014 | Robert

Despite winter rain, I was delighted to head uptown last week to Skills Matter on the old Goswell Road for the first ever London Julia meetup. The first thing I learnt was that Julia’s friends are called Julians. If you … Continue reading → [Read more...]

Example 2014.2: Block randomization

January 22, 2014 | Ken Kleinman

This week I had to block-randomize some units. This is ordinarily the sort of thing I would do in SAS, just because it would be faster for me. But I had already started work on the project R, using knitr/LaTeX to make a PDF, so it made sense to ...
[Read more...]

Hopping into R

January 22, 2014 | R | Joyeur Article Feed

With the new Joyent Manta R SDK we're diving into the R community, so we're honored to be included in the R-Bloggers blog here. We hope to have more R and statistics posts there. The packages' author, Dr. Christopher Hogue has been a great addition to... [Read more...]

CrimeMap, LondonR and a Book Review

January 22, 2014 | Jo-fai Chow

In preparation for my LondonR talk in March, I am polishing up my CrimeMap (see previous blog post here and here) in my spare time. Thanks to Chris Beeley and Packt, I won a free e-copy of Chris Beeley’s book following his great talk about Shiny web app during ... [Read more...]

RcppArmadillo 0.4.000.2

January 22, 2014 | Thinking inside the box

A bug fix release of Armadillo came out and was turned into a new RcppArmadillo release which is now on CRAN and will go shortly to Debian. The complete list of changes is below. Changes in RcppArmadillo version 0.4.000.2 (2014-01-21) Up... [Read more...]

1D optimization in R

January 22, 2014 | Dan Kelley Blog/R

Introduction R provides functions for both one-dimensional and multi-dimensional optimization. The second topic is much more complicated than the former (see e.g. Nocedal 1999) and will be left for another day. A convenient function for 1D optimization is optimize(), also known as optimise(). Its first argument is a function whose ... [Read more...]

Looking for a new post-doc

January 21, 2014 | Rob J Hyndman

We are looking for a new post-doctoral research fellow to work on the project “Macroeconomic Forecasting in a Big Data World”.  Details are given at the link below jobs.monash.edu.au/jobDetails.asp?sJobIDs=519824 This is a two year position, funded by the Australian Research Council, and working with ... [Read more...]

Easy data maps with R: the choroplethr package

January 21, 2014 | David Smith

Choropleth maps are a popular way of representing spatial or geographic data, where a statistic of interest (say, income, voting results or crime rate) are color-coded by region. R includes all of the necessary tools for creating choropleth maps, but Trulia's Ari Lamstein has made the process even easier with ... [Read more...]

Statistical modeling and computation [book review]

January 21, 2014 | xi'an

Dirk Kroese (from UQ, Brisbane) and Joshua Chen (from ANU, Canberra) just published a book entitled Statistical Modeling and Computation, distributed by Springer-Verlag (I cannot tell which series it is part of from the cover or frontpages…) The book is intended mostly for an undergrad audience (or for graduate students ... [Read more...]
1 3 4 5 6 7 13

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)