Re: [R] I made some progress on my previous systemfit question but still not quite there

2007-05-24 Thread Martin Becker
Leeds, Mark (IED) schrieb: Surprisingly, I played around with some test code and below actually creates equations that look correct. tempmat-matrix(10,nrow=6,ncol=6) restrictmat-diag(6) colnames(tempmat)-c(AUD.l1,CHF.l1,CAD.l1,GBP.l1,EUR.l1,JPY.l 1)

[R] I made some progress on my previous systemfit question but still not quite there

2007-05-23 Thread Leeds, Mark \(IED\)
Surprisingly, I played around with some test code and below actually creates equations that look correct. tempmat-matrix(10,nrow=6,ncol=6) restrictmat-diag(6) colnames(tempmat)-c(AUD.l1,CHF.l1,CAD.l1,GBP.l1,EUR.l1,JPY.l 1) rownames(tempmat)-c(AUD,CHF,CAD,GBP,EUR,JPY) eqn-list() for ( i in 1:6