View source: R/plot_model_selection.R
plot_model_selection | R Documentation |
This functions plots the score of each combination of parameters for this mixture.
plot_model_selection(x)
x |
An object of class |
A ggplot object.
# Simple dataset data = data.frame(successes = c(rbinom(30, 100, .4), rbinom(70, 100, .7)), trials = 100) # BMix fit x = bmixfit(data, K.Binomials = 1:3, K.BetaBinomials = 1:3) plot_model_selection(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.