parse_order {ARDL} | R Documentation |
Order parser
Description
It parses the order and checks the integrity of the order input.
Usage
parse_order(orders, order_name, var_names, kz, restriction = FALSE)
Arguments
orders |
A numeric vector of the same length as the total number of
variables (excluding the fixed ones). If the input is |
order_name |
The name of the function argument that is passed into
|
var_names |
The names of the variables corresponding to the orders. |
kz |
An integer. The number of dependent and independent variables. |
restriction |
When the input in |
Value
A numeric vector of the same length as the total number of variables (excluding the fixed ones).
Author(s)
Kleanthis Natsiopoulos, klnatsio@gmail.com