mymaxlik | R Documentation |
mymaxlik
mymaxlik(lfun, x, param, ...)
lfun |
The logarithmic function used to estimate the maximum likelihood of the parameter |
x |
The sample of data |
param |
An interval of values to be used as the desired parameter |
... |
Any additional graphical parameters desired |
A plot of the log likelihood with the maximum labeled, the value of the maximum likelihood parameter estimate, the maximum likelihood, and a vector of slopes before and after the parameter estimate
## Not run: mymaxlik(x=y,lfun="mean",param=seq(0,1,length=1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.