check_method_params {CRE} | R Documentation |
Check method-related parameters
Description
Checks method-related parameters.
Usage
check_method_params(y, ite, params)
Arguments
y |
The observed response vector. |
ite |
The estimated ITE vector. |
params |
The list of parameters required to run the method functions. |
Value
A modified input params
. A list of parameters that might be changed during
the checks.
[Package CRE version 0.2.7 Index]