Learn R Programming

fastrerandomize (version 0.3)

fastrerandomize_test: 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, ...)

Value

An object of class fastrerandomize_test.

Arguments

p_value

A numeric value representing the p-value of the test.

FI

A numeric vector (length 2) representing the fiducial interval, or NULL if not requested.

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).