hist.nulldensity {bayesclust} | R Documentation |
hist.nulldensity
operates on objects of class
``nulldensity''. It generates a histogram of the values.
## S3 method for class 'nulldensity': hist(x, ...)
x |
An object of class ``nulldensity''. |
... |
Additional arguments to be passed to the hist method. |
Gopal, V.
Fuentes, C. and Casella, G. (2008) "Testing for the Existence of Clusters" http://www.stat.ufl.edu/~casella/Papers/paper-v3.pdf
Gopal, V. "BayesClust User Manual" http://www.stat.ufl.edu/~viknesh/bayesclust/clust.html
nulldensity
for further information on
objects of class ``nulldensity''.
hist
for details on arguments that can be passed through ...
# Generate null density object. null1 <- nulldensity(nsim=100, n=12, p=2, k=2) hist(null1, main="Null density")