Open jeslo328 opened 6 months ago
Hi Jasmin,
Are you sure you are looking at the same data in the plot and the text output? From what you show the two certainly look different, but a working example is needed to figure out what is happening.
Best regards, Andy
I think i am. the below are model file output and the code is below:
run.number <- "700002" # define the run.number is ...... xpdb <- xpose.data(run.number) # Object of the data
xpdb<-xpdb@Data xpdb write.csv(xpdb,'xpdb700002.csv')
change.xvardef(xpdb,var="idv")<- "OTIME" change.xvardef(xpdb,var="dv") <- "BLQCONNANO"
runsum(xpdb)
ind.plots(xpdb,logy=T,layout=c(3,2),subset="FORM==1 & DOSE==30",main="Dose=30 & co-admin (F1)") ind.plots(xpdb,logy=T,layout=c(3,2),subset="FORM==1 & DOSE==60",main="Dose=60 & co-admin (F1)") ind.plots(xpdb,logy=T,layout=c(3,2),subset="FORM==1 & DOSE==120",main="Dose=120 & co-admin (F1)") ind.plots(xpdb,logy=T,layout=c(3,2),subset="FORM==1 & DOSE==240",main="Dose=240 & co-admin (F1)")
ind.plots(xpdb,logy=T,layout=c(3,2),subset="FORM==2 & DOSE==30",main="Dose=30 & co-form (F2)") ind.plots(xpdb,logy=T,layout=c(3,2),subset="FORM==2 & DOSE==50",main="Dose=50 & co-form (F2)")
Hi In performing the diagnostic plot - i found the observation shown in the figure output is not same as the table obsevation. in the image below the observation shows to be in > 100 however in the table (output form xpdb) shows arounf 38.3 (max) for ID 3009.
Please advise if im missing something
Jesmin