Lately, I have read a blog post titled Bandits Know the Best Product Price" (http://pkghosh.wordpress.com/2013/08/25/bandits-know-the-best-product-price/), which outlines how to use multi-armed bandit analysis for price optimization.
There is also a lot of discussion on whether multi-armed bandit analysis is better than A/B testing (e.g. "20 lines of code that will beat A/B testing every time": http://stevehanov.ca/blog/index.php?id=132?utm_medium=referral versus "Why multi-armed bandit algorithm is not 'better' than A/B testing": http://visualwebsiteoptimizer.com/split-testing-blog/multi-armed-bandit-algorithm/).
I am aware that there is a R package called "bandit", which can be used for such an analysis.
Does someone has a toy example - comparable to the one in the blog post - which shows how to apply this method by using R (within the context of price optimization)?
Thanks for your help.