search for: baucom

Displaying 5 results from an estimated 5 matches for "baucom".

Did you mean: babcom
2009 Aug 27
1
generating multiple sequences in subsets of data
...2 I 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 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
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...quot;NDC","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 Mar 24
0
R-help ordinal regression
...c > than "Re: Contents of R-help digest..." > > > Today's Topics: > > ???1. help (fredrick devadoss) > ???2. Re: help (Ista Zahn) > ???3. Re: Mosaic plots (Jay Emerson) > ???4. rdcomclient issue - member not found > when using borders > ? ? ? (Jason Baucom) > ???5. Re: If else statements (Matthew > Dowle) > ???6. Re: Problem installing package (David > Winsemius) > ???7. caret package, how can I deal with > RFE+SVM wrong message? > ? ? ? (bbslover) > ???8. information module Wilks' lambda > criterion (Catherine ENG) &gt...
2006 Oct 17
1
Permissions and CIFS
I recently discovered the 2GB file limitation using the smbfs filesystem and switched to the CIFS filesystem for my Samba mount. Since the switch I have not been able to get the permissions right for the mount. Specifically I am using the following commands in /etc/auto.mnt to mount the remote share using automount home2/ -fstype=cifs,uid=500,gid=100,credentials=/home/user/