## This document creates the dataset included in the package
setwd("~/code/robustarchitecture")
library("robustarchitecture")
library("devtools")
devtools::load_all(".")
set.seed(4)
n=100000
s=-0.5
testdata=make_test_data(n,s=s)
topdata=top_data(testdata,10000)
save(topdata, file="data/topdata.RData")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.