The library provides data sets (internal .rda
and in
CSV-format in
/extdata/
) supporting users in a black-box performance qualification
(PQ) of their software installations. Users can analyze own data
imported from CSV-
and Excel-files. The methods given by the
EMA for
reference-scaling1,2
are implemented.
Potential influence of outliers on the variability
of the reference can be assessed by box plots of studentized and
standardized residuals as suggested at a joint
EGA/EMA
workshop.3
Health Canada’s
approach4 requiring a mixed-effects model is
approximated by intra-subject contrasts.
Direct widening of the acceptance range as recommended by the Gulf
Cooperation Council5 (Bahrain, Kuwait, Oman,
Qatar, Saudi Arabia, United Arab Emirates) is provided as well.
In full replicate designs the variability of test and reference
treatments can be assessed by swT/swR and the
upper confidence limit of σwT/σwR (required
for the WHO’s
approach6 for reference-scaling of AUC).
Called internally by functions SWT()
and SWR()
and SWRATE()
.
where all effects are fixed (i.e.,
ANOVA). Estimated by the
function lm()
of library stats
.
SWT <- SWT(Data) SWR <- SWR(Data) SWRATE <- SWRATE(Data) SWRATE2<-SWRATE2(SWT,DFCVT,SWR,DFCVR)
Called by function NTIDSRSABE()
. A linear
model of ilat and effects
Sequence
where all effects are fixed (e.g., by an
ANOVA). Estimated by the
function lm()
of library stats
.
NTIDSRSABE<-NTIDSRSABE(Data)
Called by function NTIDSABE()
. A linear
model of ilat and effects
Sequence
where all effects are fixed (e.g., by an
ANOVA). Estimated by the
function lm()
of library stats
.
NTIDSABE<-NTIDSABE(Data)
Called by Data set ALLPK
. A example of 4 PeriodS and 2 Sequences BE data
can be found here: https://www.ema.europa.eu/en/documents/other/31-annex-ii-statistical-analysis-bioequivalence-study-example-data-set_en.pdf.
TRTR | RTRT
You need tools for building R packages from sources on your machine. For Windows users:
- Download [Rtools](https://cran.r-project.org/bin/windows/Rtools/) from <span title="The Comprehensive R Archive Network">CRAN</span> and follow the suggestions of the installer. - Install `devtools` and build the development version by:
<!-- end list
install.packages("devtools", repos = "https://cloud.r-project.org/") devtools::install_github("zhengyu888/NTIDSRSABE")
knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of NTIDSRSABE is to ...
You can install the released version of NTIDSRSABE from github with:
devtools::install_github("zhengyu888/NTIDSRSABE")
This is a basic example which shows you how to solve a common problem:
library(NTIDSRSABE) ## basic example code
What is special about using README.Rmd
instead of just README.md
? You can include R chunks like so:
summary(cars)
You'll still need to render README.Rmd
regularly, to keep README.md
up-to-date. devtools::build_readme()
is handy for this. You could also use GitHub Actions to re-render README.Rmd
every time you push.
You can also embed plots, for example:
plot(pressure)
In that case, don't forget to commit and push the resulting figure files, so they display on GitHub.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.