Visual Introduction to Maximum Likelihood Estimation
Author: Jason Bryer, Ph.D. jason.bryer@cuny.edu
Website: https://github.com/jbryer/visualMLE
Visual Introduction to Maximum Likelihood Estimation
The Path to Log Likelihood
To install the package, run:
remotes::install_github('jbryer/visualMLE')
vignette('mle', package = 'visualMLE')
To run the accompanying shiny app, execute the following command:
visualMLE::shiny_mle()
Acknowledgments: Thanks to Bruce Dudek for comments and suggestions and to Jorge Cimentada's blog post that inspired me to build this shiny application.