Learn R Programming

gseries (version 3.0.2)

aliases: Function aliases

Description

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(...)

Value

See the corresponding function:

  • benchmarking() for alias proc_benchmarking()

  • tsraking() for alias proc_tsraking()

  • tsbalancing() for alias 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.