Skip to content
Prev 257627 / 398502 Next

Expanding a VCV Matrix

Thanks Uwe for your insight. However this could not solve my problem.
Actually, I meant to define 'Str' in this way:
variable1 variable2 variable3
variable1         1       2.0       0.0
variable2         2       5.0       0.5
variable3         0       0.5       3.0
[1] "variable1" "variable2" "variable3" "variable4" "variable2"

Therefore 'variable2' should appear twice in my modified VCV matrix,
which was not there in your suggestion. Is there any better any on how
can I do that? or it is really imposable to achieve?

Thanks,

2011/4/21 Uwe Ligges <ligges at statistik.tu-dortmund.de>: