Description Usage Arguments Examples
This functions takes in a function, sample list, and their respective parameters to find the maximum likelihood estimate
1 |
lfun |
function |
x |
sample list |
param |
parameters |
1 2 | ## Not run: mymaxlik(lfun=logbin, x=y, param=seq(0, 1, length=1000))
## Not run: mymaxlik(lfun=logpoiss, x = y, param = seq(0, 10, length = 1000))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.