inst/apps/complex_ideas/server.R

server = function(input, output, session) {

     add_server('confidence_intervals', 
                env = environment())
     add_server('central_limit',        
                env = environment())
     add_server('probability_plotting', 
                env = environment())
     add_server('distribution_weibull_functions', 
                env = environment())
     add_server('maximum_likelihood_simulation',   
                env = environment())
     add_server('dice_roll',
                env = environment())

}

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.