Displaying 6 results from an estimated 6 matches for "arag".
Did you mean:
arab
2001 Nov 20
1
Names on samba
Hi
If I have something on samba like .DCOPServer_mars:0 it going make
something like DCA~1.___.
There is something that I can do to workaround this bug ?
Thanks.
--
Ant?nio Arag?o (SYS ADMIN/FIREMAN)
email: aaragao@di.uminho.pt
perl -we '$_ = "goto C.print chop;\n=oagarA oinotnA yb\
\`teef ym ta llaf dlroW\`";C1:eval;'
/\ UM-DI Braga Portugal (Tel.: +351 253 604 440 Fax:+351 253 604 471)
/\/\ +351 934 201 269 (own/proprio)
http://aaragao.da.ru...
2012 Sep 25
2
small negative values instead of zeros in nested loop
Hi,I am trying to run a code with a series of nested for loops, here is a simplified version of it:
J<-seq(0,1,0.2) D<-seq(0,1,0.2)
for (x in 1:10) { for (j in 1:length(J)) { for (d in 1:(length(D)-j+1)) { x.end<-x*(1-J[j]-D[d]) print(x) print(J[j]) print(D[d]) print(x.end) } }}
The problem is that whenever x.end should be zero it takes a
2011 Oct 25
2
extract data for specific levels factor
Dear all,
I'm trying to analyze data with the following structure:
ind cat tx age
40.2 por fol peq vh 35
41.9 por fol med vh 35
68.9 por fol preov vh 35
71.5 por fol peq ser 37
67.5 por fol med ser 37
76.9 por fol preov ser 37
78.7 por fol peq otr 37
78.3 por fol med otr 37
82.1 por fol
2011 Aug 26
1
Rcmdr help
Hi, please help me,
I want to have a functional Rcmdr but after install as indicated in:
http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/installation-notes.html
obtain the following:
Loading Tcl/Tk interface ... done
Loading required package: car
Loading required package: MASS
Loading required package: nnet
Loading required package: survival
Loading required package: splines
Error : .onAttach failed
2011 Dec 19
2
fractal image analysis
Dear all
I tried to find some packages (or programs) for image analysis and
especially fractal dimension image analysis but so far I had not success.
It shall be used for particle surface layer analysis from TEM images.
Any suggestions?
Best regards
Petr
2011 Oct 03
4
Question about ggplot2 and stat_smooth
I'm interested in creating a graphic -like- this:
c <- ggplot(mtcars, aes(qsec, wt))
c + geom_point() + stat_smooth(fill="blue", colour="darkblue", size=2,
alpha = 0.2)
but I need to show 2 sets of bands (with different shading) using 5%,
25%, 75%, 95% limits that I specify and where the heavy blue line is the
median. I don't understand how to do this with