Description Usage Arguments Value Examples
Function to fit the Logistic distribution with the maximum likelihood method. This function was copied from Kolbjorn's initial file
1 2 3 |
... |
param Estimated parameters and standard error returned as a list($estimate, $se) Standard error is not yet implemented
1 2 3 | library(FlomKartShinyApp)
estimate = logist_mle(test_data)
FlomKartShinyApp::plot4server(test_data, param = estimate$estimate, distr = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.