aliases {gseries} | R Documentation |
Function aliases
Description
(version française: https://StatCan.github.io/gensol-gseries/fr/reference/aliases.html)
proc_benchmarking()
is an alias for benchmarking()
proc_tsraking()
is an alias for tsraking()
macro_gseriestsbalancing()
is an alias for tsbalancing()
Usage
proc_benchmarking(...)
proc_tsraking(...)
macro_gseriestsbalancing(...)
Arguments
... |
Corresponding function arguments. |
Details
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.
Value
See the corresponding function:
-
benchmarking()
for aliasproc_benchmarking()
-
tsraking()
for aliasproc_tsraking()
-
tsbalancing()
for aliasmacro_gseriestsbalancing()