You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
#---------------------#
run.number <- "700002" # define the run.number is ......
xpdb <- xpose.data(run.number) # Object of the data
#----------------------------------------------#
#using xpdb to plot out of xpose4
xpdb<-xpdb@Data
xpdb
write.csv(xpdb,'xpdb700002.csv')
#----------------------------------------------#
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
The text was updated successfully, but these errors were encountered: