hypotheses | R Documentation |
Create a set of hypotheses
hypotheses(par_name = NULL, sim = NULL, values, hyp_names)
par_name |
optional character vector of model parameter names. |
sim |
optional simulation function. |
values |
numeric matrix, each column giving the model parameter values under a specific hypothesis. |
hyp_names |
character vector of hypothesis names. |
A data.frame defining the hypotheses.
hypotheses(values = matrix(c(0.3, 0.05, 0.95), ncol = 1),
hyp_names = c("alt"),
par_name = c("mu", "var_u", "var_e"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.