Description Usage Arguments Value Examples
A function to find the maximum likelihood estimate for a parameter.
1 |
lfun |
The function to apply to the generated matrix of all values. |
x |
The data points. |
param |
The parameter values to consider. |
... |
Extra arguments to send to plot functions. |
A list of all related data, and a graph representing the maximum likelihood estimate.
1 | ## Not run: mymaxlik(x=c(3,3,4,3,4,5,5,4), param=seq(0,1, length=1000), lfun=logbin,xlab=expression(pi),main="Binomial",cex.main=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.