You can download the latest version of SimpleSim from github using :
devtools::install_github("feji3769/SimpleSim")
This library contains functions for simulating data. The goal is to have fast and intuitive functions.
All the functions are named 'Sim[Dataset]', so for example to simulate blobs you just use SimBlobs(10).
SimpleSim can generate the following data:
[1] I. Guyon, "Design of experiments for the NIPS 2003 variable selection benchmark", 2003.
[2] T. Hastie, R. Tibshirani and J. Friedman, "Elements of Statistical Learning Ed. 2", Springer, 2009.
[3] S. Marsland, "Machine Learning: An Algorithmic Perspective", Chapter 10, 2009. http://seat.massey.ac.nz/personal/s.r.marsland/Code/10/lle.py
[4] http://people.cs.uchicago.edu/~dinoj/manifold/swissroll.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.