Solved
Display Array / Vector
Hiya,
Kindly can any one shed some light, for how to show data in the array or vector.
My code is attached below as image.

Hiya,
Kindly can any one shed some light, for how to show data in the array or vector.
My code is attached below as image.

use "hold<-match(max(ste),ste)[0"
match will, as already described for lookup, always return a vector, not a scalar. This is necessary as there could be more than one match. The expession above will give you always the first one.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.