How to set the seed in Simulator Runs in Pmetrics #258
-
|
In the manual of Pmetrics, I do not understand the meaning of the sentence "For nsub >1, should be a vector of length equal to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You are free to use the same seed for all subjects(e.g. |
Beta Was this translation helpful? Give feedback.
You are free to use the same seed for all subjects(e.g.
seed = 22), but Pmetrics allows you to specify a seed for the individual subject, e.g.seed = c(1,2,3,4), and so on. Shorter vectors will be recycled as necessary.