View source: R/check_mixture_model.R
check_mixture_model | R Documentation |
Check that mixture model is specified in right format and within constraints (1 parameter, 2 groups)
check_mixture_model(mixture, parameters)
mixture |
mixture model specification (as list, e.g. 'list("CL" = list(values=c(5, 10), probability=0.3))') |
parameters |
vector of parameter names |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.