View source: R/FRR_S3Constructors.R
fastrerandomize_test | R Documentation |
Constructor for fastrerandomize randomization test objects
fastrerandomize_test(p_value, FI, tau_obs, fastrr_env = NULL, call = NULL, ...)
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). |
An object of class fastrerandomize_test
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.