Description Usage Arguments Value Examples
Generate observation for joint model between multivariate count outcome and continuous outcome The marginal distribution for the multivariate count outcome could be either Dirichlet - multinomial mixed model or multinomial logistic mixed model
1 | DataGenerate(N, method, var.level)
|
N |
A number of subjects. |
method |
An argument defining the marginal distribution of the multivariate count outcome, either "dirmult" or "multl". |
var.level |
An argument of either "high" or "low" as defined in the simulation setting |
A dataset in wideformat consisting the observations of the multivariate count outcome for two time points, the covariate and the continuous outcome.
1 | DataGenerate(100,method = "dirmult",var.level = "high")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.