Description Usage Arguments Details Value Examples
Generating a example dataset (TSD)
1 2 3 4 5 6 7 8 9 |
ntot |
total number of observations (independent) |
nsites |
number of sites (multivariate response) |
beta |
Slope parameters (effect on time) for each sites |
SIGMA |
Covariance matrix |
times |
Time variable for each individuals |
maxTime |
maximum of time (upper limit) |
seed |
The user can set seed if wanted |
The function generates a dataset based on multivariate normal distribution where time (uniformly distributed) is a underlying explanatory variable
A list with variables Data_Y (response), Data_Time
1 2 3 4 | ## Not run:
dat = genData(seed=1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.