Library: | multi |
See also: | modelss |
Macro: | kommumat | |
Description: | generates a help matrix for Subset VAR models |
Usage: | kom=kommumat(r,c) | |
Input: | ||
r | integer | |
c | integer | |
Output: | ||
kom | (r*c x r*c) matrix |
library("multi") kommumat(2,2)
[1,] 1.000000 0.000000 0.000000 0.000000 [2,] 0.000000 0.000000 1.000000 0.000000 [3,] 0.000000 1.000000 0.000000 0.000000 [4,] 0.000000 0.000000 0.000000 1.000000
Library: | multi |
See also: | modelss |