Skip to content
Back to formatted view

Raw Message

Message-ID: <76e78f53-c984-4944-ab7e-410b8b565c2d@email.android.com>
Date: 2012-09-19T18:21:19Z
From: Jeff Newmiller
Subject: where are these NAs coming from?
In-Reply-To: <87k3vp2977.fsf@gnu.org>

I don't.

You are getting to be a regular around here, so you should know better by now. Please stop posting non-reproducible sample code.
---------------------------------------------------------------------------
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.

Sam Steingold <sds at gnu.org> wrote:

>I see this:
>--8<---------------cut here---------------start------------->8---
>> length(which(is.na(z$language)))
>[1] 0
>> locals <- z[z$country == mycountry,]
>> length(which(is.na(locals$language)))
>[1] 229
>--8<---------------cut here---------------end--------------->8---
>where are those locals without the language coming from?!