search for: librarypk

Displaying 1 result from an estimated 1 matches for "librarypk".

Did you mean: library
2012 Oct 14
1
PFIM 3.2
...gram<-"F:\\PFIM3.2.2\\PFIM3.2.2\\PFIM3.2.2\\Program" # program directory true.dose<-seq(0,10,0.5) # predefined sequence of doses deter=c() # to store determinant values for (i in 1:length(true.dose) { u<-true.dose[i] source("F:\\PFIM3.2.2\\PFIM3.2.2\\PFIM3.2.2\\Program\\LibraryPK.r") source("F:\\PFIM3.2_examples\\experiment\\model.r") source("F:\\PFIM3.2_examples\\experiment\\stdin.r") source("F:\\PFIM3.2_examples\\experiment\\PFIM3.2.r") res<-PFIM() deter[i]<-res$determinant } -------------------------------------------------------...