package ncappc in R [🇷 for BE/BA]

posted by daryazyatina – Ukraine, 2017-07-25 17:12 (2459 d 21:10 ago) – Posting: # 17608
Views: 4,485

Good day, guys!

I have some data about concentration and time of this concentration from the literature data. I want to compare the data from WinNonLin with data from RStudio.
This .csv file I imported in RStudio.
ID,TIME,DV
1,0,0
1,0.33,358
1,0.66,585
1,1,645
1,1.33,792
1,1.66,761
1,2,882
1,2.5,926
1,3,1114
1,3.5,1111
1,4,1070
1,5,752
1,6,557
1,8,351
1,10,222
1,12,137
1,16,83
1,24,52

and this code I used to calculate the pharmacokinetic parameters:
ncappc(obsFile=system.file("extdata","concentrationb2.csv", package = "ncappc"),
       concUnit = "ng/mL",
       timeUnit = "h",
       doseUnit = "g",
       adminType = "extravascular",
       doseType = "ns",
       method = "linear",
       printOut = FALSE,
       psnOut=FALSE,
       noPlot=TRUE,
       LambdaExclude = c(0,0.33,0.66,1,1.33,1.66,2,2.5,3,3.5,4)
      )


I need calculate elimination constant with time points from 5h to 24h.
After all RStudio calculate pharmacokinetic parameters BUT the elimination constant is incorrectly calculated.
What I do wrong?


Edit: Category changed; see also this post #1. [Helmut]

Complete thread:

UA Flag
Activity
 Admin contact
22,987 posts in 4,824 threads, 1,664 registered users;
98 visitors (0 registered, 98 guests [including 9 identified bots]).
Forum time: 14:23 CEST (Europe/Vienna)

The only way to comprehend what mathematicians mean by Infinity
is to contemplate the extent of human stupidity.    Voltaire

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5