View source: R/check_arguments.R
| check_args | R Documentation |
Checks additional arguments that user needs to provide for different prediction models.
check_args(
ci_appr,
use_cov_transform,
transformers,
gps_density,
trim_quantiles,
...
)
ci_appr |
The causal inference approach. |
use_cov_transform |
A logical value (TRUE/FALSE) to use covariate balance transforming. |
transformers |
A list of transformers. |
... |
Additional named arguments passed. |
TRUE if requirements are met. Raises error otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.