Guesses & answers [Regulatives / Guidelines]
❝ 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.
❝ – 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 🖖🏼 Довге життя Україна!
Helmut Schütz
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- Clarification from Russian expert organization regarding telmisartan BE studies Beholder 2019-11-08 07:51 [Regulatives / Guidelines]
- Clarification from Russian expert organization… Helmut 2019-11-08 15:35
- Questions mittyri 2019-11-08 22:00
- Guesses & answersHelmut 2019-11-09 11:36
- intergender differences and consequences mittyri 2019-12-04 08:53
- intergender differences and no consequences Helmut 2019-12-04 11:23
- intergender differences and consequences mittyri 2019-12-04 08:53
- Questions Yura 2019-12-04 12:16
- Guesses & answersHelmut 2019-11-09 11:36
- Questions mittyri 2019-11-08 22:00
- Confusion from Russian expert organization Helmut 2019-12-03 12:19
- Clarification from Russian expert organization regarding telmisartan BE studies Mikalai 2019-12-09 18:27
- Clarification from Russian expert organization… Helmut 2019-11-08 15:35