search for: seelig

Displaying 20 results from an estimated 43 matches for "seelig".

2012 Jan 19
2
POSIXct value display incorrect for some values
....POSIXct('2010-06-03 09:03:58.324')), digits=3), origin=(as.POSIXct('1970-01-01'))) [1] "2010-06-03 17:03:58.323 PDT" > format(as.POSIXct('2010-06-03 09:03:58.324'), "%Y-%m-%d %H:%M:%OS4") [1] "2010-06-03 09:03:58.3239" Thanks, cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
2005 Oct 07
2
Assign references
...s isn't working: > myFunk<-function(a,b,foo,bar) {foo<<-a+b; bar<<-a*b;} > x<-0; y<-0; > myFunk(4,5,x,y) > x<-0; y<-0; > myFunk(4,5,x,y) > x [1] 0 > y [1] 0 What (no doubt simple) reason is there for x and y not changing? Thank you, cur -- Curt Seeliger, Data Ranger CSC, EPA/WED contractor 541/754-4638 seeliger.curt at epa.gov
2005 Jul 12
4
Calculation of group summaries
...%in% c('LF','RT') ,select=c('YEAR','SITE_ID','VISIT_NO','TRANSECT','TRANSDIR' ,'UNDERCUT' ) ,drop=TRUE ) Thanks all for your help. cur -- Curt Seeliger, Data Ranger CSC, EPA/WED contractor 541/754-4638 seeliger.curt at epa.gov
2002 Dec 09
4
rsync stoped syncing
...ov 29 15:45 horras drwxrwxrwx 11 szyman users 1500 Dec 9 11:08 szyman drwxrwxrwx 13 labtimer users 13030 Dec 9 13:10 labtimer slave:/home # The date on both is the same. Any hints wants going wrong here ? Thanks and kind regards, Markus Lamers -- Markus Lamers <lamers@seelig.de> Labor Prof. Seelig & Kollegen
2008 Aug 28
1
Interaction between aggregate() and length()
...). As a side note, this began as an attempt to determine sample size, for which I've defined a function count <- function(x) { length(na.omit(x)) }. No doubt there's a built in function to do just that, but as a newbie I've yet to find it. Thank you for your help, cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
2009 Apr 02
1
Updating a data frame
...4 1 400 -100 5 1 2 0.9546661 0.2935739 6 2 2 200 -100 7 3 2 0.6941463 0.9356967 8 4 2 0.9642832 0.9253482 9 1 3 0.8735154 0.6055080 10 2 3 0.6665369 0.2938112 11 3 3 300 -100 12 4 3 0.7268327 0.4536969 Anyone spare a clue about what f() might look like? Thanks, cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
2009 Feb 10
1
aggregate taking way too long to count.
...df1$site ,'station'=df1$station ,'parameter'=df1$parameter ) ,function(x) { length(na.omit(x)) } ,simplify=TRUE ) ) cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
2009 Jul 02
1
Package 'operators'
...rs as well as our our cooperators to be conversant in with the new operators as well as the common base R idioms. There is the additional risk of programs using these operators requiring additional attention if the package is not maintained. Thank you in advance for any insights, cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
2009 Jul 10
1
RUnit detects parse error, but why?
...age during package creation was discussed earlier this year (http://tolstoy.newcastle.edu.au/R/e6/help/09/03/6757.html) with the suggestion to separately source all of the .r files. Since the files all source() and run just fine, it looks like the problem may be in RUnit. Thanks, cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
2012 Sep 27
1
Is there a way to source from a specific Git repository without hardcoding the location everywhere?
...quot;) source("func2.r") source("func3.r") ... func1.r # tracked func2.r # tracked func3.r # tracked ... Is there an easier or better accepted method? Thank you for your time, cur -- Curt Seeliger, Data Ranger Raytheon Information Services - Contractor to ORD seeliger.curt@epa.gov 541/754-4638 [[alternative HTML version deleted]]
2004 Sep 10
2
Re: Bug#196556: flac: FLAC__STREAM_ENCODER_NOT_STREAMABLE
On Sun, Jun 08, 2003 at 02:06:18AM +0200, Paul Seelig wrote: > This is what i get when trying to encode a WAV file: > > ------------- snip ----------------- > [pseelig]/tmp > flac -o YouGotMail.flac YouGotMail.wav > > flac 1.1.0, Copyright (C) 2000,2001,2002,2003 Josh Coalson > flac comes with ABSOLUTELY NO WARRANTY. This i...
2010 Sep 01
2
invert order
Dear R-help list users, I have a huge vector of numbers, how I can invert orden? For example x <- 1:10000000 I would like to obtain x_r <- 10000000:1 Thanks, Sebastian.
2010 Dec 09
1
how to use diff() with different variables?
Hi, I first should say I am new to R. I have searched without success the R-archives to see if I could find an answer to what I am about to ask you. My dataset is like: x fine 1 A 2010-12-09 07:57:33 2 B 2010-12-09 08:05:00 3 C 2010-12-08 20:42:00 ... that is: 'data.frame': 3 obs. of 2 variables: $ x : Factor w/ 3 levels "A","B","C":
2017 Oct 28
0
Variable selection in clusters using 1-R2 ratio
...ve been unable to find a way to obtain this value from Hmisc::varclus , stats::hclust and clustvarsel::clustvarsel. Can any of you give me a leg up on a more appropriate package or suggest another means for obtaining the 1-R^2 ratio from the available outputs? Thank you for your time, cur -- Curt Seeliger, Data Ranger CSRA, Inc. | Contractor to ORD seeliger.curt at epa.gov 541-754-4638 [[alternative HTML version deleted]]
2011 Jul 13
3
Colors in R
HI everyone, I''m trying to assign colors to multiple lines in a graph. Problem is I don''t want to type in as many colors as there are lines....is there a way around this? In brief, I''m plotting the logratio for up to 60 samples and want a different color for each sample. Here is the code I''m using now.. Any help is greatly appreciated.. Best LT data <-
2008 Dec 11
3
Logical "in" test
OK, this should be trivial but I'm not finding it. I want to compress the test, if (i==7 | i==10 | i==30 | i==50) {} into something like if (i in c(7,10,30,50)) {} so I can build a "excludes" vector excludes <- c(7,10,30,50) and test if (i in excludes) {} However, I'm not finding a clue on how to accomplish this, if it can be done. Would someone with more R
2009 Feb 04
3
R command to compare two vectors?
By any chance is there an R command to compare two vectors?   For example, a_tmp<-c("a", "b", "c", "d", "e", "f", "g", 'h') b_tmp<-c("a", "c", "e", "g")   I would like to compare b_tmp against a_tmp to determine if the members of b_tmp are part of a_tmp.    I tried
2011 Apr 11
4
nndist R vs. ArcGIS
Can anyone tell me why I would get different average nearest neighbor values for the same set of coordinates between ArcGIS 10 and R? Sometimes the difference in distance is over 1.3 km. Alexis -- View this message in context: http://r.789695.n4.nabble.com/nndist-R-vs-ArcGIS-tp3442375p3442375.html Sent from the R help mailing list archive at Nabble.com.
2010 Dec 10
3
Delete observations with a frequency < x
Hi, I have two columns with data (both identifiers - it's an affiliation list) and I would like to delete the rows in which the observations in the second column have a frequency < 5 in the entire second column. Example: 1 a 1 b 1 c 2 a 2 b 2 d Let's say, I would like to delete the rows in which the observation in the second column has a frequency < 2 in
2009 Apr 22
2
R-User groups in North America (SF, LA, NYC, Ottawa)
Hi R folks, I'd like to announce several new R users groups here in SF, LA, NYC, and Ottawa - as well as their next scheduled event. The goal of these user groups, besides gently explaining 'drop=TRUE' to the uninitiated, is to exchange knowledge, promote best practices, and spur the adoption of R for innovative applications. If I've missed any groups here, please feel to add on