Description Usage Arguments Details Value Examples
Finds the maximum likelihood estimate
1 |
lfun |
a function |
x |
vetor of param values |
This is a function created in the Math4753 package that when given a function, param and x it gives you the Maximum Likelihood Estimate
a list with the following values list(i=i,parami=param[i],yi=y[i],slope=slope)
1 2 | mymaxlik(x=c(3,3,4,3,4,5,5,4),param=seq(0,1,length=1000),lfun=logbin,main="Binomial",cex.main=1,xlab=expression(p))
#
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.