search for: dote

Displaying 6 results from an estimated 6 matches for "dote".

Did you mean: done
2012 Oct 26
3
wanna create all points.....
Plz help me ;(( I lost 7 hours for thinking and doing this code ;( I need to create points.....20 points(dots). All these dots have to be in one graph... when i run this code....it gives me only one dote..... number<- (0,2,3,4,5,6,8) for (i in seq(1:20)) {rsidpVector=rsidp(i) mean(rsidpVector) plot (length(rsidpVector), mean(rsidpVector), ylab="sample mean", xlab= "sample size") } rsidp<- function(x){ i+0 {y<-sample(number,x,replace = TRUE)} return(y) } -- View th...
2007 Feb 24
1
Making two lines graph ...
Hello! Can anyone help me to build a graph with the alphanumeric values on x-axis, with two lines (preferably doted and solid, or similar) that present values on y-axes. In a toy example, data frame could be like this: x.orig x.num y1 y2 a 1 0.2 0.4 b 2 0.1 0.1 c 3 0.3 0.3 d 4 0.3 0.15 e 5 0.1 0.05 I can make graph only if I use values converted to numeric in "x.num", but not original "X.orig&qu...
2007 Apr 27
1
acf and pacf plot
Hi, I noticed that whenever I ran acf or pacf, the plot generated by R always includes two horizontal blue doted lines. Furthermore, these two lines are not documented in the acf documentation. I don't know what they are for, but it seems that they are important. Could someone tell me what they are and how are they calculated? Thanks, -- Tom [[alternative HTML version deleted]]
2019 Sep 30
2
sieve - segmentation fault
...e---------------start------------->8--- if header :index 0 :last :regex "received" "some regex here" { fileinto "dedicated mailbox" ; } --8<---------------cut here---------------end--------------->8--- KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html I dote on his very absence. -- William Shakespeare, "The Merchant of Venice"
2015 Feb 11
1
Unable to replicate DNS
...9, 0] ../lib/util/util_runcmd.c:317(samba_runcmd_io_handler) /usr/sbin/samba_dnsupdate: ; TSIG error with server: tsig verify failure I looked around but the fix found did not worked or were not for this specific case. even running samb_dnsupdate from the same machine the error is the same. dote that in /var/lib/samba/private there are not the dns files what to do ? -- Leonardo Boselli Dipartimento ingegneria Civile e Ambientale UNIFI tel +39 0552758808
2012 Mar 07
2
repositories for 2.11 & 2.12
Dear experts, I have to install ggplot2 packages for R 2.11 and 2.12 but this is available for 2.14 only. My question: are there urls for previous R version which can be use in install.packages ? Thanks Miklos