
This function may be used to define regulatory settings not implemented yet in PowerTOST.
reg_const(regulator, r_const, CVswitch, CVcap, pe_constr)
Returns an object of class 'regSet', a list with components
Name of the settings
see arguments
Regulatory constant
see arguments
see arguments
"ANOVA"
or "ISC"
Class 'regSet' has a S3 print method.
The component est_method
is automatically set to "ANOVA"
, except for
regulator="FDA"
or regulator="HC"
where "ISC"
is used.
Name of the regulatory body as a string. Implemented settings are for "EMA"
,
"FDA"
, "HC"
, and "GCC"
.
The former (inofficial) settings for "ANVISA"
are covered by the EMA settings.
In case of regulator="USER"
the other arguments must be given.
Otherwise, they may be missing.
Regulatory constant.
CV to switch to the widened acceptance limits.
CV for capping the widening of the acceptance limits.
Logical. Shall pe constraint be applied? Defaults to TRUE
.
D. Labes
BEBA Forum. May 2016. online
Health Canada, Therapeutic Products Directorate. Comparative Bioavailability Standards: Formulations Used for Systemic Effects, 2.1.1.8 Highly variable drug products Ottawa, 08 June 2018. online
# to retrieve the EMA settings
reg_const("EMA")
# to define the old ANVISA settings
reg <- reg_const("USER", r_const = 0.76, CVswitch = 0.4, CVcap = 0.5)
reg$name <- "Old ANVISA"
# Use reg as argument in the scaled ABEL power / sample size functions for
Run the code above in your browser using DataLab