November 2014

In case you missed it: October 2014 Roundup

November 12, 2014 | David Smith

In case you missed them, here are some articles from October of particular interest to R users. R hits a new milestone with 6,000 CRAN packages, and R 3.1.2 released. Revolution Analytics announces Revolution R Open, a supported and enhanced downstream distribution of R. (Learn more at the webinar on Wednesday November 12.) ... [Read more...]

Solutions on github

November 12, 2014 | Max Kuhn

See this page. We're not done with them all but chapter 3 and 4 are there and the regression chapters are not too far behind. The Rnw files (using knitr LaTeX) are there along with the corresponding pdf files. You may have better solutions than ... [Read more...]

AusDM 2014 Conference Program

November 12, 2014 | Yanchang Zhao

The Program of AusDM 2014 Conference is now available at http://ausdm14.ausdm.org/program. It features two keynote talks, one on Learning in Sequential Decision Problems by Prof Peter Bartlett from UC Berkeley, and the other on Making Sense of a Random World through … Continue reading → [Read more...]

Mobility from Mobile Phones

November 12, 2014 | Thiemo Fetzer

I have worked on big data in my work with QuBit in London. In my research I increasingly find the tools I learnt there to be extremely useful. The keywords are smart data management for big data, such as hadoop and hive for querying just the right set of data ... [Read more...]

Convergence of a Series

November 12, 2014 | Francis Smart

Let us explore using simulation some of the concepts of basic asymptotic theory as presented in Wooldridge 2012, Chapter 3.Definition: A sequence of nonrandom numbers {a_N:N=1,2,...} converges to a if for all epsilon__0 there exists N_epsilon such that N__N_epsilon, then $$|a_N - a|100]$$ is an ...
[Read more...]

Copying files with R

November 11, 2014 | Amy Whitehead

Following on from my recent experience with deleting files using R, I found myself needing to copy a large number of raster files from a folder on my computer to a USB drive so that I could post them to … Continue reading → [Read more...]

3D Plots with ggplot2 and Plotly

November 11, 2014 | Joseph Rickert

by Matt Sundquist Plotly, co-founder Plotly is a platform for data analysis, graphing, and collaboration. You can use ggplot2, Plotly's R API, and Plotly's web app to make and share interactive plots. Now, you can you can also make 3D plots. Immediately below are a few examples of 3D plots. ... [Read more...]

Unknown pleasures

November 11, 2014 | Markus Gesmann

Have I missed unknown pleasures in Python by focusing on R? A comment on my blog post of last week suggested just that. Reason enough to explore Python a little. Learning another computer language is like learning another human language - it takes time...
[Read more...]

3D-Harmonographs In Motion

November 10, 2014 | aschinchon

I would be delighted to co write a post (Andrew Wyer) One of the best things about writing a blog is that occasionally you get to know very interesting people. Last October 13th I published this post about the harmonograph, a machine driven by pendulums which creates amazing curves. Two ... [Read more...]

Ongoing learning with user groups

November 10, 2014 | Noam Ross

Cross-posted from the Software Carpentry Blog. For the past two years I’ve run the UC Davis R Users’ Group (D-RUG). In this post, I’ll (1) outline the structure of D-RUG, and (2) summarize some lessons learned, and (3) discuss how such users’ groups could act to support and complement SWC’s ... [Read more...]

“LaF”-ing about fixed width formats

November 10, 2014 | Abhijit

If you have ever worked with US government data or other large datasets, it is likely you have faced fixed-width format data. This format has no delimiters in it; the data look like strings of characters. A separate format file defines which columns of data represent which variables. It seems ... [Read more...]

BlogAnalytics 2014-11-10 12:03:00

November 10, 2014 | Vaibhav Sahu

View Confidence Interval DynamicallyThis is a simple effort for dynamic view of confidence interval in a normal distribution. The  link provides a interactive interface which helps users to understand normal distribution and confidence interv...
[Read more...]

Rcpp11 3.1.2.0

November 10, 2014 | romain francois

Rcpp11 3.1.2.0 was released to CRAN, as the ultimate C++11 companion to R 3.1.2 on which it depends. The NEWS extract follows:
# Rcpp11 3.1.2

* New `wrap` implementation for `std::tuple<Args...>` (#195)

* `colnames` and `rownames` setters for matrices (#210). 

* Most sugar functions are now processing the expression in parallel. 

* Forbidden symbols from the C/R API are no longer directly used, so packages can use Rcpp11 without getting the NOTE as before.
This release marks departure from compromision. Rcpp11 used to compromise on the meaning of C++11 to satisfy platforms for which the available tooling was laging behind, most notoriously windows ... [Read more...]

RSiteCatalyst Version 1.4.1 Release Notes

November 10, 2014 | Randy Zwitch

Changes Version 1.4.1 of RSiteCatalyst is now available on CRAN. There were a handful of bug fixes and new features added, including: Fixed bug in QueueRanked function where only 10 results were returned when requesting multiple element reports. Function now returns up to 50,000 per breakdown (API limit) Created better error message to ... [Read more...]

Benchmarking Revolution R Open on Linux

November 10, 2014 | David Smith

We recently shared some benchmarks for Revolution R Open on the Windows platform, which showed significant improvements compared to R downloaded from CRAN. Those performance gains mainly come from multi-threading: Revolution R Open is linked to the Intel Math Kernel Library, which uses all available cores (rather than just one ... [Read more...]
1 5 6 7 8 9 11

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)