Recalculates the observed information rates from the specified dataset.
getObservedInformationRates(
dataInput,
...,
maxInformation = NULL,
informationEpsilon = NULL,
stage = NA_integer_
)
The dataset for which the information rates shall be recalculated.
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.
Positive integer value specifying the maximum information.
Positive integer value specifying the information epsilon, which
defines the maximum distance from the observed information to the maximum information that causes the final analysis.
Updates at the final analysis in case the observed information at the final
analysis is smaller ("under-running") than the planned maximum information maxInformation
, default is 0.
The stage number (optional). Default: total number of existing stages in the data input.
For means and rates the maximum information is the maximum number of subjects; for survival data it is the maximum number of events.
getAnalysisResults
for using getObservedInformationRates
implicit,
https://vignettes.rpact.org/html/rpact_boundary_update_example.html