Skip to content

my own function given to lapply

1 message · Liaw, Andy

#
That should be `threshold', not `treshold'.  Is that the problem?

In any case, why not just use ifelse(); e.g., ifelse(mylist[,,3] < .5, 0,
1)?  Or even just round(mylist[,,3])?

Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}