Guesses & answers [Regulatives / Guidelines]

posted by Helmut Homepage – Vienna, Austria, 2019-11-09 12:36 (1799 d 16:57 ago) – Posting: # 20776
Views: 5,123

Hi mittyri,

❝ They stated above regarding 90% CI. Don't know what kind of distribution was used for CI calculation.


I think that’s wrong. The upper 90% confidence limit of the pooled CV (0.4357) with 356 degrees of freedom is 0.4601.

library(PowerTOST)
alpha <- c(0.25, 0.20, 0.10)
CV    <- 0.4357
df    <- 356
res <- data.frame(alpha = alpha, df = df, CV = CV, upper.CL = NA)
for (j in seq_along(alpha)) {
  res$upper.CL[j] <- signif(CVCL(CV = CV, df = df, side = "upper",
                                 alpha = alpha[j])[["upper CL"]], 4)
}
cat("CV =", CV, "df =", df, "\n"); print(res[, c(1, 4)], row.names = FALSE)

# CV = 0.4357 df = 356
# alpha upper.CL
#  0.25   0.4485
#  0.20   0.4516
#  0.10   0.4601


❝   – what do you think about statement that males and females (50/50) should be enrolled, since RLD says regarding sex differences in PK? 'Otherwise the marketed formulation could be not BE for other gender'


From the EPAR:

Plasma concentrations were higher in females than in males, without relevant influence on efficacy.
Differences in plasma concentrations were observed, with Cmax and AUC being approximately 3- and 2-fold higher, respectively, in females compared to males.

That confirms the observation that highly variable drugs have a flat dose-response curve (no relevant influence on efficacy despite significantly higher concentrations). Since the experts recommended males and females, go for it. Bioanalysts will like it.

❝   – what do you think about FLU results (study 3)?


I don’t believe it. Look at Figure 1 and Table 1.

❝ There's a comment in the text stated that LC-MSMS should be recommended since higher (!) concentrations were achieved with that method and LLOQ 0.5-3.0


Agree. The concentration in study 3 are way lower than what is not only seen in the other studies but also in the originator’s. Furthermore, the LLOQ is 14% of the (mean!) Cmax. That’s insufficient.

Dif-tor heh smusma 🖖🏼 Довге життя Україна! [image]
Helmut Schütz
[image]

The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes

Complete thread:

UA Flag
Activity
 Admin contact
23,249 posts in 4,885 threads, 1,665 registered users;
62 visitors (0 registered, 62 guests [including 7 identified bots]).
Forum time: 06:34 CEST (Europe/Vienna)

I believe there is no philosophical high-road in science,
with epistemological signposts. No, we are in a jungle
and find our way by trial and error,
building our road behind us as we proceed.    Max Born

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