| pow,FarringtonManning-method {blindrecalc} | R Documentation | 
Power
Description
Calculates the power of designs with blinded sample size recalculation or of fixed designs for one or several values of the nuisance parameter.
Usage
## S4 method for signature 'FarringtonManning'
pow(
  design,
  n1,
  nuisance,
  recalculation,
  allocation = c("exact", "approximate"),
  ...
)
Arguments
| design | Object of class  | 
| n1 | Either the sample size of the first stage (if
 | 
| nuisance | Value of the nuisance parameter in (0,1). For the Farrington-Manning test this is the overall response rate. | 
| recalculation | Should the sample size be recalculated after n1 n1 patients are recruited? | 
| allocation | Whether the allocation ratio should be preserved
exactly ( | 
| ... | Further optional arguments. | 
Details
The method is only vectorized in either nuisance
or n1.
Value
One power value for every nuisance parameter and every value of n1.
Examples
d <- setupFarringtonManning(alpha = 0.025, beta = 0.2, r = 1,
                            delta = 0, delta_NI = 0.25)
pow(d, n1 = 30, nuisance = 0.4, allocation = "approximate",
    recalculation = TRUE)