View source: R/mynormfunction.R
mynormfunction | R Documentation |
My norm function
mynormfunction(x, mu, sig, ...)
x |
data to be passed through |
mu |
mean |
sig |
standard deviation |
... |
alternate arguments |
graph of maximum likelihood
mynormfunction(x=c(5,7,7,8,10),mu=seq(5,10,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.