get_parameters_html {ssd4mosaic} | 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.