Giter Site home page Giter Site logo

Comments (2)

andrewhooker avatar andrewhooker commented on August 21, 2024

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

from xpose4.

jeslo328 avatar jeslo328 commented on August 21, 2024

I think i am. the below are model file output and the code is below:

run700002.zip

#---------------------#
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')
#----------------------------------------------#

If xvardef changing is needed

change.xvardef(xpdb,var="idv")<- "OTIME"
change.xvardef(xpdb,var="dv") <- "BLQCONNANO"

#----------------------------------------------#
runsum(xpdb)

Individual Plot

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)")

from xpose4.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.