Re: [R] screen

2017-03-16 Thread David L Carlson
01 AM To: Val ; r-help@R-project.org (r-help@r-project.org) Subject: Re: [R] screen Something like this? > DF2.agg <- aggregate(DF2$obs, DF2[, c("family", "time")], mean) > DF2.tbl <- xtabs(x~family+time, DF2.agg) > DF2.tbl time family WEEK1 WEEK2 WEEK3

Re: [R] screen

2017-03-16 Thread David L Carlson
67 . 0.5 . C. . . 1 - David L Carlson Department of Anthropology Texas A&M University College Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Val Sent: Wednesday, March 15, 2017 5:41 PM To: r-help@R-proj

[R] screen

2017-03-15 Thread Val
HI all, I have some data to be screened based on the recording flag (obs). Some family recorded properly (1) and others not (0). Th 0 = improper and 1 = proper The recording period starts week1. All families may not start in the same week in recording properly an observation, DF2 <- read.t

Re: [R] screen if a value is within range

2012-12-01 Thread David Winsemius
value. Items above the maximal boundary get a value of n+1 where n is the number of bins. (Very useful function.) -- David. Cheers, Michael On Sat, Dec 1, 2012 at 4:50 PM, Andras Farkas wrote: could you please give me some pointers on how I could make R screen for a value if it falls wi

Re: [R] screen if a value is within range

2012-12-01 Thread Robert Baer
On 12/1/2012 10:50 AM, Andras Farkas wrote: Dear all, could you please give me some pointers on how I could make R screen for a value if it falls within a certain range? I looked at the subset function, but is not doing it, perhaps because I only have 1 value to screen? aptreciate the

Re: [R] screen if a value is within range

2012-12-01 Thread R. Michael Weylandt
> could you please give me some pointers on how I could make R screen for a > value if it falls within a certain range? > I looked at the subset function, but is not doing it, perhaps because I only > have 1 value to screen? > > aptreciate the input > > ex: > a <-16.5 >

[R] screen if a value is within range

2012-12-01 Thread Andras Farkas
Dear all,   could you please give me some pointers on how I could make R screen for a value if it falls within a certain range? I looked at the subset function, but is not doing it, perhaps because I only have 1 value to screen?   aptreciate the input   ex: a <-16.5 I would like to screen to

Re: [R] Screen settings for point of view in lattice and misc3d

2010-03-05 Thread Deepayan Sarkar
On Wed, Mar 3, 2010 at 1:22 PM, Waichler, Scott R wrote: > I'm making some 3D plots with contour3d from misc3d and wireframe from > lattice.  I want to view them from below; i.e. the negative z-axis.  I can't > figure out how to do so.  I would like my point of view looking up from > below, wit

Re: [R] Screen settings for point of view in lattice and misc3d

2010-03-04 Thread Greg Snow
801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Waichler, Scott R > Sent: Wednesday, March 03, 2010 2:22 PM > To: r-h...@stat.math.ethz.ch > Subject: [R] Screen settings for point of view in lattice a

[R] Screen settings for point of view in lattice and misc3d

2010-03-03 Thread Waichler, Scott R
I'm making some 3D plots with contour3d from misc3d and wireframe from lattice. I want to view them from below; i.e. the negative z-axis. I can't figure out how to do so. I would like my point of view looking up from below, with the z, y, and x axes positive going away. Can anyone tell me th