Skip to content
Prev 236958 / 398500 Next

Combinations

Hi,

On Tue, Oct 5, 2010 at 3:52 AM, Trying To learn again
<tryingtolearnagain at gmail.com> wrote:
That's an empty set, so it's really easy to extract.

Try something like

NC[,(NC[3,]=="1")]

Note the commas, which control whether you are selecting rows or
columns. I recommend reading "An Introduction to R":

http://cran.r-project.org/doc/manuals/R-intro.pdf

Jonathan