Skip to content

assign to an element of a vector

1 message · Liaw, Andy

#
You did not explain the full context of what you are trying to do.  Perhaps
this could help:
bahbah
bahbah[1] <- 0

So you could perhaps eval() this expression.

Andy