get_parameters_html {ssd4mosaic} | R Documentation |
Get fit(s) parameters in HTML format for shiny outputs
Description
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.
Usage
get_parameters_html(fits = NULL, bootstrap = NULL, CI.level = 0.95)
Arguments
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). |
Details
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 ]
Value
A character string with HTML formatting.
[Package ssd4mosaic version 1.0.1 Index]