mymaxlikg | R Documentation |
mymaxlikg Creates a graphical likelihood for a probability.
mymaxlikg(lfun, theta, ...)
lfun |
A likelihood function, must be definied outside the mymaxlikg function. |
theta |
A sequence between 0 and 1 representing the range in which the probability can realistically lie. |
... |
Extra parameters passed on to plot function. |
Returns a graphical likelihood of a probability based on a supplied likelihood function.
## Not run: mymaxlikg(lfun = "logbin2", theta = seq(0,1,length=1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.