View source: R/S3_methods_bmix.R
print.bmix | R Documentation |
bmix
object.Print to screen some information about the mixture.
## S3 method for class 'bmix' print(x, ...)
x |
A |
... |
S3 parameters. |
Nothing, just print to screen some information about the mixture.
# The same dataset used in the package vignette data = data.frame(successes = c(rbinom(30, 100, .4), rbinom(70, 100, .7)), trials = 100) # BMix fit with default parameters x = bmixfit(data) print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.