search for: day3

Displaying 10 results from an estimated 10 matches for "day3".

Did you mean: day
2001 Oct 26
3
question about anova() output
...ith an example (table 6.4) from Montgomery's DOE book. This is with R 1.3.0 on Debian GNU-Linux. Where have I gone wrong? > centerpts run sample CH50mg 1 day1 dev126 0.56 2 day1 dev126 0.70 3 day1 dev126 0.82 4 day1 dev126 0.72 5 day2 dev126 0.57 6 day2 dev126 0.60 7 day3 dev126 0.61 8 day3 dev126 0.64 9 day3 dev126 0.68 10 day3 dev126 0.68 11 day1 dev118 0.77 12 day1 dev118 0.80 13 day1 dev118 0.86 14 day2 dev118 0.71 15 day2 dev118 0.70 16 day3 dev118 0.77 17 day3 dev118 0.77 18 day3 dev118 0.77 19 day3 dev118 0.80 20 day1 rgf108 0.77...
2009 Jan 21
1
finding row and column indices of date in multiple columns of a data frame
Hi, I have a data.frame SAMPLES with columns: Site Site# Season Day1 Day2 Day3 Day1, Day2, Day3 are class "Date", the other columns are numeric or factor. I have a date "mydate" that may or may not be listed in my data.frame and I need to find that out. If "mydate" is there, I want to get the number of the data.frame row where it occurs....
2011 Nov 01
1
Counting entries to create a new table
...but I can't quite figure it out and I must not be using the right words when I search for answers. I have a dataset with a number of individuals and observations for each day (7 possible codes plus missing data) So it looks something like this Individual A, B, C, D Day1 1,1,1,1 Day 2 1,3,4,2 Day3 3,,6,4 (I've also tried transposing it so that individuals are rows and days are columns) I want to summarize the total observation codes by individual so that I end up with a table something like this: ,  1, 2 ,3 ,4, 5, 6,7, missing A  2,0,1,0,0,0,0,0 B  1,0,1,0,0,0,0,1 C  1,0,0,1,0,1,0,0 D...
2013 Apr 21
2
how to import several files every day
...="NA", dec=".", strip.white=TRUE) # #MERGE and RESHAPE some of the files have different columns library(reshape) data3 <- merge_recurse(import.list) # At the end of each day I will export the file as a cvs file in a different folder. My question is how can I import on day 2 (day3, day4, etc) the new files in the folder but without importing the files already imported from the previous days. any help would be appreciated martin [[alternative HTML version deleted]]
2002 Nov 01
1
Reshape function
Can someone help me with the proper usage of the reshape function? Let's say I have a dataset with columns like this (wide format): Id Sex Group Test Day1 Day 2 Day 3... And I want to transpose this into something like this (thin): Id Sex Group Test Time Where the new column labeled time contains all the time variables (Day 1, Day 2, Day 3...) that were in the wide
2007 Aug 17
1
finding the row(s) for a date in a data frame
Hi, If I have a data frame A with the following format: Day1 Day2 Day3 Day4 1 1979-11-02 1979-11-03 1979-11-04 <NA> 2 1979-12-06 <NA> <NA> <NA> 3 1979-12-13 1979-12-14 1979-12-15 1979-12-16 4 1979-12-20 <NA> <NA> <NA> And a date "1979-12-14", for exa...
2009 Jun 01
1
Reshaping Data
Hi, i did a mistake with my first post. I have to reshape data from this matrix: id x1 x2 x3 x4 day1 day2 day3 day4 day5 day6 day7 day8 day9 1 0.129 0.797 0.231 0.615 4 4 1 1 1 1 3 3 3 2 0.420 0.376 0.501 0.282 4 4 4 4 5 4 2 5 5 3 0.377 0.486 0.897 0.699 4 4 4 4...
2006 May 31
0
Ruby on Rails Workshop in Kansas City !
...Day2: Introduction to Ruby on Rails * Intro to MVC Architecture * Developing a simple Rails application * Views & Controllers * Layouts * ActiveRecord * ActionController filters Day3: Developing a full-featured web application * ActiveRecord filters and observers * Active Record Migrations * Unit tests and fixtures * Functional testing * Integration testing * AJAX and RJS --...
2012 Mar 15
1
Bar graph with 2 Y axis
...======================   means<-matrix(c(2.3, 2.0, 0.0, 3.0, 2.5, 40), nrow=2, byrow=TRUE) SEM<-matrix(c(0.3, 0.2, 0.0, 0.4, 0.3, 10), nrow=2, byrow=TRUE)   CIL<-means-SEM CIU<-means+SEM rname<-c("Gr1", "Gr2") cname<-c("day1", "day2", "day3") rownames(means)<-rname rownames(CIL)<-rname rownames(CIU)<-rname colnames(means)<-cname colnames(CIL)<-cname colnames(CIU)<-cname   library(gplots)      barplot2(means, beside = TRUE, angle = c(30, 45), density = c(-1, 10),         col = c("white", "black&qu...
2004 Jun 15
8
a better smbstatus for monitoring samba ?
Hello, does anyone know if there is a tool in existence that can monitor samba shares like smbstatus but is much more advanced (and runs in console) , I mean a tool that has menues, some search options, and things sorted out nice. A Samba realtime monitor would be the best thing with lots of details and lots of options. I tried Swat, but that aint really a solution to watch who is connected