fastrerandomize_test {fastrerandomize} | R Documentation |
Constructor for fastrerandomize randomization test objects
Description
Constructor for fastrerandomize randomization test objects
Usage
fastrerandomize_test(p_value, FI, tau_obs, fastrr_env = NULL, call = NULL, ...)
Arguments
p_value |
A numeric value representing the p-value of the test. |
FI |
A numeric vector (length 2) representing the fiducial interval, or |
tau_obs |
A numeric value (or vector) representing the estimated treatment effect. |
fastrr_env |
Associated 'fastrr_env' environment. |
call |
An optional function call, stored for reference. |
... |
Other slots you may want to store (e.g. additional diagnostics). |
Value
An object of class fastrerandomize_test
.
[Package fastrerandomize version 0.2 Index]