2013

Working with intraday data

September 24, 2013 | rtraderadmin

When working with intraday data, analysts are often facing a large dataset problem. R is well equipped to deal with this but the standard approach has to be modified in some ways. Large dataset means different things to different people. I’m talking here about a dataset of less than 10 ... [Read more...]

Munkres’ Assignment Algorithm with RcppArmadillo

September 24, 2013 | Rcpp Gallery

Munkres’ Assignment Algorithm (Munkres (1957), also known as hungarian algorithm) is a well known algorithm in Operations Research solving the problem to optimally assign N jobs to N workers. I needed to solve the Minimal Assignment Problem for a relabeling algorithm in MCMC sampling for finite mixture distributions, where I use ...
[Read more...]

Changing the width of bars and columns in googleVis

September 24, 2013 | Markus Gesmann

Changing the plotting width in bar-, column- and combo-charts of googleVis works identical and is defined by the bar.groupWidth argument. The dot in the argument means that it has to be split in R into bar="{groupWidth:'10%'}". Example
library(googleVis)<br>cc                       xvar="Country", yvar="Population",<br>                      options=list(seriesType="bars", legend="top",<br>                                   bar="{groupWidth:'10%'}",<br>                                   width=500, height=450),<br>                      chartid="thincolumns")<br>plot(cc)
Your browser doesn't support iframes.Session Info
R version 3.0.1 (2013-05-16)<br>Platform: x86_64-apple-darwin10.8.0 (64-bit)<br><br>locale:<br>[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8<br><br>attached base packages:<br>[1] stats     graphics  grDevices utils     datasets  methods   base     <br><br>other attached packages:<br>[1] googleVis_0.4.5<br><br>loaded via a namespace (and not attached):<br>[1] RJSONIO_1.0-3 tools_3.0.1
[Read more...]

Big Data Bytes: How Open Source is Changing Business

September 23, 2013 | David Smith

I had a fun time on Friday in a Google Hangout chat with David Pittman (IBM), Eric Kavanagh (Bloor Group) and Tom Deutsch (IBM), where we talked about how open source is changing business. The conversation covered several open source projects including R and Hadoop, and ranged from the impact ... [Read more...]

Citations for using Stan?

September 23, 2013 | andrew

Bob writes: If you have papers that have used Stan, we’d love to hear about it. We finally got some submissions, so we’re going to start a list on the web site for 2.0 in earnest. You can either mail them to the list, to me directly, or just ...
[Read more...]

Building models over rolling time periods

September 23, 2013 | Pete

Often I have some idea for a trading system that is of the form “does some particular aspect of the last n periods of data have any predictive use for subsequent periods.” I generally like to work with nice units of time, such as 4 weeks or 6 months, rather than 30 or 126 ... [Read more...]

Waiting in One Line or Multiple Lines

September 23, 2013 | Wesley

Whenever I go to the grocery store it always seems to be a lesson in statistics. I go get the things I need to buy and then  I try to select the checkout register that will decrease the amount of time I have to wait. Inevitably, I select the one ... [Read more...]

Detecting Weak Instruments in R

September 23, 2013 | diffuseprior

Any instrumental variables (IV) estimator relies on two key assumptions in order to identify causal effects: That the excluded instrument or instruments only effect the dependent variable through their effect on the endogenous explanatory variable or variables (the exclusion restriction), That the correlation between the excluded instruments and the endogenous ... [Read more...]

MCMSki IV, Jan. 6-8, 2014, Chamonix (news #9)

September 22, 2013 | xi'an

This a reminder about the October 15 deadlines for MCMSki IV: First, the early bird rate for the registration ends up on October 15. Second, the young investigator travel support can only be requested up to October 15 as well. Be sure to book your hotel or rental place early too as Chamonix ... [Read more...]

Guns are cool

September 21, 2013 | Wingfeet

Reddit has a subreddit Guns are cool which in turn contains the MASS SHOOTINGS IN 2013 page. I pulled those data to see if there was anything of interest to plot or examine. I ended with modelling the frequency of shootings (once a day, Poisson distribution), and number of victims per ... [Read more...]
1 38 39 40 41 42 158

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)