batss.combine {BATSS} | R Documentation |
Combines outputs generated by batss.glm
Description
Combines different evaluations of batss.glm considering the same trial design but different sets of seeds. This function is useful when the evaluation of Monte Carlo samples generated by different seeds was split in sets computed by different nodes/cpus. The output of this function is of class 'batss' meaning that the usual generic functions (print, summary, plot) can be used.
Usage
batss.combine(paths, force = FALSE)
Arguments
paths |
Vector indicating the paths to the rdata files containing the outputs of the function batss.glm considering the same trial design but different set of seeds. This requires the argument ' |
force |
a logical with default |
Value
an object of class 'batss'. Refer to the section 'Value' in batss.glm for details about this object structure.
See Also
batss.glm()
, the function allowing to simulate Bayesian adaptive trials with GLM endpoint for different seeds.