Validates weight_method, censor_method, trimming parameters, time_points, and control lists. Synthesizes all method-specific checks.
validate_method_arguments(
weight_method,
censor_method,
trim_alpha,
trim_q,
time_points,
conf_level,
ps_control,
censor_control,
bootstrap_control,
max_time
)Invisible NULL if checks pass; otherwise throws an error.
Character string specifying weighting method.
Character string specifying censoring method.
Numeric, symmetric trimming threshold.
Numeric, asymmetric trimming quantile.
Numeric vector or NULL.
Numeric, confidence level.
List of PS model control parameters.
List of censoring model control parameters.
List of bootstrap control parameters or NULL.
Numeric, maximum observed time (to check time_points range).