mymlnorm | R Documentation |
this uses maximum likelihood to determine the mean of a sample
mymlnorm(x, mu, sig, ...)
x |
data to evaluate |
mu |
vector of potential mean values |
sig |
vector of potential sd values |
... |
extra parameters for the plot |
data, maximum likelihood, coords
mymlnorm(x=c(10,12,13,15,12,11,10),mu=seq(10,14,length=1000), sig=seq(0.1,4,length=1000),lwd=2,labcex=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.