Re: create simulation file for 5000 patients ?
Navin,
This can be done in SPlus, use command:
data$subject<-rep(1:5000, each=100)
you can create 5000 subjects each have 100 time points
Mei
Quoted reply history
On Tue Feb 27 16:39:02 EST 2007, navin goyal <[EMAIL PROTECTED]> wrote:
> Hello everybody,
>
> I am trying to simulate PKPD data for 5000 patients, with each patient
>
> having around 100 time points.
> How could I create a data file for this simulation??
> Any help is appreciated.
> Thanks
>
> Navin
--
TANG,MEI