Parameters | R Documentation |
This function extracts the mixture parameters as a tibble. The tibble contains one row per component, a column for the mean of the mixture component and a column for its overdispersion. All the Binomial components have a fixed value of 0 for overdispersion..
Parameters(x)
x |
An object of class |
A tibble for the the fit parameters of 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) Parameters(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.