Re: Error model
Hi Matt,
Maybe I dont understand the coding part completely.... however in the
suggested..
IPRED=F+M ; Individual prediction (regular scale)
IF(COMACT.EQ.1)COM(1)=IPRED
PPRED=COM(1) ; Population prediction (regular scale)
PRED=DV-PPRED
IPRED=DV-IPRED ?????? IPRED=IPRED??
I was wondering what is
PRED=DV-PPRED
IPRED=DV-IPRED
Also could you please elaborate on the code with regards to data
transformation. Does it mean that I use my untransformed data to run the
code ???
Thanks again
Thanks to everyone for their replies
Navin