#load data
data(nutrimouse)
X <- nutrimouse$lipid
Y <- nutrimouse$gene
# run tuning
tune_res <- tune.rcc(X, Y, validation = "Mfold")
# plot output
plot(tune_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.