This function may be used to define regulatory settings not implemented yet in PowerTOST.
reg_const(regulator, r_const, CVswitch, CVcap, pe_constr)
Name of the regulatory body as character. Implemented settings are for "EMA", "FDA", "HC".
The former (inofficial) settings for "ANVISA" are now 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
.
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"
# NOT RUN {
# 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 power / sample size functions
# }
Run the code above in your browser using DataLab