mymlnorm | R Documentation |
MyMLNorm
mymlnorm(x, mu, sig)
x |
data values vector |
mu |
range of possible values for the mean |
sig |
range of possible values for the standard deviation |
A contour plot highlighting the mean and standard deviation for the given data values vector, assuming that the dataset is normally distributed
## Not run: mymlnorm(x=c(10,12,13,15,12,11),mu=seq(10,15,length=1000),sig=seq(0.1,4,length=1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.