Description Usage Functions Examples
Shiny apps to demonstrate statistical principles.
1 2 3 4 5 6 7 8 9 10 11 12 13 | MLEApp()
cltApp()
elasticApp()
lassoApp()
limmaApp()
regressionApp()
ridgeApp()
|
MLEApp
: A demonstration of ridge regression.
cltApp
: A demonstration of the central limit theorem.
elasticApp
: A demonstration of elastic net regression.
lassoApp
: A demonstration of LASSO regression.
limmaApp
: A demonstration of moderated t-tests.
regressionApp
: A demonstration of linear regression principles.
ridgeApp
: A demonstration of ridge regression.
1 2 3 4 5 6 7 8 | ## Not run:
regressionApp()
limmaApp()
ridgeApp()
lassoApp()
elasticApp()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.