2451 search results for "git"

Shiny talk by Joe Cheng

May 29, 2013
By
Shiny talk by Joe Cheng

Shiny is a framework work for creating web applications with R. Joe Cheng of RStudio, Inc. presented on Shiny last evening in Zillow's offices 30 stories up in the former WaMu Center. Luckily, the talk was interesting enough to compete with the view ...

Read more »

Futile.logger 1.3.3 RC available

May 29, 2013
By
Futile.logger 1.3.3 RC available

This is a preview release of futile.logger 1.3.3 so some people with feature requests can try out the code before …

Continue reading »

Read more »

Convert IP addresses to geolocation, latitude and longitude etc etc

May 29, 2013
By
Convert IP addresses to geolocation, latitude and longitude etc etc

Whoa! Now this is cool. It turns out there is a database at freegeoip.net which you can query for the location of a particular IP address. And as it has a neat little API for batches of IPs, you can … Continue reading

Read more »

Item Analysis App – Shiny Code

May 28, 2013
By
Item Analysis App – Shiny Code

Here is the code for my first Shiny App! It is the one that I posted previously with a few slight revisions. You can see it at:A Shiny R AppIn order to make any sense of this I suggest you working through the tutorial (http://www.rstudio.com/shiny/) it...

Read more »

Why doesn’t R have a MaxDiff package?

May 28, 2013
By

Almost once every year someone asks if R has a package for running the MaxDiff procedure sold by Sawtooth.  One such inquiry recently received a reply with a link showing in some detail the R code needed to generate a balanced incomplete...

Read more »

Intended or Unintended Consequences

May 28, 2013
By
Intended or Unintended Consequences

(This article was first published on Timely Portfolio, and kindly contributed to R-bloggers) A quick glimpse at the US 10y Treasury Bond rate since 2000 seems benign with low volatility and a general downward trend.require(latticeExtra)require(quantmod)US10y <- getSymbols("^TNX", from = "2000-01-01", auto.assign = FALSE)asTheEconomist(xyplot(US10y, scales = list(y = list(rot = 1)), main = "US 10y Yield Since 2000"))From TimelyPortfolioHowever,...

Read more »

Value at Risk with exponential smoothing

May 28, 2013
By
Value at Risk with exponential smoothing

More accurate than historical, simpler than garch. Previously We’ve discussed exponential smoothing in “Exponential decay models”. The same portfolios were submitted to the same sort of analysis in “A look at historical Value at Risk”. Issue Markets experience volatility clustering.  As the previous post makes clear, historical VaR suffers dramatically from this.  An alternative is … Continue reading...

Read more »

Interactive presentation with slidify and googleVis

May 28, 2013
By
Interactive presentation with slidify and googleVis

Last week I was invited to give an introduction to googleVis at Lancaster University. This time I decided to use the R package slidify for my talk. Slidify, like knitr, is built on Markdown and makes it very easy to create beautiful HTML5 presentations...

Read more »

Bayesian type II regression

May 27, 2013
By
Bayesian type II regression

Regression is a mainstay of ecological and evolutionary data analysis. For example, a disease ecologist may use body size (e.g. a weight from a scale with measurement error) to predict infection. Classical linear regression assumes no error in covariates; they are known exactly. This is rarely the case in ecology, and ignoring error in covariates can bias regression coefficient...

Read more »

(Another) introduction to R

May 27, 2013
By
(Another) introduction to R

It’s Memorial Day and my dissertation defense is tomorrow. This week I’m phoning in my blog. I had the opportunity to teach a short course last week that was part of a larger workshop focused on ecosystem restoration. A fellow grad student and I taught a session on Excel and R for basic data analysis.

Read more »