November 2013

sjPlotting functions now as package available #rstats

November 11, 2013 | Daniel

This weekend I had some time to deal with package building in R. After some struggling, I now managed to setup RStudio, Roxygen and MikTex properly so I can compile my collection of R-scripts into a package that even succeeds the package check. Downloads (package and manual) as well as ... [Read more...]

cMDS: visualising changing distances

November 11, 2013 | Simon Barthelme

Gina Gruenhage has just arxived a new paper describing an algorithm we call cMDS. Here’s what it’s for: if you do any kind of data analysis you often find yourself comparing datapoints using some kind of distance metric. All’s well if you have a unique reasonable distance ... [Read more...]

Hurricanes in South Carolina

November 10, 2013 | PirateGrunt

In a recent post, I discussed the occurrence of hurricanes in the North Atlantic basin. The data comes from the National Oceanic and Atmospheric Association, a member of the US federal government. The data spans a bit more than 150 years. In that post, I make the observation that the data ... [Read more...]

A small comparison of bio-equivalence calculations.

November 10, 2013 | Wingfeet

Last week I looked at two-way cross-over studies and followed the example of Schütz (http://bebac.at/) in the analysis. Since the EU has its on opinions (Questions & Answers: Positions on specific questions addressed to the pharmacokinetics working party) and two example data sets, I was wondering how the ... [Read more...]

Maximum Likelihood versus Goodness of Fit

November 8, 2013 | arthur charpentier

Thursday, I got an interesting question from a colleague of mine (JP). I mean, the way I understood the question turned out to be a nice puzzle (but I have to confess I might have misunderstood). The question is the following : consider a i.i.d. sample of continuous variables. ... [Read more...]

Key Driver vs. Network Analysis in R

November 8, 2013 | Joel Cadwell

When marketing researchers speak of driver analysis, they are referring to an input-output model with overall satisfaction as the output and performance ratings of specific product and service components as the inputs. The causal model is straightforwa... [Read more...]

CRAN now has 5000 R packages

November 8, 2013 | David Smith

Prof. Ripley today announced on the r-devel mailing list that CRAN now has it's 5000th R package: Package 'quint' brought the number of packages on CRAN (for all platforms: some are Windows-only or non-Windows only) to 5000 a few minutes ago: see http://cran.r-project.org/web/packages/index.html. That's ... [Read more...]

Hurricanes and Reproducible Research

November 8, 2013 | PirateGrunt

On vacation with my family this week and that means I have a few minutes now and again to read. One of the books I brought along is Christopher Gandrud’s excellent “Reproducible Research with R and RStudio”. Looking for some data as a test project, I latched onto Hurricane ... [Read more...]

Generating functions

November 8, 2013 | arthur charpentier

Today, I wanted to publish a post on generating functions, based on discussions I had with Jean-Francois while having our coffee after lunch a couple of times already. The other reason is that I publish my post while my student just finished their Probability exam (and there were a few ... [Read more...]

Translating between R and SQL: the basics

November 8, 2013 | Patrick Burns

An introductory comparison of using the two languages. Background R was made especially for data analysis and graphics.  SQL was made especially for databases.  They are allies. The data structure in R that most closely matches a SQL table is a data frame.  The terms rows and columns are used ... [Read more...]
1 7 8 9 10 11 12

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)