April 2015

Understanding R6: New OO system in R

April 4, 2015 | suman

Dear all, recently I went through on the R6 OO system in R and was fascinated by its sleek network of environments. I have written a post whatever I could understand of the package. Click on  http://rpubs.com/sumprain/R6 for the post.Comments and ... [Read more...]

How and why to return functions in R

April 3, 2015 | John Mount

One of the advantages of functional languages (such as R) is the ability to create and return functions “on the fly.” We will discuss one good use of this capability and what to look out for when creating functions in R. Why wrap/return functions? One of my favorite uses ... [Read more...]

Small Area Estimation 101: old materials posted

April 3, 2015 | civilstat

I never got around to polishing my Small Area Estimation (SAE) “101” tutorial materials that I promised a while ago. So here they are, though still unedited and not as clean / self-explanatory as I’d like. The slides introduce a … Continue reading → [Read more...]

DeployR 7.4 released

April 3, 2015 | David Smith

A new version of DeployR, the server-based framework that provides simple and secure R integration for application developers, is now available. (If you're new to DeployR, take a look at the DeployR Overview or download the white paper, Using DeployR to Solve the R Integration Problem.) This update brings several ... [Read more...]

Bags, Balls and the Hypergeometric Distribution

April 3, 2015 | andrew

A friend came to me with a question. The original question was a little complicated, but in essence it could be explained in terms of the familiar urn problem. So, here's the problem: you have an urn with 50 white balls and 9 black balls. The black balls are individually numbered. Balls ... [Read more...]

R Tutorial on Reading and Importing Excel Files into R

April 2, 2015 | DataCamp

Why an R Tutorial on Reading and Importing Excel Files into R is necessary As most of you know, Excel is a spreadsheet application developed by Microsoft. It is an easy accessible tool for organizing, analyzing and storing data in tables and has a widespread use in many different application ... [Read more...]

Recruitment Chapter for IFAR

April 2, 2015 | dogle

I have added a very rough draft of the Recruitment chapter to the Introduction to Fisheries Analysis with R (IFAR) page.  This chapter is a complete re-working of the old Stock-Recruitment vignette and includes a section on fitting non-linear stock-recruitment … Continue reading → [Read more...]

map projections in oce

April 2, 2015 | Dan Kelley Blog/R

Introduction The latest version (4.9.0) of the PROJ.4 library is being incorporated into the development version of the oce R package. The work is not finalized yet, but I thought it might be useful to share an early version of the test suite, so people could get an idea of the ... [Read more...]

Updated climate projections by cities

April 2, 2015 | Matt Leonawicz

[Alpha] and [beta] versions of a simple R Shiny web application showing projected climate trends for various Alaska and western Canada communities is available. [The alpha and beta versions are currently nonfunctional. But you can skip to the final version here. Some of the text below only pertains to the ...
[Read more...]

Coarse Grain Parallelism with foreach and rxExec

April 2, 2015 | Joseph Rickert

by Joseph Rickert I have written a several posts about the Parallel External Memory Algorithms (PEMAs) in Revolution Analytics’ RevoScaleR package, most recently about rxBTrees(), but I haven’t said much about rxExec(). rxExec() is not itself a PEMA, but it can be used to write parallel algorithms. Pre-built PEMAs ... [Read more...]

ANOVAs and Geomorph

April 1, 2015 | Mike Collyer

Within geomorph are several functions that perform analysis of variance (ANOVA), includingprocD.lm()procD.pgls()advanced.procD.lm()pairwiseD.test()pairwise.slope.test()trajectory,analysis()bilat.symmetry()plotAllometry() Inherent in all of these functions is a common philosophy for ANOVA (although other philosophies exist).  The geomorph ANOVA philosophy is that: (1) ... [Read more...]

Call matplotlib from R

April 1, 2015 | Rcpp Gallery

Motivation I often use Python and matplotlib for exploring measurement data (from e.g. accelerometers), even if I use R for the actual analysis. The reason is that I like to be able to flexibly zoom into different parts of the plot using the mouse and this works well for ... [Read more...]

A minor update: Revolution R Open 8.0.2

April 1, 2015 | David Smith

Revolution R Open 8.0.2 is now available from MRAN. If you're already using Revolution R Open, you won't find any major changes. This release fixes a couple of bugs, includes a new version of the checkpoint package, and splits the installation into two parts on Windows and Linux (with a separate ... [Read more...]
1 8 9 10 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)