Description Usage Arguments Value Author(s) See Also Examples
Generates multivariate normal data from a p \times p variance-covariance matrix and p dimensional vector of means. k is used to define the number of primary studies
1 |
n |
Sample size. |
Sigma |
p \times p variance-covariance matrix. |
mu |
Mean vector. Defaults to zeros if unspecified. |
k |
Number of primary studies. |
raw |
Logical. Default is |
sumFUN |
Summary function used to summarize raw data.
By default data is summarized using the |
... |
Arguments that can be passed to |
Returns a list of length k
of raw data or summary of the data
generated from a multivariate normal distribution
using the variance-covariance matrix and mean vector provided.
Ivan Jacob Agaloos Pesigan
Other data generating functions:
gendat_linreg_X()
,
gendat_linreg_y()
,
gendat_linreg()
,
gendat_mvn_a()
,
gendat_mvn()
,
gendat_vm()
,
gendat()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.