├── .gitignore ├── COPYING ├── LICENSE ├── MakeFile.R ├── Makefile ├── README.Rmd ├── README.html ├── README.md ├── _config.yml ├── _output.yaml ├── about.Rmd ├── about.html ├── basics ├── .Rapp.history ├── Makefile ├── _output.yaml ├── app │ ├── clt.md │ ├── compare_means.md │ ├── compare_props.md │ ├── correlation.md │ ├── cross_tabs.md │ ├── goodness.md │ ├── prob_calc.Rmd │ ├── prob_calc.md │ ├── single_mean.md │ └── single_prop.md ├── clt.Rmd ├── clt.html ├── compare_means.Rmd ├── compare_means.html ├── compare_props.Rmd ├── compare_props.html ├── correlation.Rmd ├── correlation.html ├── cross_tabs.Rmd ├── cross_tabs.html ├── figures_basics │ ├── compare_means_plot.png │ ├── compare_means_prob_calc.png │ ├── compare_means_summary.png │ ├── compare_props_plot.png │ ├── compare_props_prob_calc.png │ ├── compare_props_summary.png │ ├── correlation_plot.png │ ├── correlation_store.png │ ├── correlation_summary.png │ ├── cross_tabs_chi_pvalue.png │ ├── cross_tabs_plot.png │ ├── cross_tabs_summary.png │ ├── goodness_chi_pvalue.png │ ├── goodness_summary.png │ ├── prob_calc_batteries.png │ ├── prob_calc_headphones.png │ ├── prob_calc_icecream.png │ ├── single_mean_plot.png │ ├── single_mean_prob_calc.png │ ├── single_mean_summary.png │ ├── single_prop_prob_calc_p.png │ ├── single_prop_prob_calc_v.png │ └── single_prop_summary.png ├── goodness.Rmd ├── goodness.html ├── include ├── libs │ ├── accessible-code-block-0.0.1 │ │ └── empty-anchor.js │ ├── bootstrap-3.3.1 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── readable.min.css │ │ │ ├── spacelab.min.css │ │ │ └── united.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── bootstrap-3.3.5 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── darkly.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── OpenSansLight.ttf │ │ │ │ ├── OpenSansLightItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── Roboto.ttf │ │ │ │ ├── RobotoBold.ttf │ │ │ │ ├── RobotoLight.ttf │ │ │ │ ├── RobotoMedium.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProItalic.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── lumen.min.css │ │ │ ├── paper.min.css │ │ │ ├── readable.min.css │ │ │ ├── sandstone.min.css │ │ │ ├── simplex.min.css │ │ │ ├── spacelab.min.css │ │ │ ├── united.min.css │ │ │ └── yeti.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── elevate-section-attrs-2.0 │ │ └── elevate-section-attrs.js │ ├── font-awesome-4.1.0 │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── spinning.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _spinning.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ ├── header-attrs-2.1 │ │ └── header-attrs.js │ ├── header-attrs-2.14 │ │ └── header-attrs.js │ ├── header-attrs-2.19 │ │ └── header-attrs.js │ ├── header-attrs-2.2 │ │ └── header-attrs.js │ ├── header-attrs-2.20 │ │ └── header-attrs.js │ ├── header-attrs-2.22 │ │ └── header-attrs.js │ ├── header-attrs-2.24 │ │ └── header-attrs.js │ ├── header-attrs-2.28 │ │ └── header-attrs.js │ ├── header-attrs-2.3 │ │ └── header-attrs.js │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ ├── highlight │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-1.1 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-9.12.0 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── jquery-1.11.0 │ │ └── jquery.min.js │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ ├── navigation-1.0 │ │ ├── codefolding.js │ │ └── tabsets.js │ ├── navigation-1.1 │ │ ├── codefolding-lua.css │ │ ├── codefolding.js │ │ ├── sourceembed.js │ │ └── tabsets.js │ └── polyfill.js ├── prob_calc.Rmd ├── prob_calc.html ├── single_mean.Rmd ├── single_mean.html ├── single_prop.Rmd └── single_prop.html ├── data ├── Makefile ├── _output.yaml ├── app │ ├── combine.Rmd │ ├── combine.md │ ├── explore.md │ ├── manage.md │ ├── pivotr.md │ ├── report_r.Rmd │ ├── report_r.md │ ├── report_rmd.Rmd │ ├── report_rmd.md │ ├── state.md │ ├── transform.Rmd │ ├── transform.md │ ├── view.Rmd │ ├── view.md │ └── visualize.md ├── combine.Rmd ├── combine.html ├── explore.Rmd ├── explore.html ├── figures │ ├── anti_join.png │ ├── boxplot.png │ ├── combine_avengers_superheroes.png │ ├── combine_publishers_superheroes.png │ ├── combine_superheroes_publishers.png │ ├── expand_grid.png │ ├── explore.png │ ├── full_join.png │ ├── inner_join.png │ ├── left_join.png │ ├── outer_join.png │ ├── pivotr.png │ ├── rbbbot.jpg │ └── right_join.png ├── include ├── libs │ ├── accessible-code-block-0.0.1 │ │ └── empty-anchor.js │ ├── bootstrap-3.3.1 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── readable.min.css │ │ │ ├── spacelab.min.css │ │ │ └── united.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── bootstrap-3.3.5 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── darkly.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── OpenSansLight.ttf │ │ │ │ ├── OpenSansLightItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── Roboto.ttf │ │ │ │ ├── RobotoBold.ttf │ │ │ │ ├── RobotoLight.ttf │ │ │ │ ├── RobotoMedium.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProItalic.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── lumen.min.css │ │ │ ├── paper.min.css │ │ │ ├── readable.min.css │ │ │ ├── sandstone.min.css │ │ │ ├── simplex.min.css │ │ │ ├── spacelab.min.css │ │ │ ├── united.min.css │ │ │ └── yeti.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── elevate-section-attrs-2.0 │ │ └── elevate-section-attrs.js │ ├── font-awesome-4.1.0 │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── spinning.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _spinning.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ ├── header-attrs-2.1 │ │ └── header-attrs.js │ ├── header-attrs-2.14 │ │ └── header-attrs.js │ ├── header-attrs-2.19 │ │ └── header-attrs.js │ ├── header-attrs-2.2 │ │ └── header-attrs.js │ ├── header-attrs-2.20 │ │ └── header-attrs.js │ ├── header-attrs-2.22 │ │ └── header-attrs.js │ ├── header-attrs-2.24 │ │ └── header-attrs.js │ ├── header-attrs-2.28 │ │ └── header-attrs.js │ ├── header-attrs-2.3 │ │ └── header-attrs.js │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ ├── highlight │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-1.1 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-9.12.0 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── jquery-1.11.0 │ │ └── jquery.min.js │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ ├── navigation-1.0 │ │ ├── codefolding.js │ │ └── tabsets.js │ ├── navigation-1.1 │ │ ├── codefolding-lua.css │ │ ├── codefolding.js │ │ ├── sourceembed.js │ │ └── tabsets.js │ └── polyfill.js ├── manage.Rmd ├── manage.html ├── pivotr.Rmd ├── pivotr.html ├── report_r.Rmd ├── report_r.html ├── report_rmd.Rmd ├── report_rmd.html ├── state.Rmd ├── state.html ├── transform.Rmd ├── transform.html ├── view.Rmd ├── view.html ├── visualize.Rmd └── visualize.html ├── design ├── .Rapp.history ├── Makefile ├── _output.yaml ├── app │ ├── doe.md │ ├── randomizer.md │ ├── sample_size.Rmd │ ├── sample_size.md │ ├── sample_size_comp.Rmd │ ├── sample_size_comp.md │ └── sampling.md ├── doe.Rmd ├── doe.html ├── figures_design │ ├── doe_factors.png │ ├── doe_output.png │ ├── doe_output_partial.png │ ├── randomizer.png │ ├── randomizer_block.png │ ├── sample_size_ex1a.png │ ├── sample_size_ex1b.png │ ├── sample_size_ex2a.png │ ├── sample_size_ex2b.png │ └── sampling.png ├── include ├── libs │ ├── accessible-code-block-0.0.1 │ │ └── empty-anchor.js │ ├── bootstrap-3.3.1 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── readable.min.css │ │ │ ├── spacelab.min.css │ │ │ └── united.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── bootstrap-3.3.5 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── darkly.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── OpenSansLight.ttf │ │ │ │ ├── OpenSansLightItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── Roboto.ttf │ │ │ │ ├── RobotoBold.ttf │ │ │ │ ├── RobotoLight.ttf │ │ │ │ ├── RobotoMedium.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProItalic.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── lumen.min.css │ │ │ ├── paper.min.css │ │ │ ├── readable.min.css │ │ │ ├── sandstone.min.css │ │ │ ├── simplex.min.css │ │ │ ├── spacelab.min.css │ │ │ ├── united.min.css │ │ │ └── yeti.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── elevate-section-attrs-2.0 │ │ └── elevate-section-attrs.js │ ├── font-awesome-4.1.0 │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── spinning.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _spinning.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ ├── header-attrs-2.1 │ │ └── header-attrs.js │ ├── header-attrs-2.14 │ │ └── header-attrs.js │ ├── header-attrs-2.19 │ │ └── header-attrs.js │ ├── header-attrs-2.2 │ │ └── header-attrs.js │ ├── header-attrs-2.20 │ │ └── header-attrs.js │ ├── header-attrs-2.22 │ │ └── header-attrs.js │ ├── header-attrs-2.24 │ │ └── header-attrs.js │ ├── header-attrs-2.28 │ │ └── header-attrs.js │ ├── header-attrs-2.3 │ │ └── header-attrs.js │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ ├── highlight │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-1.1 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-9.12.0 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── jquery-1.11.0 │ │ └── jquery.min.js │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ ├── navigation-1.0 │ │ ├── codefolding.js │ │ └── tabsets.js │ ├── navigation-1.1 │ │ ├── codefolding-lua.css │ │ ├── codefolding.js │ │ ├── sourceembed.js │ │ └── tabsets.js │ └── polyfill.js ├── randomizer.Rmd ├── randomizer.html ├── sample_size.Rmd ├── sample_size.html ├── sample_size_comp.Rmd ├── sample_size_comp.html ├── sampling.Rmd └── sampling.html ├── docs.Rproj ├── docs.code-workspace ├── examples ├── VMR-case-E.yaml ├── avengers.csv ├── combine.sqlite3 ├── decision-analysis-sensitivity.state.rda ├── demo-dvd-rnd.state.rda ├── dvd.csv ├── dvd.parquet ├── dvd.pkl ├── dvd.rds ├── dvd_no_desc.rds ├── gamblers-ruin-input.png ├── gamblers-ruin.nb.html ├── gamblers-ruin.state.rda ├── gitgadget_0.8.0.tar.gz ├── glm_pred.csv ├── houseprices.csv ├── houseprices.rds ├── houseprices.xlsx ├── iceskimo-optimal-price.state.rda ├── investment-3stocks.state.rda ├── over-sample.state.rda ├── profiles-movie.txt ├── publishers.csv ├── radiant-example.nb.html ├── radiant-example.state.rda ├── radiant_rcode.R ├── raincoat.rds ├── sales.rds ├── sales.rds:com.dropbox.attrs ├── sim-help.state.rda ├── single_mean.Rmd └── superheroes.csv ├── figure ├── compare_means_diamonds-1.png ├── compare_means_salary-1.png ├── compare_means_salary_piped-1.png ├── dendro-1.png ├── hclus-1.png ├── kclus-1.png ├── regress_coeff-1.png ├── regress_dashboard-1.png ├── scatter-1.png ├── single_mean_mpg-1.png └── unnamed-chunk-1-1.png ├── images ├── by-nc-sa.png ├── by-sa.png ├── icon.png ├── mess1.png ├── mess2.png └── win-protected.png ├── include ├── after_body.html ├── before_body.html └── in_header.html ├── index.Rmd ├── index.html ├── install.Rmd ├── install.html ├── libs ├── accessible-code-block-0.0.1 │ └── empty-anchor.js ├── bootstrap-3.3.1 │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── cerulean.min.css │ │ ├── cosmo.min.css │ │ ├── flatly.min.css │ │ ├── fonts │ │ │ ├── Lato.ttf │ │ │ ├── LatoBold.ttf │ │ │ ├── LatoItalic.ttf │ │ │ ├── NewsCycle.ttf │ │ │ ├── NewsCycleBold.ttf │ │ │ ├── OpenSans.ttf │ │ │ ├── OpenSansBold.ttf │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ ├── OpenSansItalic.ttf │ │ │ ├── Raleway.ttf │ │ │ ├── RalewayBold.ttf │ │ │ ├── SourceSansPro.ttf │ │ │ ├── SourceSansProBold.ttf │ │ │ ├── SourceSansProLight.ttf │ │ │ └── Ubuntu.ttf │ │ ├── journal.min.css │ │ ├── readable.min.css │ │ ├── spacelab.min.css │ │ └── united.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ └── glyphicons-halflings-regular.woff │ ├── js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js │ └── shim │ │ ├── html5shiv.min.js │ │ └── respond.min.js ├── bootstrap-3.3.5 │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.css.map │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── bootstrap.min.css │ │ ├── cerulean.min.css │ │ ├── cosmo.min.css │ │ ├── darkly.min.css │ │ ├── flatly.min.css │ │ ├── fonts │ │ │ ├── Lato.ttf │ │ │ ├── LatoBold.ttf │ │ │ ├── LatoItalic.ttf │ │ │ ├── NewsCycle.ttf │ │ │ ├── NewsCycleBold.ttf │ │ │ ├── OpenSans.ttf │ │ │ ├── OpenSansBold.ttf │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ ├── OpenSansItalic.ttf │ │ │ ├── OpenSansLight.ttf │ │ │ ├── OpenSansLightItalic.ttf │ │ │ ├── Raleway.ttf │ │ │ ├── RalewayBold.ttf │ │ │ ├── Roboto.ttf │ │ │ ├── RobotoBold.ttf │ │ │ ├── RobotoLight.ttf │ │ │ ├── RobotoMedium.ttf │ │ │ ├── SourceSansPro.ttf │ │ │ ├── SourceSansProBold.ttf │ │ │ ├── SourceSansProItalic.ttf │ │ │ ├── SourceSansProLight.ttf │ │ │ └── Ubuntu.ttf │ │ ├── journal.min.css │ │ ├── lumen.min.css │ │ ├── paper.min.css │ │ ├── readable.min.css │ │ ├── sandstone.min.css │ │ ├── simplex.min.css │ │ ├── spacelab.min.css │ │ ├── united.min.css │ │ └── yeti.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ └── npm.js │ └── shim │ │ ├── html5shiv.min.js │ │ └── respond.min.js ├── elevate-section-attrs-2.0 │ └── elevate-section-attrs.js ├── font-awesome-4.1.0 │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── spinning.less │ │ ├── stacked.less │ │ └── variables.less │ └── scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _spinning.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss ├── header-attrs-2.1 │ └── header-attrs.js ├── header-attrs-2.14 │ └── header-attrs.js ├── header-attrs-2.19 │ └── header-attrs.js ├── header-attrs-2.2 │ └── header-attrs.js ├── header-attrs-2.20 │ └── header-attrs.js ├── header-attrs-2.22 │ └── header-attrs.js ├── header-attrs-2.24 │ └── header-attrs.js ├── header-attrs-2.28 │ └── header-attrs.js ├── header-attrs-2.3 │ └── header-attrs.js ├── header-attrs-2.7 │ └── header-attrs.js ├── highlight │ ├── default.css │ ├── highlight.js │ └── textmate.css ├── highlightjs-1.1 │ ├── default.css │ ├── highlight.js │ └── textmate.css ├── highlightjs-9.12.0 │ ├── default.css │ ├── highlight.js │ └── textmate.css ├── jquery-1.11.0 │ └── jquery.min.js ├── jquery-1.11.3 │ └── jquery.min.js ├── jquery-3.6.0 │ ├── jquery-3.6.0.js │ ├── jquery-3.6.0.min.js │ └── jquery-3.6.0.min.map ├── navigation-1.0 │ ├── codefolding.js │ └── tabsets.js ├── navigation-1.1 │ ├── codefolding-lua.css │ ├── codefolding.js │ ├── sourceembed.js │ └── tabsets.js └── polyfill.js ├── model ├── .Rapp.history ├── Makefile ├── _output.yaml ├── app │ ├── crs.md │ ├── crtree.md │ ├── dtree.Rmd │ ├── dtree.md │ ├── evalbin.md │ ├── evalreg.md │ ├── gbt.md │ ├── logistic.Rmd │ ├── logistic.md │ ├── mnl.Rmd │ ├── mnl.md │ ├── nb.md │ ├── nn.md │ ├── regress.Rmd │ ├── regress.md │ ├── rforest.md │ ├── simulater.Rmd │ └── simulater.md ├── crs.Rmd ├── crs.html ├── crtree.Rmd ├── crtree.html ├── dtree.Rmd ├── dtree.html ├── evalbin.Rmd ├── evalbin.html ├── evalreg.Rmd ├── evalreg.html ├── figures_model │ ├── cf_summary.png │ ├── dtree_model.png │ ├── dtree_plot_final.png │ ├── dtree_plot_initial.png │ ├── dtree_sensitivity.png │ ├── evalbin_confusion.png │ ├── evalbin_lift_gains.png │ ├── evalbin_logistic.png │ ├── evalreg_nn.png │ ├── evalreg_summary_plot.png │ ├── logistic_dvd-full.png │ ├── logistic_dvd.png │ ├── logistic_plot.png │ ├── logistic_predict.png │ ├── logistic_predict_data.png │ ├── logistic_summary.png │ ├── mnl_choice_shares.png │ ├── mnl_plot.png │ ├── mnl_predict.png │ ├── mnl_summary.png │ ├── regress_catalog_F_critical.png │ ├── regress_catalog_F_test.png │ ├── regress_catalog_prob_calc.png │ ├── regress_catalog_summary.png │ ├── regress_diamonds_corr.png │ ├── regress_diamonds_dashboard.png │ ├── regress_diamonds_hist.png │ ├── regress_diamonds_res_vs_pred.png │ ├── regress_diamonds_scatter.png │ ├── regress_ideal_corr.png │ ├── regress_ideal_dashboard.png │ ├── regress_ideal_hist.png │ ├── regress_ideal_res_vs_pred.png │ ├── regress_ideal_scatter.png │ ├── regress_ideal_summary.png │ ├── regress_log_diamonds_corr.png │ ├── regress_log_diamonds_dashboard.png │ ├── regress_log_diamonds_hist.png │ ├── regress_log_diamonds_res_vs_pred.png │ ├── regress_log_diamonds_scatter.png │ ├── regress_log_diamonds_summary.png │ ├── regress_log_diamonds_viz_scatter.png │ ├── simulater_repeat.png │ ├── simulater_repeat_plot.png │ ├── simulater_sim.png │ ├── simulater_sim_plot.png │ └── simulater_view.png ├── gbt.Rmd ├── gbt.html ├── include ├── libs │ ├── accessible-code-block-0.0.1 │ │ └── empty-anchor.js │ ├── bootstrap-3.3.1 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── readable.min.css │ │ │ ├── spacelab.min.css │ │ │ └── united.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── bootstrap-3.3.5 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── darkly.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── OpenSansLight.ttf │ │ │ │ ├── OpenSansLightItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── Roboto.ttf │ │ │ │ ├── RobotoBold.ttf │ │ │ │ ├── RobotoLight.ttf │ │ │ │ ├── RobotoMedium.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProItalic.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── lumen.min.css │ │ │ ├── paper.min.css │ │ │ ├── readable.min.css │ │ │ ├── sandstone.min.css │ │ │ ├── simplex.min.css │ │ │ ├── spacelab.min.css │ │ │ ├── united.min.css │ │ │ └── yeti.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── elevate-section-attrs-2.0 │ │ └── elevate-section-attrs.js │ ├── font-awesome-4.1.0 │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── spinning.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _spinning.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ ├── header-attrs-2.1 │ │ └── header-attrs.js │ ├── header-attrs-2.14 │ │ └── header-attrs.js │ ├── header-attrs-2.19 │ │ └── header-attrs.js │ ├── header-attrs-2.2 │ │ └── header-attrs.js │ ├── header-attrs-2.20 │ │ └── header-attrs.js │ ├── header-attrs-2.22 │ │ └── header-attrs.js │ ├── header-attrs-2.24 │ │ └── header-attrs.js │ ├── header-attrs-2.28 │ │ └── header-attrs.js │ ├── header-attrs-2.3 │ │ └── header-attrs.js │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ ├── highlight │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-1.1 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-9.12.0 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── jquery-1.11.0 │ │ └── jquery.min.js │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ ├── navigation-1.0 │ │ ├── codefolding.js │ │ └── tabsets.js │ ├── navigation-1.1 │ │ ├── codefolding-lua.css │ │ ├── codefolding.js │ │ ├── sourceembed.js │ │ └── tabsets.js │ └── polyfill.js ├── logistic.Rmd ├── logistic.html ├── mnl.Rmd ├── mnl.html ├── nb.Rmd ├── nb.html ├── nn.Rmd ├── nn.html ├── regress.Rmd ├── regress.html ├── rforest.Rmd ├── rforest.html ├── simulater.Rmd └── simulater.html ├── multivariate ├── Makefile ├── _output.yaml ├── app │ ├── conjoint.md │ ├── full_factor.md │ ├── hclus.md │ ├── kclus.md │ ├── mds.md │ ├── pre_factor.md │ └── prmap.md ├── conjoint.Rmd ├── conjoint.html ├── figures_multivariate │ ├── conjoint_carpet_design.png │ ├── conjoint_expand.png │ ├── conjoint_plot.png │ ├── conjoint_predict.png │ ├── conjoint_summary.png │ ├── conjoint_view.png │ ├── full_factor_plot.png │ ├── full_factor_plot_rotation.png │ ├── full_factor_summary.png │ ├── full_factor_summary_shopping.png │ ├── hclus_dendro.png │ ├── hclus_scree.png │ ├── kclus_cross_tabs_plot.png │ ├── kclus_cross_tabs_summary.png │ ├── kclus_plot.png │ ├── kclus_summary.png │ ├── kclus_transform_recode.png │ ├── mds_plot.png │ ├── mds_plot_flip.png │ ├── mds_plot_tpbrands.png │ ├── mds_summary.png │ ├── mds_summary_tpbrands.png │ ├── pre_factor_plot.png │ ├── pre_factor_summary.png │ ├── prmap_plot_all.png │ ├── prmap_plot_brands.png │ ├── prmap_plot_brands_attr.png │ └── prmap_summary.png ├── full_factor.Rmd ├── full_factor.html ├── hclus.Rmd ├── hclus.html ├── include ├── kclus.Rmd ├── kclus.html ├── libs │ ├── accessible-code-block-0.0.1 │ │ └── empty-anchor.js │ ├── bootstrap-3.3.1 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── readable.min.css │ │ │ ├── spacelab.min.css │ │ │ └── united.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ └── glyphicons-halflings-regular.woff │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.min.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── bootstrap-3.3.5 │ │ ├── css │ │ │ ├── bootstrap-theme.css │ │ │ ├── bootstrap-theme.css.map │ │ │ ├── bootstrap-theme.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.css.map │ │ │ ├── bootstrap.min.css │ │ │ ├── cerulean.min.css │ │ │ ├── cosmo.min.css │ │ │ ├── darkly.min.css │ │ │ ├── flatly.min.css │ │ │ ├── fonts │ │ │ │ ├── Lato.ttf │ │ │ │ ├── LatoBold.ttf │ │ │ │ ├── LatoItalic.ttf │ │ │ │ ├── NewsCycle.ttf │ │ │ │ ├── NewsCycleBold.ttf │ │ │ │ ├── OpenSans.ttf │ │ │ │ ├── OpenSansBold.ttf │ │ │ │ ├── OpenSansBoldItalic.ttf │ │ │ │ ├── OpenSansItalic.ttf │ │ │ │ ├── OpenSansLight.ttf │ │ │ │ ├── OpenSansLightItalic.ttf │ │ │ │ ├── Raleway.ttf │ │ │ │ ├── RalewayBold.ttf │ │ │ │ ├── Roboto.ttf │ │ │ │ ├── RobotoBold.ttf │ │ │ │ ├── RobotoLight.ttf │ │ │ │ ├── RobotoMedium.ttf │ │ │ │ ├── SourceSansPro.ttf │ │ │ │ ├── SourceSansProBold.ttf │ │ │ │ ├── SourceSansProItalic.ttf │ │ │ │ ├── SourceSansProLight.ttf │ │ │ │ └── Ubuntu.ttf │ │ │ ├── journal.min.css │ │ │ ├── lumen.min.css │ │ │ ├── paper.min.css │ │ │ ├── readable.min.css │ │ │ ├── sandstone.min.css │ │ │ ├── simplex.min.css │ │ │ ├── spacelab.min.css │ │ │ ├── united.min.css │ │ │ └── yeti.min.css │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── npm.js │ │ └── shim │ │ │ ├── html5shiv.min.js │ │ │ └── respond.min.js │ ├── elevate-section-attrs-2.0 │ │ └── elevate-section-attrs.js │ ├── font-awesome-4.1.0 │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── spinning.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _spinning.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ ├── header-attrs-2.1 │ │ └── header-attrs.js │ ├── header-attrs-2.14 │ │ └── header-attrs.js │ ├── header-attrs-2.19 │ │ └── header-attrs.js │ ├── header-attrs-2.2 │ │ └── header-attrs.js │ ├── header-attrs-2.20 │ │ └── header-attrs.js │ ├── header-attrs-2.22 │ │ └── header-attrs.js │ ├── header-attrs-2.24 │ │ └── header-attrs.js │ ├── header-attrs-2.28 │ │ └── header-attrs.js │ ├── header-attrs-2.3 │ │ └── header-attrs.js │ ├── header-attrs-2.7 │ │ └── header-attrs.js │ ├── highlight │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-1.1 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── highlightjs-9.12.0 │ │ ├── default.css │ │ ├── highlight.js │ │ └── textmate.css │ ├── jquery-1.11.0 │ │ └── jquery.min.js │ ├── jquery-1.11.3 │ │ └── jquery.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ ├── navigation-1.0 │ │ ├── codefolding.js │ │ └── tabsets.js │ ├── navigation-1.1 │ │ ├── codefolding-lua.css │ │ ├── codefolding.js │ │ ├── sourceembed.js │ │ └── tabsets.js │ └── polyfill.js ├── mds.Rmd ├── mds.html ├── pre_factor.Rmd ├── pre_factor.html ├── prmap.Rmd └── prmap.html ├── news.Rmd ├── news.html ├── programming.Rmd ├── programming.html ├── programming_files └── figure-html │ ├── compare_means_diamonds-1.png │ ├── compare_means_diamonds-1.svg │ ├── compare_means_salary-1.png │ ├── compare_means_salary-1.svg │ ├── compare_means_salary_piped-1.png │ ├── compare_means_salary_piped-1.svg │ ├── dendro-1.png │ ├── dendro-1.svg │ ├── hclus-1.png │ ├── hclus-1.svg │ ├── kclus-1.png │ ├── kclus-1.svg │ ├── regress_coeff-1.png │ ├── regress_coeff-1.svg │ ├── regress_dashboard-1.png │ ├── regress_dashboard-1.svg │ ├── scatter-1.png │ ├── scatter-1.svg │ ├── single_mean_mpg-1.png │ ├── single_mean_mpg-1.svg │ ├── unnamed-chunk-1-1.png │ └── unnamed-chunk-1-1.svg ├── radiant-tutorial-series.Rmd ├── radiant-tutorial-series.html ├── resources.Rmd ├── resources.html ├── rsync_docs2app.sh ├── sub ├── README_dev.Rmd ├── README_dev.md ├── README_editable.Rmd ├── license.md ├── tutorials_dev.Rmd ├── tutorials_dev.md └── tutorials_editable.md ├── target-blank-fixer.R ├── tutorials.Rmd └── tutorials.html /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | .RData 4 | .Ruserdata 5 | .DS_Store 6 | .vscode 7 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | 2 | HTML_FILES := $(patsubst %.Rmd, %.html ,$(wildcard *.Rmd)) \ 3 | $(patsubst %.md, %.html ,$(wildcard *.md)) 4 | 5 | all: clean html 6 | 7 | html: $(HTML_FILES) 8 | 9 | %.html: %.Rmd 10 | R --slave -e "rmarkdown::render('$<')" 11 | 12 | %.html: %.md 13 | R --slave -e "rmarkdown::render('$<')" 14 | 15 | .PHONY: clean 16 | clean: 17 | $(RM) $(HTML_FILES) 18 | 19 | 20 | # R --slave -e "set.seed(100);rmarkdown::render('$<')" 21 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | exclude: packrat 2 | -------------------------------------------------------------------------------- /_output.yaml: -------------------------------------------------------------------------------- 1 | html_document: 2 | self_contained: false 3 | theme: cosmo 4 | highlight: zenburn 5 | mathjax: default 6 | toc_depth: 2 7 | lib_dir: libs 8 | includes: 9 | in_header: include/in_header.html 10 | before_body: include/before_body.html 11 | after_body: include/after_body.html 12 | 13 | -------------------------------------------------------------------------------- /basics/Makefile: -------------------------------------------------------------------------------- 1 | ../Makefile -------------------------------------------------------------------------------- /basics/_output.yaml: -------------------------------------------------------------------------------- 1 | ../_output.yaml -------------------------------------------------------------------------------- /basics/clt.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Probability > Central Limit Theorem 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/clt.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /basics/compare_means.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Means > Compare means 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/compare_means.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /basics/compare_props.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Proportions > Compare proportions 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/compare_props.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /basics/correlation.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Tables > Correlation 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/correlation.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /basics/cross_tabs.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Tables > Cross-tabs 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/cross_tabs.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /basics/figures_basics/compare_means_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/compare_means_plot.png -------------------------------------------------------------------------------- /basics/figures_basics/compare_means_prob_calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/compare_means_prob_calc.png -------------------------------------------------------------------------------- /basics/figures_basics/compare_means_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/compare_means_summary.png -------------------------------------------------------------------------------- /basics/figures_basics/compare_props_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/compare_props_plot.png -------------------------------------------------------------------------------- /basics/figures_basics/compare_props_prob_calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/compare_props_prob_calc.png -------------------------------------------------------------------------------- /basics/figures_basics/compare_props_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/compare_props_summary.png -------------------------------------------------------------------------------- /basics/figures_basics/correlation_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/correlation_plot.png -------------------------------------------------------------------------------- /basics/figures_basics/correlation_store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/correlation_store.png -------------------------------------------------------------------------------- /basics/figures_basics/correlation_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/correlation_summary.png -------------------------------------------------------------------------------- /basics/figures_basics/cross_tabs_chi_pvalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/cross_tabs_chi_pvalue.png -------------------------------------------------------------------------------- /basics/figures_basics/cross_tabs_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/cross_tabs_plot.png -------------------------------------------------------------------------------- /basics/figures_basics/cross_tabs_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/cross_tabs_summary.png -------------------------------------------------------------------------------- /basics/figures_basics/goodness_chi_pvalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/goodness_chi_pvalue.png -------------------------------------------------------------------------------- /basics/figures_basics/goodness_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/goodness_summary.png -------------------------------------------------------------------------------- /basics/figures_basics/prob_calc_batteries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/prob_calc_batteries.png -------------------------------------------------------------------------------- /basics/figures_basics/prob_calc_headphones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/prob_calc_headphones.png -------------------------------------------------------------------------------- /basics/figures_basics/prob_calc_icecream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/prob_calc_icecream.png -------------------------------------------------------------------------------- /basics/figures_basics/single_mean_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/single_mean_plot.png -------------------------------------------------------------------------------- /basics/figures_basics/single_mean_prob_calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/single_mean_prob_calc.png -------------------------------------------------------------------------------- /basics/figures_basics/single_mean_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/single_mean_summary.png -------------------------------------------------------------------------------- /basics/figures_basics/single_prop_prob_calc_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/single_prop_prob_calc_p.png -------------------------------------------------------------------------------- /basics/figures_basics/single_prop_prob_calc_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/single_prop_prob_calc_v.png -------------------------------------------------------------------------------- /basics/figures_basics/single_prop_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/figures_basics/single_prop_summary.png -------------------------------------------------------------------------------- /basics/goodness.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Tables > Goodness-of-fit 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/goodness.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /basics/include: -------------------------------------------------------------------------------- 1 | ../include/ -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/font-awesome-4.1.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/basics/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /basics/libs/font-awesome-4.1.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /basics/libs/highlight/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /basics/libs/highlight/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /basics/libs/highlightjs-1.1/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /basics/libs/highlightjs-1.1/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /basics/libs/highlightjs-9.12.0/default.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: #990073; 3 | } 4 | 5 | .hljs-number { 6 | color: #099; 7 | } 8 | 9 | .hljs-comment { 10 | color: #998; 11 | font-style: italic; 12 | } 13 | 14 | .hljs-keyword { 15 | color: #900; 16 | font-weight: bold; 17 | } 18 | 19 | .hljs-string { 20 | color: #d14; 21 | } 22 | -------------------------------------------------------------------------------- /basics/libs/highlightjs-9.12.0/textmate.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: rgb(88, 72, 246); 3 | } 4 | 5 | .hljs-number { 6 | color: rgb(0, 0, 205); 7 | } 8 | 9 | .hljs-comment { 10 | color: rgb(76, 136, 107); 11 | } 12 | 13 | .hljs-keyword { 14 | color: rgb(0, 0, 255); 15 | } 16 | 17 | .hljs-string { 18 | color: rgb(3, 106, 7); 19 | } 20 | -------------------------------------------------------------------------------- /basics/libs/navigation-1.1/codefolding-lua.css: -------------------------------------------------------------------------------- 1 | detaiks.chunk-details > summary.chunk-summary { 2 | text-align: right; 3 | } 4 | details.chunk-details[open] > summary.chunk-summary::after { 5 | content: "Hide"; 6 | } 7 | details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text { 8 | display: none; 9 | } 10 | -------------------------------------------------------------------------------- /basics/libs/navigation-1.1/sourceembed.js: -------------------------------------------------------------------------------- 1 | 2 | window.initializeSourceEmbed = function(filename) { 3 | $("#rmd-download-source").click(function() { 4 | var src = $("#rmd-source-code").html(); 5 | var a = document.createElement('a'); 6 | a.href = "data:text/x-r-markdown;base64," + src; 7 | a.download = filename; 8 | document.body.appendChild(a); 9 | a.click(); 10 | document.body.removeChild(a); 11 | }); 12 | }; 13 | -------------------------------------------------------------------------------- /basics/prob_calc.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Probability > Probability calculator 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/prob_calc.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /basics/single_mean.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Means > Single mean 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/single_mean.md'} 8 | ``` 9 | 10 | -------------------------------------------------------------------------------- /basics/single_prop.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basics > Proportions > Single proportion 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/single_prop.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/Makefile: -------------------------------------------------------------------------------- 1 | ../Makefile -------------------------------------------------------------------------------- /data/_output.yaml: -------------------------------------------------------------------------------- 1 | ../_output.yaml -------------------------------------------------------------------------------- /data/combine.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data > Combine 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/combine.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/explore.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data > Explore 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/explore.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/figures/anti_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/anti_join.png -------------------------------------------------------------------------------- /data/figures/boxplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/boxplot.png -------------------------------------------------------------------------------- /data/figures/combine_avengers_superheroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/combine_avengers_superheroes.png -------------------------------------------------------------------------------- /data/figures/combine_publishers_superheroes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/combine_publishers_superheroes.png -------------------------------------------------------------------------------- /data/figures/combine_superheroes_publishers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/combine_superheroes_publishers.png -------------------------------------------------------------------------------- /data/figures/expand_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/expand_grid.png -------------------------------------------------------------------------------- /data/figures/explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/explore.png -------------------------------------------------------------------------------- /data/figures/full_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/full_join.png -------------------------------------------------------------------------------- /data/figures/inner_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/inner_join.png -------------------------------------------------------------------------------- /data/figures/left_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/left_join.png -------------------------------------------------------------------------------- /data/figures/outer_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/outer_join.png -------------------------------------------------------------------------------- /data/figures/pivotr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/pivotr.png -------------------------------------------------------------------------------- /data/figures/rbbbot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/rbbbot.jpg -------------------------------------------------------------------------------- /data/figures/right_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/figures/right_join.png -------------------------------------------------------------------------------- /data/include: -------------------------------------------------------------------------------- 1 | ../include/ -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/font-awesome-4.1.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/data/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /data/libs/font-awesome-4.1.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /data/libs/highlight/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /data/libs/highlight/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /data/libs/highlightjs-1.1/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /data/libs/highlightjs-1.1/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /data/libs/highlightjs-9.12.0/default.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: #990073; 3 | } 4 | 5 | .hljs-number { 6 | color: #099; 7 | } 8 | 9 | .hljs-comment { 10 | color: #998; 11 | font-style: italic; 12 | } 13 | 14 | .hljs-keyword { 15 | color: #900; 16 | font-weight: bold; 17 | } 18 | 19 | .hljs-string { 20 | color: #d14; 21 | } 22 | -------------------------------------------------------------------------------- /data/libs/highlightjs-9.12.0/textmate.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: rgb(88, 72, 246); 3 | } 4 | 5 | .hljs-number { 6 | color: rgb(0, 0, 205); 7 | } 8 | 9 | .hljs-comment { 10 | color: rgb(76, 136, 107); 11 | } 12 | 13 | .hljs-keyword { 14 | color: rgb(0, 0, 255); 15 | } 16 | 17 | .hljs-string { 18 | color: rgb(3, 106, 7); 19 | } 20 | -------------------------------------------------------------------------------- /data/libs/navigation-1.1/codefolding-lua.css: -------------------------------------------------------------------------------- 1 | detaiks.chunk-details > summary.chunk-summary { 2 | text-align: right; 3 | } 4 | details.chunk-details[open] > summary.chunk-summary::after { 5 | content: "Hide"; 6 | } 7 | details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text { 8 | display: none; 9 | } 10 | -------------------------------------------------------------------------------- /data/libs/navigation-1.1/sourceembed.js: -------------------------------------------------------------------------------- 1 | 2 | window.initializeSourceEmbed = function(filename) { 3 | $("#rmd-download-source").click(function() { 4 | var src = $("#rmd-source-code").html(); 5 | var a = document.createElement('a'); 6 | a.href = "data:text/x-r-markdown;base64," + src; 7 | a.download = filename; 8 | document.body.appendChild(a); 9 | a.click(); 10 | document.body.removeChild(a); 11 | }); 12 | }; 13 | -------------------------------------------------------------------------------- /data/manage.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data > Manage 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/manage.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/pivotr.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data > Pivot 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/pivotr.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/report_r.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Report > R 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/report_r.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/report_rmd.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Report > Rmd 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/report_rmd.md'} 8 | ``` 9 | 10 | -------------------------------------------------------------------------------- /data/state.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Radiant state 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/state.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/transform.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data > Transform 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/transform.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/view.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data > View 3 | --- 4 | *** 5 | 6 | 7 | ```{r child='app/view.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /data/visualize.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Data > Visualize 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/visualize.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /design/Makefile: -------------------------------------------------------------------------------- 1 | ../Makefile -------------------------------------------------------------------------------- /design/_output.yaml: -------------------------------------------------------------------------------- 1 | ../_output.yaml -------------------------------------------------------------------------------- /design/doe.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Design > DOE > Design of Experiments (DOE) 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/doe.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /design/figures_design/doe_factors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/doe_factors.png -------------------------------------------------------------------------------- /design/figures_design/doe_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/doe_output.png -------------------------------------------------------------------------------- /design/figures_design/doe_output_partial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/doe_output_partial.png -------------------------------------------------------------------------------- /design/figures_design/randomizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/randomizer.png -------------------------------------------------------------------------------- /design/figures_design/randomizer_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/randomizer_block.png -------------------------------------------------------------------------------- /design/figures_design/sample_size_ex1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/sample_size_ex1a.png -------------------------------------------------------------------------------- /design/figures_design/sample_size_ex1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/sample_size_ex1b.png -------------------------------------------------------------------------------- /design/figures_design/sample_size_ex2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/sample_size_ex2a.png -------------------------------------------------------------------------------- /design/figures_design/sample_size_ex2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/sample_size_ex2b.png -------------------------------------------------------------------------------- /design/figures_design/sampling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/figures_design/sampling.png -------------------------------------------------------------------------------- /design/include: -------------------------------------------------------------------------------- 1 | ../include/ -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/font-awesome-4.1.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/design/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /design/libs/font-awesome-4.1.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /design/libs/highlight/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /design/libs/highlight/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /design/libs/highlightjs-1.1/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /design/libs/highlightjs-1.1/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /design/libs/highlightjs-9.12.0/default.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: #990073; 3 | } 4 | 5 | .hljs-number { 6 | color: #099; 7 | } 8 | 9 | .hljs-comment { 10 | color: #998; 11 | font-style: italic; 12 | } 13 | 14 | .hljs-keyword { 15 | color: #900; 16 | font-weight: bold; 17 | } 18 | 19 | .hljs-string { 20 | color: #d14; 21 | } 22 | -------------------------------------------------------------------------------- /design/libs/highlightjs-9.12.0/textmate.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: rgb(88, 72, 246); 3 | } 4 | 5 | .hljs-number { 6 | color: rgb(0, 0, 205); 7 | } 8 | 9 | .hljs-comment { 10 | color: rgb(76, 136, 107); 11 | } 12 | 13 | .hljs-keyword { 14 | color: rgb(0, 0, 255); 15 | } 16 | 17 | .hljs-string { 18 | color: rgb(3, 106, 7); 19 | } 20 | -------------------------------------------------------------------------------- /design/libs/navigation-1.1/codefolding-lua.css: -------------------------------------------------------------------------------- 1 | detaiks.chunk-details > summary.chunk-summary { 2 | text-align: right; 3 | } 4 | details.chunk-details[open] > summary.chunk-summary::after { 5 | content: "Hide"; 6 | } 7 | details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text { 8 | display: none; 9 | } 10 | -------------------------------------------------------------------------------- /design/libs/navigation-1.1/sourceembed.js: -------------------------------------------------------------------------------- 1 | 2 | window.initializeSourceEmbed = function(filename) { 3 | $("#rmd-download-source").click(function() { 4 | var src = $("#rmd-source-code").html(); 5 | var a = document.createElement('a'); 6 | a.href = "data:text/x-r-markdown;base64," + src; 7 | a.download = filename; 8 | document.body.appendChild(a); 9 | a.click(); 10 | document.body.removeChild(a); 11 | }); 12 | }; 13 | -------------------------------------------------------------------------------- /design/randomizer.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Design > Sample > Random assignment 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/randomizer.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /design/sample_size.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Design > Sample > Sample size (single)" 3 | --- 4 | *** 5 | 6 | ```{r child='app/sample_size.md'} 7 | ``` 8 | -------------------------------------------------------------------------------- /design/sample_size_comp.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Design > Sample > Sample size (compare)" 3 | --- 4 | *** 5 | 6 | ```{r child='app/sample_size_comp.md'} 7 | ``` 8 | -------------------------------------------------------------------------------- /design/sampling.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Design > Sample > Random sampling 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/sampling.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /docs.Rproj: -------------------------------------------------------------------------------- 1 | Version: 1.0 2 | 3 | RestoreWorkspace: Default 4 | SaveWorkspace: Default 5 | AlwaysSaveHistory: Default 6 | 7 | EnableCodeIndexing: Yes 8 | UseSpacesForTab: Yes 9 | NumSpacesForTab: 2 10 | Encoding: UTF-8 11 | 12 | RnwWeave: knitr 13 | LaTeX: pdfLaTeX 14 | 15 | AutoAppendNewline: Yes 16 | StripTrailingWhitespace: Yes 17 | 18 | BuildType: Makefile 19 | -------------------------------------------------------------------------------- /docs.code-workspace: -------------------------------------------------------------------------------- 1 | { 2 | "folders": [ 3 | { 4 | "path": "." 5 | } 6 | ], 7 | "settings": {} 8 | } -------------------------------------------------------------------------------- /examples/avengers.csv: -------------------------------------------------------------------------------- 1 | name,alignment,gender,publisher Thor,good,male,Marvel Iron Man,good,male,Marvel Hulk,good,male,Marvel Hawkeye,good,male,Marvel Black Widow,good,female,Marvel Captain America,good,male,Marvel Magneto,bad,male,Marvel -------------------------------------------------------------------------------- /examples/combine.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/combine.sqlite3 -------------------------------------------------------------------------------- /examples/decision-analysis-sensitivity.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/decision-analysis-sensitivity.state.rda -------------------------------------------------------------------------------- /examples/demo-dvd-rnd.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/demo-dvd-rnd.state.rda -------------------------------------------------------------------------------- /examples/dvd.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/dvd.parquet -------------------------------------------------------------------------------- /examples/dvd.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/dvd.pkl -------------------------------------------------------------------------------- /examples/dvd.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/dvd.rds -------------------------------------------------------------------------------- /examples/dvd_no_desc.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/dvd_no_desc.rds -------------------------------------------------------------------------------- /examples/gamblers-ruin-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/gamblers-ruin-input.png -------------------------------------------------------------------------------- /examples/gamblers-ruin.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/gamblers-ruin.state.rda -------------------------------------------------------------------------------- /examples/gitgadget_0.8.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/gitgadget_0.8.0.tar.gz -------------------------------------------------------------------------------- /examples/glm_pred.csv: -------------------------------------------------------------------------------- 1 | pclass,sex,age 1st,female,30 2nd,female,30 3rd,female,30 1st,male,30 2nd,male,30 3rd,male,30 -------------------------------------------------------------------------------- /examples/houseprices.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/houseprices.rds -------------------------------------------------------------------------------- /examples/houseprices.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/houseprices.xlsx -------------------------------------------------------------------------------- /examples/iceskimo-optimal-price.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/iceskimo-optimal-price.state.rda -------------------------------------------------------------------------------- /examples/investment-3stocks.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/investment-3stocks.state.rda -------------------------------------------------------------------------------- /examples/over-sample.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/over-sample.state.rda -------------------------------------------------------------------------------- /examples/profiles-movie.txt: -------------------------------------------------------------------------------- 1 | price; $10; $13; $16 2 | sight; Staggered; Not Staggered 3 | comfort; Average seat without cupholder; Average seat with cupholder; Large seat with cupholder 4 | audio.visual; Small screen with plain sound; Large screen with plain sound; Large screen with digital sound 5 | food; No food; Hot dogs and popcorn; Gourmet food 6 | -------------------------------------------------------------------------------- /examples/publishers.csv: -------------------------------------------------------------------------------- 1 | publisher,yr_founded DC,1934 Marvel,1939 Image,1992 -------------------------------------------------------------------------------- /examples/radiant-example.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/radiant-example.state.rda -------------------------------------------------------------------------------- /examples/raincoat.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/raincoat.rds -------------------------------------------------------------------------------- /examples/sales.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/sales.rds -------------------------------------------------------------------------------- /examples/sales.rds:com.dropbox.attrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/sales.rds:com.dropbox.attrs -------------------------------------------------------------------------------- /examples/sim-help.state.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/examples/sim-help.state.rda -------------------------------------------------------------------------------- /examples/superheroes.csv: -------------------------------------------------------------------------------- 1 | name,alignment,gender,publisher Magneto,bad,male,Marvel Storm,good,female,Marvel Mystique,bad,female,Marvel Batman,good,male,DC Joker,bad,male,DC Catwoman,bad,female,DC Hellboy,good,male,Dark Horse Comics -------------------------------------------------------------------------------- /figure/compare_means_diamonds-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/compare_means_diamonds-1.png -------------------------------------------------------------------------------- /figure/compare_means_salary-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/compare_means_salary-1.png -------------------------------------------------------------------------------- /figure/compare_means_salary_piped-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/compare_means_salary_piped-1.png -------------------------------------------------------------------------------- /figure/dendro-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/dendro-1.png -------------------------------------------------------------------------------- /figure/hclus-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/hclus-1.png -------------------------------------------------------------------------------- /figure/kclus-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/kclus-1.png -------------------------------------------------------------------------------- /figure/regress_coeff-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/regress_coeff-1.png -------------------------------------------------------------------------------- /figure/regress_dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/regress_dashboard-1.png -------------------------------------------------------------------------------- /figure/scatter-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/scatter-1.png -------------------------------------------------------------------------------- /figure/single_mean_mpg-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/single_mean_mpg-1.png -------------------------------------------------------------------------------- /figure/unnamed-chunk-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/figure/unnamed-chunk-1-1.png -------------------------------------------------------------------------------- /images/by-nc-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/images/by-nc-sa.png -------------------------------------------------------------------------------- /images/by-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/images/by-sa.png -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/images/icon.png -------------------------------------------------------------------------------- /images/mess1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/images/mess1.png -------------------------------------------------------------------------------- /images/mess2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/images/mess2.png -------------------------------------------------------------------------------- /images/win-protected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/images/win-protected.png -------------------------------------------------------------------------------- /index.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Radiant -- Business analytics using R and Shiny 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='sub/README_editable.Rmd'} 8 | ``` 9 | 10 | ## License 11 | 12 | ```{r child='sub/license.md'} 13 | ``` 14 | -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/font-awesome-4.1.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /libs/font-awesome-4.1.0/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /libs/highlight/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /libs/highlight/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /libs/highlightjs-1.1/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /libs/highlightjs-1.1/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /libs/highlightjs-9.12.0/default.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: #990073; 3 | } 4 | 5 | .hljs-number { 6 | color: #099; 7 | } 8 | 9 | .hljs-comment { 10 | color: #998; 11 | font-style: italic; 12 | } 13 | 14 | .hljs-keyword { 15 | color: #900; 16 | font-weight: bold; 17 | } 18 | 19 | .hljs-string { 20 | color: #d14; 21 | } 22 | -------------------------------------------------------------------------------- /libs/highlightjs-9.12.0/textmate.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: rgb(88, 72, 246); 3 | } 4 | 5 | .hljs-number { 6 | color: rgb(0, 0, 205); 7 | } 8 | 9 | .hljs-comment { 10 | color: rgb(76, 136, 107); 11 | } 12 | 13 | .hljs-keyword { 14 | color: rgb(0, 0, 255); 15 | } 16 | 17 | .hljs-string { 18 | color: rgb(3, 106, 7); 19 | } 20 | -------------------------------------------------------------------------------- /libs/navigation-1.1/codefolding-lua.css: -------------------------------------------------------------------------------- 1 | detaiks.chunk-details > summary.chunk-summary { 2 | text-align: right; 3 | } 4 | details.chunk-details[open] > summary.chunk-summary::after { 5 | content: "Hide"; 6 | } 7 | details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text { 8 | display: none; 9 | } 10 | -------------------------------------------------------------------------------- /libs/navigation-1.1/sourceembed.js: -------------------------------------------------------------------------------- 1 | 2 | window.initializeSourceEmbed = function(filename) { 3 | $("#rmd-download-source").click(function() { 4 | var src = $("#rmd-source-code").html(); 5 | var a = document.createElement('a'); 6 | a.href = "data:text/x-r-markdown;base64," + src; 7 | a.download = filename; 8 | document.body.appendChild(a); 9 | a.click(); 10 | document.body.removeChild(a); 11 | }); 12 | }; 13 | -------------------------------------------------------------------------------- /model/Makefile: -------------------------------------------------------------------------------- 1 | ../Makefile -------------------------------------------------------------------------------- /model/_output.yaml: -------------------------------------------------------------------------------- 1 | ../_output.yaml -------------------------------------------------------------------------------- /model/crs.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Recommend > Collaborative Filtering 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/crs.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/crtree.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Trees > Classification and regression trees 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/crtree.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/dtree.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Decide > Decision analysis 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/dtree.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/evalbin.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Evaluate > Evaluate classification 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/evalbin.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/evalreg.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Evaluate > Evaluate regression 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/evalreg.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/figures_model/cf_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/cf_summary.png -------------------------------------------------------------------------------- /model/figures_model/dtree_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/dtree_model.png -------------------------------------------------------------------------------- /model/figures_model/dtree_plot_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/dtree_plot_final.png -------------------------------------------------------------------------------- /model/figures_model/dtree_plot_initial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/dtree_plot_initial.png -------------------------------------------------------------------------------- /model/figures_model/dtree_sensitivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/dtree_sensitivity.png -------------------------------------------------------------------------------- /model/figures_model/evalbin_confusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/evalbin_confusion.png -------------------------------------------------------------------------------- /model/figures_model/evalbin_lift_gains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/evalbin_lift_gains.png -------------------------------------------------------------------------------- /model/figures_model/evalbin_logistic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/evalbin_logistic.png -------------------------------------------------------------------------------- /model/figures_model/evalreg_nn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/evalreg_nn.png -------------------------------------------------------------------------------- /model/figures_model/evalreg_summary_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/evalreg_summary_plot.png -------------------------------------------------------------------------------- /model/figures_model/logistic_dvd-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/logistic_dvd-full.png -------------------------------------------------------------------------------- /model/figures_model/logistic_dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/logistic_dvd.png -------------------------------------------------------------------------------- /model/figures_model/logistic_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/logistic_plot.png -------------------------------------------------------------------------------- /model/figures_model/logistic_predict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/logistic_predict.png -------------------------------------------------------------------------------- /model/figures_model/logistic_predict_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/logistic_predict_data.png -------------------------------------------------------------------------------- /model/figures_model/logistic_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/logistic_summary.png -------------------------------------------------------------------------------- /model/figures_model/mnl_choice_shares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/mnl_choice_shares.png -------------------------------------------------------------------------------- /model/figures_model/mnl_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/mnl_plot.png -------------------------------------------------------------------------------- /model/figures_model/mnl_predict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/mnl_predict.png -------------------------------------------------------------------------------- /model/figures_model/mnl_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/mnl_summary.png -------------------------------------------------------------------------------- /model/figures_model/regress_catalog_F_critical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_catalog_F_critical.png -------------------------------------------------------------------------------- /model/figures_model/regress_catalog_F_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_catalog_F_test.png -------------------------------------------------------------------------------- /model/figures_model/regress_catalog_prob_calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_catalog_prob_calc.png -------------------------------------------------------------------------------- /model/figures_model/regress_catalog_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_catalog_summary.png -------------------------------------------------------------------------------- /model/figures_model/regress_diamonds_corr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_diamonds_corr.png -------------------------------------------------------------------------------- /model/figures_model/regress_diamonds_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_diamonds_dashboard.png -------------------------------------------------------------------------------- /model/figures_model/regress_diamonds_hist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_diamonds_hist.png -------------------------------------------------------------------------------- /model/figures_model/regress_diamonds_res_vs_pred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_diamonds_res_vs_pred.png -------------------------------------------------------------------------------- /model/figures_model/regress_diamonds_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_diamonds_scatter.png -------------------------------------------------------------------------------- /model/figures_model/regress_ideal_corr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_ideal_corr.png -------------------------------------------------------------------------------- /model/figures_model/regress_ideal_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_ideal_dashboard.png -------------------------------------------------------------------------------- /model/figures_model/regress_ideal_hist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_ideal_hist.png -------------------------------------------------------------------------------- /model/figures_model/regress_ideal_res_vs_pred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_ideal_res_vs_pred.png -------------------------------------------------------------------------------- /model/figures_model/regress_ideal_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_ideal_scatter.png -------------------------------------------------------------------------------- /model/figures_model/regress_ideal_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_ideal_summary.png -------------------------------------------------------------------------------- /model/figures_model/regress_log_diamonds_corr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_log_diamonds_corr.png -------------------------------------------------------------------------------- /model/figures_model/regress_log_diamonds_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_log_diamonds_dashboard.png -------------------------------------------------------------------------------- /model/figures_model/regress_log_diamonds_hist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_log_diamonds_hist.png -------------------------------------------------------------------------------- /model/figures_model/regress_log_diamonds_res_vs_pred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_log_diamonds_res_vs_pred.png -------------------------------------------------------------------------------- /model/figures_model/regress_log_diamonds_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_log_diamonds_scatter.png -------------------------------------------------------------------------------- /model/figures_model/regress_log_diamonds_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_log_diamonds_summary.png -------------------------------------------------------------------------------- /model/figures_model/regress_log_diamonds_viz_scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/regress_log_diamonds_viz_scatter.png -------------------------------------------------------------------------------- /model/figures_model/simulater_repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/simulater_repeat.png -------------------------------------------------------------------------------- /model/figures_model/simulater_repeat_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/simulater_repeat_plot.png -------------------------------------------------------------------------------- /model/figures_model/simulater_sim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/simulater_sim.png -------------------------------------------------------------------------------- /model/figures_model/simulater_sim_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/simulater_sim_plot.png -------------------------------------------------------------------------------- /model/figures_model/simulater_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/figures_model/simulater_view.png -------------------------------------------------------------------------------- /model/gbt.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Trees > Gradient Boosted Trees 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/gbt.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/include: -------------------------------------------------------------------------------- 1 | ../include/ -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/font-awesome-4.1.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/model/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /model/libs/font-awesome-4.1.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /model/libs/highlight/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /model/libs/highlight/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /model/libs/highlightjs-1.1/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /model/libs/highlightjs-1.1/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /model/libs/highlightjs-9.12.0/default.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: #990073; 3 | } 4 | 5 | .hljs-number { 6 | color: #099; 7 | } 8 | 9 | .hljs-comment { 10 | color: #998; 11 | font-style: italic; 12 | } 13 | 14 | .hljs-keyword { 15 | color: #900; 16 | font-weight: bold; 17 | } 18 | 19 | .hljs-string { 20 | color: #d14; 21 | } 22 | -------------------------------------------------------------------------------- /model/libs/highlightjs-9.12.0/textmate.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: rgb(88, 72, 246); 3 | } 4 | 5 | .hljs-number { 6 | color: rgb(0, 0, 205); 7 | } 8 | 9 | .hljs-comment { 10 | color: rgb(76, 136, 107); 11 | } 12 | 13 | .hljs-keyword { 14 | color: rgb(0, 0, 255); 15 | } 16 | 17 | .hljs-string { 18 | color: rgb(3, 106, 7); 19 | } 20 | -------------------------------------------------------------------------------- /model/libs/navigation-1.1/codefolding-lua.css: -------------------------------------------------------------------------------- 1 | detaiks.chunk-details > summary.chunk-summary { 2 | text-align: right; 3 | } 4 | details.chunk-details[open] > summary.chunk-summary::after { 5 | content: "Hide"; 6 | } 7 | details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text { 8 | display: none; 9 | } 10 | -------------------------------------------------------------------------------- /model/libs/navigation-1.1/sourceembed.js: -------------------------------------------------------------------------------- 1 | 2 | window.initializeSourceEmbed = function(filename) { 3 | $("#rmd-download-source").click(function() { 4 | var src = $("#rmd-source-code").html(); 5 | var a = document.createElement('a'); 6 | a.href = "data:text/x-r-markdown;base64," + src; 7 | a.download = filename; 8 | document.body.appendChild(a); 9 | a.click(); 10 | document.body.removeChild(a); 11 | }); 12 | }; 13 | -------------------------------------------------------------------------------- /model/logistic.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Estimate > Logistic regression (GLM) 3 | --- 4 | 5 | *** 6 | 7 | 8 | ```{r child='app/logistic.md'} 9 | ``` 10 | 11 | -------------------------------------------------------------------------------- /model/mnl.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Estimate > Multinomial logistic regression (MNL) 3 | --- 4 | 5 | *** 6 | 7 | 8 | ```{r child='app/mnl.md'} 9 | ``` 10 | 11 | -------------------------------------------------------------------------------- /model/nb.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Estimate > Naive Bayes 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/nb.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/nn.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Estimate > Neural Network 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/nn.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/regress.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Estimate > Linear regression (OLS) 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/regress.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/rforest.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Trees > Random Forest 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/rforest.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /model/simulater.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Model > Decide > Simulate 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/simulater.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /multivariate/Makefile: -------------------------------------------------------------------------------- 1 | ../Makefile -------------------------------------------------------------------------------- /multivariate/_output.yaml: -------------------------------------------------------------------------------- 1 | ../_output.yaml -------------------------------------------------------------------------------- /multivariate/conjoint.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multivariate > Conjoint > Conjoint 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/conjoint.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /multivariate/figures_multivariate/conjoint_carpet_design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/conjoint_carpet_design.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/conjoint_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/conjoint_expand.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/conjoint_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/conjoint_plot.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/conjoint_predict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/conjoint_predict.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/conjoint_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/conjoint_summary.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/conjoint_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/conjoint_view.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/full_factor_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/full_factor_plot.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/full_factor_plot_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/full_factor_plot_rotation.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/full_factor_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/full_factor_summary.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/full_factor_summary_shopping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/full_factor_summary_shopping.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/hclus_dendro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/hclus_dendro.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/hclus_scree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/hclus_scree.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/kclus_cross_tabs_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/kclus_cross_tabs_plot.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/kclus_cross_tabs_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/kclus_cross_tabs_summary.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/kclus_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/kclus_plot.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/kclus_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/kclus_summary.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/kclus_transform_recode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/kclus_transform_recode.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/mds_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/mds_plot.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/mds_plot_flip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/mds_plot_flip.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/mds_plot_tpbrands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/mds_plot_tpbrands.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/mds_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/mds_summary.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/mds_summary_tpbrands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/mds_summary_tpbrands.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/pre_factor_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/pre_factor_plot.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/pre_factor_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/pre_factor_summary.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/prmap_plot_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/prmap_plot_all.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/prmap_plot_brands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/prmap_plot_brands.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/prmap_plot_brands_attr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/prmap_plot_brands_attr.png -------------------------------------------------------------------------------- /multivariate/figures_multivariate/prmap_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/figures_multivariate/prmap_summary.png -------------------------------------------------------------------------------- /multivariate/full_factor.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multivariate > Factor > Factor 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/full_factor.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /multivariate/hclus.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multivariate > Cluster > Hierarchical 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/hclus.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /multivariate/include: -------------------------------------------------------------------------------- 1 | ../include/ -------------------------------------------------------------------------------- /multivariate/kclus.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multivariate > Cluster > K-clustering 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/kclus.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.1/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/Lato.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/Lato.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/LatoBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/LatoItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/NewsCycle.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/NewsCycleBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSans.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansBoldItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansLight.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/OpenSansLightItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/Raleway.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/RalewayBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/Roboto.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/RobotoBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/RobotoLight.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/RobotoMedium.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansPro.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansProBold.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansProItalic.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/SourceSansProLight.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/css/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/font-awesome-4.1.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/multivariate/libs/font-awesome-4.1.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /multivariate/libs/font-awesome-4.1.0/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /multivariate/libs/highlight/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /multivariate/libs/highlight/textmate.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: rgb(88, 72, 246) 8 | } 9 | 10 | pre .number { 11 | color: rgb(0, 0, 205); 12 | } 13 | 14 | pre .comment { 15 | color: rgb(76, 136, 107); 16 | } 17 | 18 | pre .keyword { 19 | color: rgb(0, 0, 255); 20 | } 21 | 22 | pre .identifier { 23 | color: rgb(0, 0, 0); 24 | } 25 | 26 | pre .string { 27 | color: rgb(3, 106, 7); 28 | } 29 | 30 | -------------------------------------------------------------------------------- /multivariate/libs/highlightjs-1.1/default.css: -------------------------------------------------------------------------------- 1 | pre .operator, 2 | pre .paren { 3 | color: rgb(104, 118, 135) 4 | } 5 | 6 | pre .literal { 7 | color: #990073 8 | } 9 | 10 | pre .number { 11 | color: #099; 12 | } 13 | 14 | pre .comment { 15 | color: #998; 16 | font-style: italic 17 | } 18 | 19 | pre .keyword { 20 | color: #900; 21 | font-weight: bold 22 | } 23 | 24 | pre .identifier { 25 | color: rgb(0, 0, 0); 26 | } 27 | 28 | pre .string { 29 | color: #d14; 30 | } 31 | -------------------------------------------------------------------------------- /multivariate/libs/highlightjs-9.12.0/default.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: #990073; 3 | } 4 | 5 | .hljs-number { 6 | color: #099; 7 | } 8 | 9 | .hljs-comment { 10 | color: #998; 11 | font-style: italic; 12 | } 13 | 14 | .hljs-keyword { 15 | color: #900; 16 | font-weight: bold; 17 | } 18 | 19 | .hljs-string { 20 | color: #d14; 21 | } 22 | -------------------------------------------------------------------------------- /multivariate/libs/highlightjs-9.12.0/textmate.css: -------------------------------------------------------------------------------- 1 | .hljs-literal { 2 | color: rgb(88, 72, 246); 3 | } 4 | 5 | .hljs-number { 6 | color: rgb(0, 0, 205); 7 | } 8 | 9 | .hljs-comment { 10 | color: rgb(76, 136, 107); 11 | } 12 | 13 | .hljs-keyword { 14 | color: rgb(0, 0, 255); 15 | } 16 | 17 | .hljs-string { 18 | color: rgb(3, 106, 7); 19 | } 20 | -------------------------------------------------------------------------------- /multivariate/libs/navigation-1.1/codefolding-lua.css: -------------------------------------------------------------------------------- 1 | detaiks.chunk-details > summary.chunk-summary { 2 | text-align: right; 3 | } 4 | details.chunk-details[open] > summary.chunk-summary::after { 5 | content: "Hide"; 6 | } 7 | details.chunk-details[open] > summary.chunk-summary > span.chunk-summary-text { 8 | display: none; 9 | } 10 | -------------------------------------------------------------------------------- /multivariate/libs/navigation-1.1/sourceembed.js: -------------------------------------------------------------------------------- 1 | 2 | window.initializeSourceEmbed = function(filename) { 3 | $("#rmd-download-source").click(function() { 4 | var src = $("#rmd-source-code").html(); 5 | var a = document.createElement('a'); 6 | a.href = "data:text/x-r-markdown;base64," + src; 7 | a.download = filename; 8 | document.body.appendChild(a); 9 | a.click(); 10 | document.body.removeChild(a); 11 | }); 12 | }; 13 | -------------------------------------------------------------------------------- /multivariate/mds.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multivariate > Maps > (Dis)similarity 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/mds.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /multivariate/pre_factor.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multivariate > Factor > Pre-factor 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/pre_factor.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /multivariate/prmap.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Multivariate > Maps > Attributes 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='app/prmap.md'} 8 | ``` 9 | -------------------------------------------------------------------------------- /programming_files/figure-html/compare_means_diamonds-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/compare_means_diamonds-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/compare_means_salary-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/compare_means_salary-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/compare_means_salary_piped-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/compare_means_salary_piped-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/dendro-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/dendro-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/hclus-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/hclus-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/kclus-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/kclus-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/regress_coeff-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/regress_coeff-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/regress_dashboard-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/regress_dashboard-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/scatter-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/scatter-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/single_mean_mpg-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/single_mean_mpg-1.png -------------------------------------------------------------------------------- /programming_files/figure-html/unnamed-chunk-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radiant-rstats/docs/363eec5a2dfcd89837dafbf097157bd98a50886e/programming_files/figure-html/unnamed-chunk-1-1.png -------------------------------------------------------------------------------- /sub/tutorials_dev.Rmd: -------------------------------------------------------------------------------- 1 | # Radiant - Business analytics using R and Shiny 2 | 3 | ```{r child='tutorials_editable.md'} 4 | ``` 5 | 6 | ## License 7 | 8 | ```{r child='license.md'} 9 | ``` 10 | 11 | © Vincent Nijs (2024) Creative Commons License 12 | -------------------------------------------------------------------------------- /tutorials.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Radiant -- Business analytics using R and Shiny 3 | --- 4 | 5 | *** 6 | 7 | ```{r child='sub/tutorials_editable.md'} 8 | ``` 9 | 10 | ### License 11 | 12 | ```{r child='sub/license.md'} 13 | ``` 14 | --------------------------------------------------------------------------------