print.bmix: Print a 'bmix' object.

View source: R/S3_methods_bmix.R

print.bmixR Documentation

Print a bmix object.

Description

Print to screen some information about the mixture.

Usage

## S3 method for class 'bmix'
print(x, ...)

Arguments

x

A bmix object.

...

S3 parameters.

Value

Nothing, just print to screen some information about the mixture.

Examples

# 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)

caravagn/BMix documentation built on May 10, 2022, 7:41 p.m.