Description Usage Arguments Value See Also Examples
Create a scenario to run the evaluation functions.
| 1 2 | initialize_example(n.i = 5, n = 30, q = 4, total.beta = 9,
  true.beta = c(1, 1, 1), seed = NULL)
 | 
| n.i | integer, Observations per subject, Default: 5 | 
| n | integer, Number of subjects, Default: 30 | 
| q | integer, Number of random effects, Default: 4 | 
| total.beta | integer, Number of simulated fixed effects, Default: 9 | 
| true.beta | numeric, True of fixed effects indicies, Default: c(1,1,1) | 
| seed | integer, set a seed for reproducibility, Default: NULL | 
(n.i*n) x (1+total.beta+q) matrix containing where the subjects index are the matrix rownames
| Description | Parameter | Dimension | 
| Response | y | (n.i*n) x 1 | 
| Fixed | X | (n.i*n) x total.beta | 
| Random | Z | (n.i*n) x q | 
| 1 2 3 |  initialize_example(n.i = 5,n = 30,q=4,seed=1)
 initialize_example(n.i = 10,n = 60,q=4,seed=1)
 initialize_example(n.i = 5,n = 60,q=10,seed=1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.