Skip to content

Deleting observations from baseline that don't appear in follow up

3 messages · justin jarvis, Sarah Goslee, Jeff Newmiller

#
What about

baseline[baseline$id %in% follow.up$id, ]

or the same thing but using subset().

Sarah

On Fri, Apr 27, 2012 at 4:36 PM, justin jarvis
<littledude.jarvis at gmail.com> wrote:

  
    
#
Read ?merge
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
justin jarvis <littledude.jarvis at gmail.com> wrote: