orthus_sim {fido} | R Documentation |
Simulate simple orthus dataset and priors (for testing)
Description
Simulate simple orthus dataset and priors (for testing)
Usage
orthus_sim(
D = 10,
P = 10,
N = 30,
Q = 2,
use_names = TRUE,
true_priors = FALSE
)
Arguments
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 |
Value
list
Examples
sim <- orthus_sim()
[Package fido version 1.1.1 Index]