search for: efter

Displaying 12 results from an estimated 12 matches for "efter".

Did you mean: after
2008 Jan 23
3
help with replacing all comma in a data frame with a dot
...66161 29098 90 ,361 ,256 ,076 18 ,691736472 40135 85 ,864 ,284 ,09 19 ,691736472 40135 85 ,864 ,284 ,09 20 ,442407817 48673 86 ,44 ,279 ,088 24 ,0925199910320613 22482 64 ,104 ,082 ,054 Thanks in advance, Tom --------------------------------- Sök efter kärleken! [[alternative HTML version deleted]]
2008 Mar 27
2
options in 'rnorm' to set the lower bound of normal distribution to 0 ?
...0 s1<-vector("list",len) set.seed(7) for(i in 1:len){ s1[[i]]<-cbind.data.frame(x=rnorm(n*i,mean=mu[1],sd=sigma[1]), y=rnorm(n*i,mean=mu[2],sd=sigma[2])) } Thanks for any help, Tom --------------------------------- Sök efter kärleken! [[alternative HTML version deleted]]
2007 Dec 30
2
Installing Rgraphviz package on a windows vista pc
...get some tips on how I can do the installation. Can I just place the extracted Rgraph folder (from the source tar file) in the library folder of R2.6.1 along with the other packages? How do I then alert R that this folder is there? Thanking you, Ravi --------------------------------- Sök efter kärleken! [[alternative HTML version deleted]]
2009 Feb 26
1
ggplot2: labels points with different colors or idnumbers
...5108 10.10 11     1   01 5152  3.74 12     1   01 6080  0.81   library(ggplot2) qplot(factor(dat$time),dat$freq,dat,geom=c("boxplot","jitter"),     ylab=names(dat[,4]),xlab="time") __________________________________________________________ Ta semester! - sök efter resor hos Kelkoo. Jämför pris på flygbiljetter och hotellrum här: http://www.kelkoo.se/c-169901-resor-biljetter.html?partnerId=96914052 [[alternative HTML version deleted]]
2008 Mar 06
1
Repeated measures using lme
...right code in R that would give me the same results if doing the analysis in SAS. Also is there any command in R that does the same thing as SLICE in SAS does, to test when in time there is difference between companies? Thanks for any help, Tom --------------------------------- Sök efter kärleken! [[alternative HTML version deleted]]
2008 Apr 01
1
set the lower bound of normal distribution to 0 ?
...0 > s1<-vector("list",len) > set.seed(7) > for(i in 1:len){ > s1[[i]]<-cbind.data.frame(x=rnorm(n*i,mean=mu[1],sd=sigma[1]), > y=rnorm(n*i,mean=mu[2],sd=sigma[2])) > } > > Thanks for any help, > Tom > > > --------------------------------- > S?? efter k??leken! > > [[alternative HTML version deleted]] > > -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1...
2014 Jul 14
3
Transition from one server to another.
.... 5. When all MX records are updated, decalre success. Is this feasible, and what would the risks be. For instance, during step 4, mails are bound to arrive at bothe the old and new server for some time. Will this cause problems? Is there a simpler solution to the problem? -- /Wegge Leder efter redundant peering af dk.*,linux.debian.*
2008 Feb 19
1
Two bwplots in one single graph
...,sep=""), cex = 0.8), xaxis = list(cex = 0.6), panel = function(x, y){panel.bwplot(x, y, pch = '|',horiz=F,stats = boxplot.stats, fill = "khaki2", varwidth = T)}))) } Thanks, Tom --------------------------------- Sök efter kärleken! [[alternative HTML version deleted]]
2001 Mar 09
0
Wine and publisher 97 installation
When I try to install word 97 I get past the point when I enter my OEM number but efter then the installer gives me this error: (translated from my language to english) Installation error 544 Cant open file c:\~MSSETUP.T\~msstofof.t\Word97.stf Start the installation from teh same place you started it the first time. The directory c:\~MSSETUP.T\~msstofof.t\Word97.stf does not exist...
2003 Feb 10
0
"valid userse = @anyGroup" breaks samba
...rs are as always much appreciated. That said, I have now narrowed down (and solved, sort of) the problem with the mysterious "freeze effect"[1] I've been posting about. To put it in short terms: X = original smb.conf that's worked fine for a long time up until a power outtage efter which we started having the "freeze" problems Y = X, except all occurrences of "valid users = ..." commented out. Y works, X does not. That is, when I switch to Y and restart samba, I can no longer reproduce the freeze effect. The long story is that as part of debugging this...
2005 Jul 25
1
Rmath library problems
...kan indeholde fortrolig information. Hvis du ved en fejltagelse modtager e-mailen, beder vi dig venligst informere afsender om fejlen ved at bruge svar-funktionen. Samtidig beder vi dig slette e-mailen i dit system uden at videresende eller kopiere den. Selv om e-mailen og ethvert vedhaeftet bilag efter vores overbevisning er fri for virus og andre fejl, som kan paavirke computeren eller it-systemet, hvori den modtages og laeses, aabnes den paa modtagerens eget ansvar. Vi paatager os ikke noget ansvar for tab og skade, som er opstaaet i forbindelse med at modtage og bruge e-mailen. _______________...
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added