View source: R/14.0.1-strategy-commons.R
| validate_common_strategy_inputs | R Documentation |
Common input validation used across strategies. Consolidates basic validation logic.
validate_common_strategy_inputs(
fit_to = NULL,
fit_value = NULL,
observed_weights = NULL,
strategy_type = NULL
)
fit_to |
Fitting target (for traditional strategies) |
fit_value |
Fitting value (for traditional strategies) |
observed_weights |
Observed weights (for statistical strategies) |
strategy_type |
Strategy type for context |
TRUE if valid, stops with error otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.