Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Example:
library("multi")
kommumat(2,2)
Result:

[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

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: TP A2, CH 980409
(C) MD*TECH Method and Data Technologies, 28.6.1999