get.indexation | R Documentation |
This function takes the output of the get.combinations function and a numeric matrix with given column names.
It converts all character vectors in innerGroups
or partitions
to numeric vectors based on the index of the columns.
get.indexation(combinations, data, isInnerExogenous)
combinations |
A list returned by the get.combinations function. |
data |
A list returned by get.data function. |
isInnerExogenous |
Use |
A list similar to the input combinations
, but with all character vectors in innerGroups
or partitions
converted to numeric vectors based on the index of the columns in the data
matrix.
It sums the exogenous indexes with the number of endogenous variables and returns zero-based indexation for C code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.