Displaying 1 result from an estimated 1 matches for "simout".
Did you mean:
timout
2005 Feb 08
2
rename object
Dear list,
I would like to rename an object as follows:
SimLUall <- matrix(c(0,1,0,0, 1,0,0,0, 0,0,1,0, 0,0,0,1),nrow=4, ncol=4)
j <- 2
SimLUall2 <- SimLUall and j
The value of j should be assigned automatically to SimLUall.
How can I achieve this?
Regards,
Ulrich