Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-03-29 20:52 (4753 d 15:11 ago) Posting: # 8347 Views: 15,959 |
|
Dear all, I tried to implement PK model I (one-compartment open, lag-time):*
My clumsy code (requires package truncnorm for the truncated normal distribution):#set.seed(29081957)# uncomment this line to compare results only A run of the set random seed below: ![]() Is this correct? I think that I screwed up the analytical error. Original text: Analytical assay errors were generated from log-normal distributions with no bias, a CV of 10%, plus a constant term equal to the product of the assay CV and the limit of quantification, LQ. Shouldn’t I rather use a normal distribution instead ( AErr1 <- rnorm(n=1, mean=0, sd=abs(C[j]*AErr)) )? …which would give:![]()
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
d_labes ★★★ Berlin, Germany, 2012-03-30 17:38 (4752 d 18:24 ago) @ Helmut Posting: # 8356 Views: 13,461 |
|
Dear Helmut, ❝ Is this correct? I think that I screwed up the analytical error. Original text: Analytical assay errors were generated from log-normal distributions with no bias, a CV of 10%, plus a constant term equal to the product of the assay CV and the limit of quantification, LQ. ❝ Shouldn’t I rather use a normal distribution instead ( I'm not quite sure If I really understand what you attempt here. But your implementation of the analytical error via log-normal distribution seems correct for me. What I absolutely don't understand is the "... constant term ...". What is it good for ![]() BTW: Why do you think you have screwed up something? Because the scatter in the simulated data is too smooth compared to real data ![]() — Regards, Detlew |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-03-30 17:56 (4752 d 18:06 ago) @ d_labes Posting: # 8357 Views: 13,475 |
|
Dear Detlew! ❝ ❝ Is this correct? I think that I screwed up the analytical error. Original text: Analytical assay errors were generated from log-normal distributions with no bias, a CV of 10%, plus a constant term equal to the product of the assay CV and the limit of quantification, LQ. ❝ ❝ Shouldn’t I rather use a normal distribution instead ( ❝ I'm not quite sure If I really understand what you attempt here. Well, reproduce the sims of the paper… ❝ But your implementation of the analytical error via log-normal distribution seems correct for me. Really? Im not sure about meanlog=0 since dlnorm(1)==dnorm(0) ; shouldn’t I rather use meanlog=1 ?*❝ What I absolutely don't understand is the "... constant term ...". What is it good for Me too. I don't get the idea as well. Maybe it’s time to ask László. ❝ BTW: Why do you think you have screwed up something? Because the scatter in the simulated data is too smooth compared to real data Exactly. Also I don’t get the point why I should go with a log-normal here (noise is not necessarily positive). Analytical error is normal, IMHO.
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
d_labes ★★★ Berlin, Germany, 2012-03-31 16:40 (4751 d 19:22 ago) @ Helmut Posting: # 8363 Views: 13,510 |
|
Dear Helmut! ❝ ❝ But your implementation of the analytical error via log-normal distribution seems correct for me. ❝ ❝ Really? Im not sure about If it comes to the log-normal I prefer always to work in the log domain, i.e. simulate the errors via normal distribution add it to the log-transformed theoretical value and than transform it back. The syntax of *lnorm() functions (which values to use as meanlog, meansd) is too complicated for my mind ![]() ❝ ❝ What I absolutely don't understand is the "... constant term ...". What is it good for ❝ ❝ Me too. I don't get the idea as well. Maybe it’s time to ask László. That seems a very good idea. Which László ever ![]() ❝ ❝ BTW: Why do you think you have screwed up something? Because the scatter in the simulated data is too smooth compared to real data ❝ ❝ Exactly. Also I don’t get the point why I should go with a log-normal here (noise is not necessarily positive). Analytical error is normal, IMHO. (Emphasis by me) This is a very good question, able to battle on over long evenings at beer with smoking heads ![]() Regarding positive noise via log-normal you mix up somefink here, I think. The log-normal lends to positive or negative errors in the log-domain which back-transformed gives values greater or lower than the theoretical one in a multiplicative fashion. The log-normal lends to variances (in the original domain) which are proportional to the values itself (higher variability at higher values). Maybe this is not the correct behavior since in bioanalysis it is often so that the errors are biggest at the lowest concentration. But here you are the expert ![]() — Regards, Detlew |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-03-30 20:46 (4752 d 15:16 ago) @ d_labes Posting: # 8358 Views: 13,988 |
|
Dear Detlew! ❝ I'm not quite sure If I really understand what you attempt here. In more detail now. The authors explored different methods for estimating tlag. Clearly the one used in standard PK software (the last timepoint before the first measured concentration) performed worst – especially if ka is high and few timepoints are available. We discussed that already (#1872, #4850). Csizmadia and Endrényi studied the methods in terms of RSME and bias; I’m also interested in setting up simulations of BE studies (formulations different in F, ka, tlag, or combinations). In other words: If we use a ‘bad’ method – is the BE outcome substantially affected? Some ideas:
The analytical error was already defined in a strange way in Bois’ paper: Analytical assay errors were generated from truncated normal distributions with no bias (mean zero), a CV of 10%, truncation at ±3 CV, plus a fixed term equal to the product of the assay CV and the limit of quantification, LQ. Also interesting that they also showed a large positive bias and terrible CV of AUC∞, especially for two-compartment models. Of the extrapolation methods using the estimated Clast instead of the measured Clast performed slightly better. AUCt performed best by far. The study was sponsored by the FDA – still requiring AUC∞…![]()
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
jag009 ★★★ NJ, 2012-03-30 22:34 (4752 d 13:28 ago) @ Helmut Posting: # 8359 Views: 13,497 |
|
Hi Helmut, ❝ ❝ ❝ ❝ Sorry for the interruption and excuse me for my novice question... How did you arrive at the meanlog equation? I looked the rlnorm syntax from R manual and the mean equation different. Thanks John Hi Helmut, Never mind.. It's Friday here. Wasn't thinking straight... ![]() Edit: Copypasted from follow-up post. You can edit your posts for 24 hours. [Helmut] P.S.: See Martin’s post. |
jag009 ★★★ NJ, 2012-04-04 19:03 (4747 d 16:59 ago) (edited on 2012-04-04 22:05) @ Helmut Posting: # 8383 Views: 13,370 |
|
Hi Helmut, I have a question on R, excuse me for being a novice.. I just started using it :) ❝ I tried to implement PK model I (one-compartment open, lag-time): ❝ ❝ ❝ ❝ ❝ In your program, is the mean of V from a log-normal distribution? If so, can't you just specify rlnorm statment as rlnorm(n=1, meanlog=V.d, ...) instead of rlnorm(n=1, meanlog=log(v.d)-0.5...)? The reason I asked is because of the following I saw from an article on "PK Modeling and Simulation of Mixed Pellets" by Watanalumlerd et at. The author listed a table: Parameter Distribution Mean+/-SD He wrote "A lognormal distribution was chosen ... because time cannot be negative" In R, Does this mean the rlnorm statement will be: rlnorm (n=1, mean=0.75, sdlog=0.22) ?Thanks John |
d_labes ★★★ Berlin, Germany, 2012-04-05 11:15 (4747 d 00:48 ago) @ jag009 Posting: # 8384 Views: 13,436 |
|
Dear John, try ?rlnorm or help("rlnorm") in the R console. Or (as Helmut has already pointed to) see this post from Martin.— Regards, Detlew |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-04-05 16:27 (4746 d 19:36 ago) @ jag009 Posting: # 8385 Views: 13,573 |
|
Hi John! ❝ […] I saw from an article on "PK Modeling and Simulation of Mixed Pellets" by Watanalumlerd et at. The author listed a table: ❝ ❝ ❝ He wrote "A lognormal distribution was chosen ... because time cannot be negative" The complete quote:* Gastric emptying time, lag time of emptying, and their variability (standard deviation) were obtained from the literature […]. A lognormal distribution was chosen for all time parameters because time cannot be negative. ![]() ![]() Time parameters in PK are a battleground. I wouldn’t opt for lognormal in simulations “because time cannot be negative” – unphysiological high values are still possible. I would rather go with a truncated normal (like in the paper of Csizmadia and Endrényi). The reasoning for truncated AUC72 is also based on the fact that a GI transit time of larger than 72 hours was never observed in any study.
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
jag009 ★★★ NJ, 2012-04-05 19:52 (4746 d 16:10 ago) @ Helmut Posting: # 8389 Views: 13,374 |
|
Thanks Helmut and D_labes ![]() |