May 2013

New fixed.angle() Function

May 6, 2013 | Erik Otárola-Castillo

Hello morphometricians,Below you can find a new fixed angle function addressing the problem discovered by Fabio Machado in the morphmet mail archive. We will include this function in our next schedule update to geomorph. Cheers, Erik CODE: fixed.angle [Read more...]

Mixed Model Example — Wagner et al. (2006)

May 6, 2013 | dogle

I am preparing for a workshop on mixed models and looked at the paper “Accounting for multilevel data structures in fisheries data using mixed models” by Wagner et al. (2006) (PDF available here).  Wagner et al. (2006) used two examples, with the … Continue reading → [Read more...]

The half variance approximation for mean returns

May 6, 2013 | Pat

What’s that thing about arithmetic and geometric returns and the variance? Previously An introduction to the difference between simple and log returns is: A tale of two returns Issue Suppose you are predicting the mean annual return of an asset for some number of years.  To simplify the discussion, ... [Read more...]

Google Analytics + R = FUN!

May 5, 2013 | Manos Parzakonis

The scope of this post it to show how simple it is to get data out of the Google Analytics and create your own reports (that you hope that they can be semi-automated at least) and you favourite statistical graphs (those that GA is currently missing). As you already know ...
[Read more...]

R/Finance 2013 Is Coming Quickly…

May 5, 2013 | Peter Carl

There is about two weeks remaining until R/Finance 2013 - being held on May 17th and 18th at UIC in Chicago.  Make sure you register beforehand to ensure you have a spot, and – yes - you do want to come to the conference dinner on Friday.   I am particularly excited ... [Read more...]

Volatility Regimes: Part 2

May 5, 2013 | From Guinness to GARCH

Adam Duncan from January, 2013Also avilable on R-bloggers.com Strategy Implications In this part of the volatility regimes analysis, we’ll use the regime identification framework established in part 1 to draw conclusions about which strategies work best is each regime. That should prove useful to us and goes a long ... [Read more...]

AIC & BIC vs. Crossvalidation

May 4, 2013 | petrkeil

Model selection is a process of seeking the model in a set of candidate models that gives the best balance between model fit and complexity (Burnham & Anderson 2002). I have always used AIC for that. But you can also…Read more → [Read more...]

A Prototype of Monotonic Binning Algorithm with R

May 4, 2013 | statcompute

I’ve been asked many time if I have a piece of R code implementing the monotonic binning algorithm, similar to the one that I developed with SAS (http://statcompute.wordpress.com/2012/06/10/a-sas-macro-implementing-monotonic-woe-transformation-in-scorecard-development) and with Python (http://statcompute.wordpress.com/2012/12/08/monotonic-binning-with-python). Today, I finally had time to draft a quick ... [Read more...]

LaTeX in R graphs

May 3, 2013 | arthur charpentier

A nice post was recently published on the rsnippets blog, about the tikzDevice R package. This package is – indeed – awesome. Even if it has been removed from the CRAN website. Of course, it can be download from the archive folder, on http://cran.r-project.org/…, but also (for a more ... [Read more...]

Animation, from R to LaTeX

May 3, 2013 | arthur charpentier

Just a short post, to share some codes used to generate animated graphs, with R. Assume that we would like to illustrate the law of large number, and the convergence of the average value from binomial sample. We can generate samples  using __ n=200 __ k=1000 __ set.seed(1) __ X=matrix(sample(0:1,size=... [Read more...]
1 10 11 12 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)