resultsRerandomizationSearch: Returns the results (thus far) of the rerandomization design...

View source: R/rerandomization_search.R

resultsRerandomizationSearchR Documentation

Returns the results (thus far) of the rerandomization design search

Description

Returns the results (thus far) of the rerandomization design search

Usage

resultsRerandomizationSearch(
  obj,
  include_assignments = FALSE,
  form = "one_zero"
)

Arguments

obj

The rerandomization_experimental_design object that is currently running the search

include_assignments

Do we include the assignments (takes time) and default is FALSE.

form

Which form should the assignments be in? The default is one_zero for 1/0's or pos_one_min_one for +1/-1's.

Author(s)

Adam Kapelner


GreedyExperimentalDesign documentation built on July 26, 2023, 5:48 p.m.