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



Author: C. Hafner, W. Haerdle, 19980409 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006