View source: R/fct_shiny_outputs.R
get_parameters_html | R Documentation |
Get fit(s) parameters in HTML format for shiny outputs. Should do nothing if the fit is not ready, and should display limited information if the bootstrap is not done.
get_parameters_html(fits = NULL, bootstrap = NULL, CI.level = 0.95)
fits |
A list of fits of class |
bootstrap |
A list of |
CI.level |
A numeric, either 0.95 or 0.9. The level of the confidence interval(s). |
The output should look like: (once bootstrap is done)
**Log normal distribution**
*(log-likelihood = -161.8)*
meanlog: 1.1 [ 0.66 ; 1.5 ]
sdlog: 1.6 [ 1.3 ; 1.9 ]
A character string with HTML formatting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.