search for: kathy

Displaying 20 results from an estimated 102 matches for "kathy".

Did you mean: cathy
2007 Jul 05
6
how to change guest OS kernel version from xen
hello, every one, My guest os''s kernel version is suse10''s kernel-2.6.13.4-xen. Now, I want to change kernel version to kernel-2.6.13.4-smp. what should I do? Need I modify vm machine configue ? thanks a lot. Kathy _________________________________________________________________ 免费下载 MSN Explorer: http://explorer.msn.com/lccn _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Feb 15
7
History of R
...gues me the most is why is R as an open source project is so incredibly successful and other projects, say for example, Octave don't enjoy that level of success? I have some ideas of course, but I would really like to know your thoughts when you look at R from such a vantage point. Thanks. Kathy Gerber University of Virginia ITC - Research Computing Support
2011 Oct 13
5
Counting the number of integers at one swoop
Dear R users, I'd like to count the number of integers in a vector y. Here is an example. y <- c(0,1,1,3,3,3,5,5,6) In fact, I know how to count the number of specific number in y. sum(y==0) -> 1 sum(y==1) -> 2 sum(y==2) -> 0 sum(y==3) -> 3 sum(y==4) -> 0 sum(y==5) -> 2 sum(y==6) -> 1 However, in one computation I want to get this vector [1,2,0,3,0,2,1]. Thank
2014 Aug 20
0
SOLVED Symlink outside the share path
...his problem is solved. It turns out when I was doing the wide links and unix extensions option it really was working. It wasn't until I logged out and logged back in to the client to get a fresh smb connection that it worked. So I'm good. Thanks for the help everyone. I appreciate it. Kathy On Wed, Aug 20, 2014 at 11:28 AM, Kathy <banshee135 at gmail.com> wrote: > Yes, already have. "wide links = yes" (or no, which is the default) is > the correct one according to manpage, but when I tried that one last night, > it doesn't work. Smbd takes the option...
2001 Oct 10
2
SSH error
...ing with a customer that has SSH F-Secure (NT windows). We currently have OPENSSH installed in our unix server. We are trying to copy a file from our unix box to an NT windows and received the following error: Remote: Failed to lauch child process! How can we resolve this problem. Thanks, Kathy Tablan Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, p...
2008 Jul 02
1
FW: RES: bug in axis.Date? was (Re: newbie needs help plottingtimeseries)
Instead of x<-seq(as.Date("2004-01-01"), as.Date("2008-06-01"),by="month") from=iso2chron("2004-01-01") to= iso2chron("2008-06-01") from <-chron2UTCsecs(from) to<-chron2UTCsecs(to) delta##how many secs i.e month time in secs xx <- seq(from=from, to=to, by=delta) x <- UTCsecs2chron(xx) I think it will works
2006 Nov 20
2
predict.coxph
...;terms', and 'expected' options from the predict.coxph function? I actually found that risk is obtained from exp(lp). I can't find information on 'expected' type however. Is anybody can expand the information on this function? Thank you in advance, I will appreciate it. Kathy-Andr?e Laplante-Albert ?tudiante ? la ma?trise Groupe de Recherche sur les ?cosyst?mes Aquatiques Universit? du Qu?bec ? Trois-Rivi?res C.P. 500, Trois-Rivi?res (Qu?bec) Canada ------------------------------------------------- Courriel exp?di? via https://courriel.uqtr.ca
2012 Jun 25
4
do.call or something instead of for
Dear R users, I'd like to compute X like below. X_{i,t} = 0.1*t + 2*X_{i,t-1} + W_{i,t} where W_{i,t} are from Uniform(0,2) and X_{i,0} = 1+5*W_{i,0} Of course, I can do this with "for" statement, but I don't think it's good idea because "i" and "t" are too big. So, my question is that Is there any better idea to avoid "for" statement
2012 Jun 28
4
remove descriptions from output
Dear R users, I'd like to remove some descriptions when I use "filter". > filter(1:10, rep(1, 3)) Time Series: Start = 1 End = 10 Frequency = 1 [1] NA 6 9 12 15 18 21 24 27 NA That is, I want only this [1] NA 6 9 12 15 18 21 24 27 NA Thank you in advance. Kathie -- View this message in context:
2008 Jun 30
3
newbie needs help plotting time series
Dear R help list I have recently started using R to visualize time series of water level measurements. The code I wrote does exactly what I want: plot(x, a$B112, axes=FALSE, ylim=c(405,410), col="red", pch=15, type="o", ylab="metres above sea level", main="Main Plot Title") axis(2, at=405:410, tck=1, col="gray60") axis.Date(1,
2011 Aug 11
5
generate two sets of random numbers that are correlated
Dear R users I'd like to generate two sets of random numbers with a fixed correlation coefficient, say .4, using R. Any suggestion will be greatly appreciated. Regards, Kathryn Lord -- View this message in context: http://r.789695.n4.nabble.com/generate-two-sets-of-random-numbers-that-are-correlated-tp3735695p3735695.html Sent from the R help mailing list archive at Nabble.com.
2009 Mar 20
2
A category reduction problem
...ccnt:1) { a <- c(1:b[1,ptn]) for (k in 1:length(dss)) { a <- c(a,rep(comb[k, i], u[k, ptn])) } cat(sort(a-1,"\n") } } } I appreciate any insight or direction. "Counting is hard." -- Alan Lee Schwartz ----------------------------------------------------- Kathy Gerber University of Virginia Research Computing Lab
2007 Jan 29
1
overlay xyplot on contourplot in lattice in R
...(x, y, subscripts, ...) panel.xyplot(ortann$longitude, ortann$latitude) } ) however, doesn't seem to work out, and I do not know what should I write for subscripts. I do not understand the explanation in R. Is anyone could help me? Thanks a lot in advance! I use R, version 2.4.0. Kathy-Andr?e Laplante-Albert ?tudiante ? la ma?trise Groupe de Recherche sur les ?cosyst?mes Aquatiques Universit? du Qu?bec ? Trois-Rivi?res C.P. 500, Trois-Rivi?res (Qu?bec) Canada ------------------------------------------------- Courriel exp?di? via https://courriel.uqtr.ca
2009 Jul 28
3
character vector -> numeric matrix ??
Dear R users... I'd like to change this character vector, "zz", zz <- c("12","56","89") to the following numeric matrix. [,1] [,2] [1,] 1 2 [2,] 5 6 [3,] 8 9 Actually, "zz" vector has a long length. Any comments will be greatly appreciated. Kathryn Lord -- View this message in context:
2004 Jan 13
1
Problem with Samba on Home Network
...in this network neighborhood. This computer does not show up in the network neighborhood. He is able to use the printer that is attached to computer A. All have the same group name. Computer B has been added as a machine to Samba. What have I got wrong? Attached is a copy of my smb.conf. -- Kathy Wills +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Genealogy Web Site: http://www.kathywillsfamily.com + + + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----------...
2008 Oct 08
3
Re move repeated values
Dear R users, I'd like to make this data rem.y = c(-1,0,2,4,5) from y = c(-1,-1,0,2,2,2,2,4,4,5,5,5,5,5). That is, I need to remove repeated values. Here is my code, but I don't think it is efficient. How could I improve this? #------------------------------------------------------------------------ y = c(-1,-1,0,2,2,2,2,4,4,5,5,5,5,5) n=length(y) for (i in 1:n) #
2008 Nov 27
2
Troubles with the format of dates
Dear useRs, I'm struggling again with date-related stuff: I am using R to draw water levels at certain measuring stations. My data comes as a tab-delimited text file and looks like this: DATUM P1 P2 ... 2006-11-16 425.21 423.99 2006-12-15 425.12 423.97 2007-01-16 425.16 424.06 ... (measurements started in July 2004 and still continue on a monthly or bi-weekly basis) This
2011 Aug 25
2
Bold in expression in Y label
...what should I do? Thanks very much plot(jitter(c(1, 4, 7, 9, 11, 13), a=0.1), y = Bllim.m, xlab = "Week", ylab = expression(paste("B removal rate", " (mg/m"^{3}, "-d)")),font.lab=2, ylim = c(-1000,9000), xlim = c(0, 14), pch = 22, axes= FALSE, cex = 0.1) Kathy [[alternative HTML version deleted]]
2009 Nov 25
2
Deletion of directory symlink via Samba deletes files in original subdirectory on Unix
...k that points to a file and delete the symlink via Samba, the original file remains intact. Does anyone know of a way to get around this particular behavior? We would like it to behave as in Unix. Only the symlink gets deleted and not the subdir/files it was pointing at. Thanks for the help -- Kathy
2011 Mar 24
0
RESOLVED: Need urgent help. trust relationship problem during authentication
...d something I had documented but buried and I had forgotten about it. All these problems went away when I joined the domain using Samba's version of "net", not Redhat's. If you use Redhat's version, it looks like it joins the domain but it really doesn't work correctly. Kathy On Wed, Mar 23, 2011 at 8:05 PM, Kathy <banshee135 at gmail.com> wrote: > We have an urgent problem that we've been spending hours on to no avail. > > We have a RHEL 5.2 server that is running Samba 3.2.8 and was set up > for domain authentication against our PDC. ?It was run...