| compareDist | R Documentation | 
Compare a sample to one or more fitted distributions
compareDist(X, Dist1, Dist2 = NULL, Dist3 = NULL)
| X | An unweighted sample | 
| Dist1,Dist2,Dist3 | The fitted distribution, specified as either the objects of class eDist or names of the distribution to be fitted. | 
compareDist returns an object of class histogram comparing the sample distribution to the specified fitted distribution(s).
Haizhen Wu and A. Jonathan R. Godfrey.
X <- rBeta(n=100, params=list(shape1=1, shape2=2))
compareDist(X, "Beta", "Normal", eNormal(X))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.