check_hyper_params {CRE} | R Documentation |
Check input parameters
Description
Checks consistency in input (hyper) parameters for the cre
function.
Usage
check_hyper_params(X_names, params)
Arguments
X_names |
The observed covariates names. |
params |
The list of parameters required to run the function. |
Value
A modified input params
. A list of parameters that might be changed during
the checks.
[Package CRE version 0.2.7 Index]