| dicp_controls {tramicp} | R Documentation | 
TRAMICP Controls
Description
TRAMICP Controls
Usage
dicp_controls(
  type = "residual",
  test = "gcm.test",
  baseline_fixed = TRUE,
  alpha = 0.05,
  method = "gamma",
  kernel = c("gaussian", "discrete"),
  B = 499,
  vcov = "vcov",
  teststat = "maximum",
  distribution = "asymptotic",
  xtrafo = coin::trafo,
  ytrafo = coin::trafo,
  residuals = "residuals",
  crossfit = getOption("crossfit", default = FALSE),
  stop_if_empty_set_invariant = getOption("stop_if_empty_set_invariant", default = FALSE),
  wald_test_interactions = getOption("wald_test_interactions", default = TRUE)
)
Arguments
| type | Character, type of invariance ( | 
| test | Character, specifies the invariance test to be used when
 | 
| baseline_fixed | Logical; whether or not the baseline transformation
is allowed to vary with the environments. Only takes effect when
 | 
| alpha | Level of invariance test, default  | 
| method | Only applies if  | 
| kernel | Only applies if  | 
| B | For  | 
| vcov | (Name of) function for computing the variance-covariance matrix of a model. | 
| teststat | Only applies if  | 
| distribution | Only applies if  | 
| xtrafo | Only applies if  | 
| ytrafo | Only applies if  | 
| residuals | Character or function; (Name of) function for computing
model residuals. The default is  | 
| crossfit | Logical; toggle for cross fitting when  | 
| stop_if_empty_set_invariant | Logical;  | 
| wald_test_interactions | Logical; whether to test for interactions between
residuals and environments when using  | 
Value
List of dicp controls containing the evaluated arguments from above.