to_string | R Documentation |
This functions extracts a tibble reporting the parameters fits for the input model (clusters, means of clusters, dispersion, likelihood score, cluster sizes etc.).
to_string(x)
x |
An object of class |
A 'tibble' for the statistcis.
# 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) to_string(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.