search for: ateb

Displaying 7 results from an estimated 7 matches for "ateb".

Did you mean: ate
2009 Aug 27
1
generating multiple sequences in subsets of data
...need something like row3<-sequence(nrow(unique(stuff$row2))) that actually works :-) Here is the for loop that functions properly for row3: stuff$row3<-c(1) for (i in 2:nrow(stuff)) { if ( stuff$row2[i] == stuff$row2[i-1]) { stuff$row3[i] = stuff$row3[i-1]+1}} Thanks! Jason Baucom Ateb, Inc. 919.882.4992 O 919.872.1645 F www.ateb.com <http://www.ateb.com/> [[alternative HTML version deleted]]
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...","Unique Pats") The line that is causing the problem is : B3RB[["Borders"]][["LineStyle"]]<-as.integer(1) On another note, I'd also love to learn how to change columnWidth and HorizontalAligment properly (the code commented out). Jason Baucom Ateb, Inc. 2600 Sumner Blvd. Suite 158 Raleigh, NC 27616 www.ateb.com <http://www.ateb.com/> [[alternative HTML version deleted]]
2010 Jan 08
1
uw-imap compatability hack?
...mon -- This e-mail and any attachment is confidential. If you have received it in error, please delete it from your system, do not use or disclose the information in any way, and notify me immediately. The contents of this message may contain personal views which are not necessarily the views of Ateb Ltd, unless specifically stated. Mae'r e-bost hwn ac unrhyw atodiad sydd ynghlwm wrtho, yn gyfrinachol. Os yw wedi eich cyrraedd mewn camgymeriad dil?wch ef oddi ar eich system. Peidiwch ? defnyddio na datgelu'r wybodaeth mewn unrhyw ffordd a rhowch wybod imi ar unwaith os gwelwch yn dda....
2010 Feb 17
1
R 64-bit memory.limit() is max of ?
...s maxed at 4GB. Q: 1. What are the limits under 64 bit versions of R? Are those limits OS dependent? 2. Are there limits to the size of individual objects?? 3. Are there limits or problems in using functions such as lm(), glm(), rpart(), doBy package, MASS, etc? Any help is appreciated! Steve Few Ateb, inc. stevefew at gmail.com
2010 Mar 11
1
Obtaining name of data frame used in a function argument
I'm writing a function that can take a data.frame as an argument. I'd like to be able to obtain the name of the data.frame and print it out within the function. My current function looks like this: examineIt<-function(x) { print(nrow(x)) print(x[ceiling(runif(10)*nrow(x)),]) print(summary(x)) } examineIt(myDataFrame) I'd like for the function to also output
2009 Mar 11
0
problem scrapping ATnT site (Matt White)
...ment was scrubbed... > URL: < > http://rubyforge.org/pipermail/mechanize-users/attachments/20090224/6e39be00/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Tue, 24 Feb 2009 10:19:22 -0500 > From: Reid Thompson <reid.thompson at ateb.com> > Subject: [Mechanize-users] need guidance on following links to > download files > To: mechanize-users at rubyforge.org > Message-ID: <1235488762.32688.25.camel at raker> > Content-Type: text/plain > > The script below is a mod of one i found via google....
2010 Mar 24
0
R-help ordinal regression
...nt of Statistics > Yale University > http://www.stat.yale.edu/~jay > > ??? [[alternative HTML version deleted]] > > > > ------------------------------ > > Message: 4 > Date: Tue, 23 Mar 2010 09:17:21 -0400 > From: "Jason Baucom" <jason.baucom at ateb.com> > To: <r-help at r-project.org> > Subject: [R] rdcomclient issue - member not found when > using borders > Message-ID: > ??? <7C0800F63CCF4149AC0FC5EE2A04122606D4CAF0 at sr002-2k3exc.ateb.com> > Content-Type: text/plain > > I wrote a procedure to create...