nge ( GeisslerLong, boys, girls)
> GeisslerLong <- subset ( GeisslerLong, !is.na ( Freq), select = c( boys,
> girls, Freq))
>
>
> Eric
>
>
> ----- Original message -
> From: Michael Friendly
> To: "R-help"
> Subject: [R] extracting non-NA entrie
c( boys, girls,
Freq))
Eric
- Original message -----
From: Michael Friendly
To: "R-help"
Subject: [R] extracting non-NA entries from a two-way frequency table
Date: Fri, 13 Dec 2013 14:41:58 -0500
I have data in the form of a two-way table recording the number of
families with va
X 77840-4352
-Original Message-
From: r-help-boun...@r-project.org
[mailto:r-help-boun...@r-project.org] On Behalf Of William
Dunlap
Sent: Friday, December 13, 2013 2:07 PM
To: Michael Friendly; R-help
Subject: Re: [R] extracting non-NA entries from a two-way
frequency table
The following
; Behalf
> Of Michael Friendly
> Sent: Friday, December 13, 2013 11:42 AM
> To: R-help
> Subject: [R] extracting non-NA entries from a two-way frequency table
>
> I have data in the form of a two-way table recording the number of
> families with varying numbers
> of boys (ro
alue = "Freq"))
GeisslerLong <- arrange ( GeisslerLong, boys, girls)
GeisslerLong <- subset ( GeisslerLong, !is.na ( Freq), select = c( boys, girls,
Freq))
Eric
- Original message -----
From: Michael Friendly
To: "R-help"
Subject: [R] extracting non-NA entries from a two-
I have data in the form of a two-way table recording the number of
families with varying numbers
of boys (rows) and girls (columns: g0 -- g12) below, also given in
dput() format.
I want to convert this to a data frame containing only the non-NA
entries, with columns
boys, girls, Freq, where Fr
6 matches
Mail list logo