update: bear v1.1.4 for R (a free tool for ABE) [🇷 for BE/BA]
Dear martin,
The lee function from package PK (for R) seems not working correctly. We tried several examples here and found the result weird. The code we used to test and the result we obtained is shown as follow (one of tested examples).
And its plot of the regression line is like this:
![[image]](http://clinicaltrial.kmu.edu.tw/upload/files/lee_01.png)
Interesting to find that lee function seems to take all data points to estimate lambdaz with the subset data. Looked like that lee function cannot pick up appropriate data points to estimate lambdaz (or half-lives). Apparently, lee function doesn't meet our needs.
The lee function from package PK (for R) seems not working correctly. We tried several examples here and found the result weird. The code we used to test and the result we obtained is shown as follow (one of tested examples).
> ##1 example for preparation 1 from Lee et al. (1990)
> time <- c(0.5, 1.0, 4.0, 8.0, 12.0, 24.0) # truncated dp before Tmax
> conc <- c(75, 72, 61, 54, 36, 6) # truncated dp before Tmax
> result1 <- lee(conc=conc, time=time, method='ols', points=2, lt=TRUE)
> print(result1$parms)
initial terminal
halflife 6.59747708 6.59747708
slope -0.04562805 -0.04562805
intercept 1.97385991 1.97385991
And its plot of the regression line is like this:
![[image]](http://clinicaltrial.kmu.edu.tw/upload/files/lee_01.png)
Interesting to find that lee function seems to take all data points to estimate lambdaz with the subset data. Looked like that lee function cannot pick up appropriate data points to estimate lambdaz (or half-lives). Apparently, lee function doesn't meet our needs.
—
All the best,
-- Yung-jin Lee
bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee
Kaohsiung, Taiwan https://www.pkpd168.com/bear
Download link (updated) -> here
All the best,
-- Yung-jin Lee
bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee
Kaohsiung, Taiwan https://www.pkpd168.com/bear
Download link (updated) -> here
Complete thread:
- update: bear v1.1.4 for R (a free tool for ABE) yjlee168 2008-09-17 13:33
- update: bear v1.1.4 for R (a free tool for ABE) Helmut 2008-09-17 16:59
- update: bear v1.1.4 for R (a free tool for ABE) yjlee168 2008-09-17 21:03
- update: bear v1.1.4 for R (a free tool for ABE) martin 2008-09-19 13:13
- update: bear v1.1.4 for R (a free tool for ABE) yjlee168 2008-09-22 18:19
- update: bear v1.1.4 for R (a free tool for ABE) Helmut 2008-09-23 00:46
- update: bear v1.1.4 for R (a free tool for ABE) martin 2008-09-27 09:37
- Package lee for R Helmut 2008-09-27 14:05
- update: bear v1.1.4 for R (a free tool for ABE) martin 2008-09-27 09:37
- update: bear v1.1.4 for R (a free tool for ABE)yjlee168 2008-09-23 10:07
- update: bear v1.1.4 for R (a free tool for ABE) martin 2008-09-27 09:25
- update: bear v1.1.4 for R (a free tool for ABE) yjlee168 2008-09-29 12:03
- update: bear v1.1.4 for R (a free tool for ABE) Helmut 2008-09-29 12:10
- update: bear v1.1.4 for R (a free tool for ABE) yjlee168 2008-09-29 13:07
- modified function for selection of time points martin 2008-10-11 15:30
- modified function for selection of time points yjlee168 2008-10-11 19:45
- last 3 time points martin 2008-10-12 00:04
- modified function for selection of time points yjlee168 2008-10-16 11:20
- modified function for selection of time points Aceto81 2008-10-16 12:09
- modified code martin 2008-10-16 12:29
- modified code Aceto81 2008-10-16 14:11
- modified code martin 2008-10-16 12:29
- modified function for selection of time points Aceto81 2008-10-16 12:09
- modified function for selection of time points yjlee168 2008-10-11 19:45
- modified function for selection of time points martin 2008-10-11 15:30
- update: bear v1.1.4 for R (a free tool for ABE) yjlee168 2008-09-29 13:07
- update: bear v1.1.4 for R (a free tool for ABE) Helmut 2008-09-29 12:10
- update: bear v1.1.4 for R (a free tool for ABE) yjlee168 2008-09-29 12:03
- update: bear v1.1.4 for R (a free tool for ABE) martin 2008-09-27 09:25
- update: bear v1.1.4 for R (a free tool for ABE) Helmut 2008-09-17 16:59