orthus_sim | R Documentation |
Simulate simple orthus dataset and priors (for testing)
orthus_sim(
D = 10,
P = 10,
N = 30,
Q = 2,
use_names = TRUE,
true_priors = FALSE
)
D |
number of multinomial categories |
P |
number of dimensions of second dataset Z |
N |
number of samples |
Q |
number of covariates (first one is an intercept, must be > 1) |
use_names |
should samples, covariates, and categories be named |
true_priors |
should Xi and upsilon be chosen to have mean at true simulated value |
list
sim <- orthus_sim()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.