proc_benchmarking() is an alias for benchmarking()
proc_tsraking() is an alias for tsraking()
macro_gseriestsbalancing() is an alias for tsbalancing()
proc_benchmarking(...)proc_tsraking(...)
macro_gseriestsbalancing(...)
See the corresponding function:
benchmarking() for alias proc_benchmarking()
tsraking() for alias proc_tsraking()
tsbalancing() for alias macro_gseriestsbalancing()
Corresponding function arguments.
The name of these aliases is reminiscent of the corresponding function's SAS\(^\circledR\) origin (PROC BENCHMARKING, PROC TSRAKING and macro GSeriesTSBalancing in G-Series 2.0). These aliases also ensure backward compatibility with early development versions of the R package.
See the corresponding function for more details, including complete examples, detailed description of the arguments and the returned value.