You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To display any tutorial, use the `tutorial()` function.
Available tutorials are
- HTM0: Examples on the use of Mizer
- HTM1: How to parametrise a Mizer model the first time
- HTM2: How to refine the calibration of your model
- HTM3: How to calibrate using time series
Examples:
`tutorial("HTM1","html")` will display the online version of the first tutorial.
`tutorial("HTM2","Rmd")` will display the code of the second tutorial.
Several shiny apps (R code with user interface) are embedded in the tutorials. One can start them from the Rmarkdown files (.Rmd) by running the appropriate chunk of code.
All shiny apps functions follows this expression `shiny_XXX()`.