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

Quantlet: 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:

Contents of kom

[1,]        1        0        0        0 

[2,]        0        0        1        0 

[3,]        0        1        0        0 

[4,]        0        0        0        1 


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, 21.9.2000