Soon MetidaBioeq.jl will be in registry. This is a first release and it support only basic bioequivalence estimation in accordance with:
-
EMA: GUIDELINE ON THE INVESTIGATION OF BIOEQUIVALENCE, Annex I
-
FDA: Guidance for Industry Statistical Approaches to Establishing Bioequivalence
Package include method bioequivalence
that create BE structure with dataset and check it, and method result
that make estimation (with GLM, MixedModels or Metida).
Version 0.1.0
not support adaptive design and reference scaling (it can be done manually). Also not included post-hoc power calculation, CV estimation and type III table (ANOVA/F-test) estimation - this is goals for further updates.
Validation with reference datasets and integration with MetidaNCA also in plans.
After all basic features will be included automatic report module can be started.
See documentation. Don’t hesitate to make issues on github.
Requirements
- Julia ≥1.8+
- MixedModels ≥4.11
- GLM ≥1.8.2
- Metida ≥0.14.6
To install just now from main brunch
import Pkg
Pkg.add(url = "https://github.com/PharmCat/MetidaBioeq.jl.git")