January 2014

Guest Blogger Recap

January 13, 2014 | David Smith

We had a marvellous series of guest posts here on the blog over the past few weeks. I'd like to give a special thanks to all of our guest bloggers for contributing, with special thanks to Joe Rickert for stepping in as our acting editor for the past 3 weeks. If ... [Read more...]

Calling Python from R with rPython

January 13, 2014 | bryan

Python has generated a good bit of buzz over the past year as an alternative to R. Personal biases aside, an expert makes the best use of the available tools, and sometimes Python is better suited to a task. As a case in point, I recently wanted to pull data ...
[Read more...]

I’ll take my NLS with weights, please…

January 13, 2014 | anspiess

Today I want to advocate weighted nonlinear regression. Why so? Minimum-variance estimation of the adjustable parameters in linear and non-linear least squares requires that the data be weighted inversely as their variances . Only then is the BLUE (Best Linear Unbiased Estimator) for linear regression and nonlinear regression with small errors (... [Read more...]

Bug of R package ChIPpeakAnno

January 13, 2014 | R on Guangchuang Yu

I used R package ChIPpeakAnno for annotating peaks, and found that it handle the DNA strand in the wrong way. Maybe the developers were from the computer science but not biology background. ?View Code RSPLUS1 Read More: 2754 Words Totally [Read more...]

garch models caught in the spotlight

January 13, 2014 | Pat

An attempt to clarify the basics. Previously There have been several posts about garch.  In particular: A practical introduction to garch modeling The components garch model in the rugarch package Genesis A reader emailed me because he was confused about the workings of garch in general, and simulation with the ...
[Read more...]

Hungarian RUG: lighting talks

January 13, 2014 | Gergely Daróczi

The only Hungarian R User Group so far, the Budapest Users of R Network (BURN), with already more than 120 members, is hosting several lighting talks on the 15th of January (Wednesday): Bence Arató (BI Consulting): Who uses R? László Bodó: C++ calls in R Csaba Burger (Burg Analytics): Financial ...
[Read more...]

Solving Quadratic Progams with R’s quadprog package

January 13, 2014 | Ryan Walker

In this post, we'll explore a special type of nonlinear constrained optimization problems called quadratic programs. Quadratic programs appear in many practical applications, including portfolio optimization and in solving support vector machine (SVM) classification problems. There are several packages available to solve quadratic programs in R. Here, we'll work with ... [Read more...]

MCMSki IV [mistakes and regrets]

January 12, 2014 | xi'an

Now that the conference and the Bayesian non-parametric satellite workshop (thanks to Judith!) are over, with (almost) everyone back home, and that the post-partum conference blues settles in (!), I can reflect on how things ran for those meetings and what I could have done to improve them… (Not yet considering ... [Read more...]

Basic A/B Testing plots and stats with R

January 12, 2014 | Manos Parzakonis

Have you used Google Analytics Content Experiments? I’ve been using it lately and the most useful thing is that all data are integrated into the API to do what you want to do except for the standard reports. So, you can get them into your favorite data analysis tool ...
[Read more...]

How Much Time to Conceive?

January 12, 2014 | andrew

This morning my wife presented me with a rather interesting statistic: a healthy couple has a 25% chance of conception every month [1], and that this should result in a 75% to 85% chance of conception after a year. This sounded rather interesting and it occurred to me that it really can’t be ... [Read more...]

Videos of Simple Fisheries Analyses in R (for Teaching) I

January 11, 2014 | dogle

I am teaching my Fisheries Science and Management course at Northland College this semester.  The science portion of the course is a fairly traditional treatment of population dynamic parameter estimation methods (using R with the FSA package, of course).  This semester … Continue reading → [Read more...]

The Mathematics of Wind Chill

January 11, 2014 | Myles

IntroductionHoly crap, it was cold out.If you haven't been reading the news, don't live in the American Midwest or Canada, or do and didn't go outside the last couple weeks (for which I don't blame you) there was some mighty cold weather lately due to ... [Read more...]

I Need A New Computer To Draw Fractals!

January 11, 2014 | aschinchon

Computer Science is no more about computers than astronomy is about telescopes (E. W. Dijkstra) Some days ago I published a post about how to build fractals with R using Multiple Reduction Copt Machine (MRCM) algorithm. Is that case I used a feature of the grid package that allows you ... [Read more...]

Converting a JAGS model to STAN

January 11, 2014 | Wingfeet

For my first experience with STAN I wanted to convert my last JAGS program into STAN. This was a bit more difficult than I expected. The JAGS program was Fe concentration in rainwater including values below detection level.DataData has been explained b... [Read more...]

Inferring halocline depth

January 11, 2014 | Dan Kelley Blog/R

Introduction There are no agreed-upon methods for inferring halocline depth, but a reasonable method might involve locating the depth at which dS/dp is largest, where S is salinity and p is pressure (Kelley 2014 chapter 5). Calculating the derivative using e.g. diff(S)/diff(p) can be problematic because of ... [Read more...]
1 7 8 9 10 11 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)