Displaying 1 result from an estimated 1 matches for "foo_signal".
Did you mean:
do_signal
2007 Mar 29
1
creating conditional list of elements
...ts?
Thanks,
Murali
Murali Menon/GB/ABNAMRO/NL
29/03/2007 11:13
To
r-help at stat.math.ethz.ch
cc
Subject
creating conditional list of elements
Folks,
I have a matrix as follows (first column is the rownames, first row is the
columnnames)
Rule Enabled Signal
Foo False foo_signal
Bar True bar_signal
Gum False gum_signal
Cif True cif_signal
I would like to create a list of only those signals whose 'enabled' flag
is True. So in the above
case I should end up with
signalList = bar_signal, cif_signal
Likewise, if the enab...