inst/apps/complex_ideas/ui.R

ui = navbarPage(title = 'Complex Ideas',
                collapsible = T, 
                position = 'fixed-top',
                theme  = add_theme(getShinyOption('theme')),
                header = add_css(),
                footer = (),

                
tabPanel("Conf. Intervals",
        add_ui('confidence_intervals')),

tabPanel("CLT",
         add_ui('central_limit')),

tabPanel("Prob Plots",
         add_ui('probability_plotting')),

tabPanel("Weibull Distro",
         add_ui('distribution_weibull_functions')),

tabPanel("ML Estimation",
         add_ui('maximum_likelihood_simulation')),

tabPanel('Dice Roll',
         add_ui('dice_roll')))

Try the teachingApps package in your browser

Any scripts or data that you put into this service are public.

teachingApps documentation built on July 1, 2020, 5:58 p.m.