search for: lucia

Displaying 20 results from an estimated 140 matches for "lucia".

Did you mean: lucio
2011 May 04
4
combine lattice plot and standard R plot
...ots but they do not work. Does anybody know how I can do this? Thank you very much in advance. Lucía Cañás Ferreiro Instituto Español de Oceanografía Centro Oceanográfico de A coruña Paseo Marítimo Alcalde Francisco Vázquez, 10 15001 - A Coruña, Spain Tel: +34 981 218151 Fax: +34 981 229077 lucia.canas@co.ieo.es http://www.ieo.es [[alternative HTML version deleted]]
2006 Nov 30
1
T1's in St. Lucia
Does anyone on this list know of a reputable T1/PRI provider in St. Lucia? If so, what monthly costs am I looking at? I do know that Cable and Wireless are the biggest Telco. Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061130/68bb5e80/attachment.htm
2007 Nov 17
2
Getting Annual (Conditional) Averages
...n YYMMDD format. I'd like to learn an elegant simple way to pull out the annual averages. (Obviously, every 4th year has 366 days.) I know I can set up a formal loop to create annual records and then average. But R seems to have such neat methods, is there some better way to do this? Lucia [[alternative HTML version deleted]]
2010 May 19
3
offset in gam and spatial scale of variables
...atial scales? We have done an analysis to see what variables are better for different sizes of buffers around the transect lines and some variables are better at different scales. Can we run the gam model with several explanatory variables if they are measured at different spatial scales? Thanks, Lucia -- View this message in context: http://r.789695.n4.nabble.com/offset-in-gam-and-spatial-scale-of-variables-tp2222483p2222483.html Sent from the R help mailing list archive at Nabble.com.
2009 Feb 02
1
wilcoxon test with bonferroni correction
...o it. The format I am using at the moment is r4_o <- [1] 1.05 2.60 1.57 3.07 1.20 1.00 2.11 1.10 0.10 r4_m <- [1] 0 0 0 0 0 0 0 0 0 wilcoxon.test (r4_o, r3_m) Does any body know how to make the bonferroni correction when I compare them with the wilcoxon test? Thank you very much. Lucia Lucia Prieto Godino PhD student. Department of Zoology, Downing street University of Cambridge. UK
2010 Nov 22
2
Help: Standard errors arima
...e-05 9.990842e-07 1.218299e-01 8.969206e-05 time(TempVector) - 1900 2.725763e-08 -3.103661e-09 8.969206e-05 7.311670e-08 Or is there a function that can give me standard errors for the coefficients on AR1, ma, and time? (I don't care about the intercept.) Thanks, Lucia
2007 Jul 24
2
plotting gam models
...lot. That is ok, but what I want to do now is to extract the data used to perform the surface plot. Like that I would be able to superpose them to a geographical map, and to plot these data using other programs. Thank you very much in advance Luc?a _____________________________________________ Lucia Zarauz AZTI - Tecnalia / Unidad de Investigaci?n Marina Herrera kaia portualdea z/g 20110 Pasaia (Gipuzkoa) Tel: 943 004 800 - Fax: 943 004 801 e-mail: lzarauz at pas.azti.es www.azti.es ; www.tecnalia.info _____________________________________________ ? **************** LEGE OHARRA ************...
2012 Nov 07
1
error message no lines available in input
...ty+7) print (j) results<-read.table(file, header=F, skip=j, nrows=subjectquantity) timeintervals have been specified as argument as 12 subjectquantity as 9 the file it should be reading starts like: davide.jtfbase elena.jtfbase fabio.jtfbase francesco.jtfbase giulia.jtfbase kerstin.jtfbase Lucia.jtfbase maria.jtfbase Stephanomer.jtfbase Power Mean amplitude averaged over channel group left_central: 30, 36, 41, 31, 37, 42, 54, 53 right_central: 104, 103, 105, 87, 93, 86, 80, 79 Baseline1 Baseline2 _left_central _right_central _left_central _right_central davide.jtfbase 0.94036 1.03227...
2009 Jan 12
4
fitting curve to data
...a curved line of best fit. I know I need to use nls(), but I'm unsure how to begin....any pointers? Cheers, Nathan - -- - -------------------------------------------------------- Dr. Nathan S. Watson-Haigh OCE Post Doctoral Fellow CSIRO Livestock Industries Queensland Bioscience Precinct St Lucia, QLD 4067 Australia Tel: +61 (0)7 3214 2922 Fax: +61 (0)7 3214 2900 Web: http://www.csiro.au/people/Nathan.Watson-Haigh.html - -------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail...
2011 Feb 02
3
reshape data, adding rows to dataframe
...t; 1, that is I want a row for each animal. Right now as you can see I have for example 5 D. sargus which are 14 cm length and so on. How can I get 1 row for each animal? I've been trying the reshape function without success. I also tried in access but couldn't do it either. Thanks a lot, Lucia -- View this message in context: http://r.789695.n4.nabble.com/reshape-data-adding-rows-to-dataframe-tp3253640p3253640.html Sent from the R help mailing list archive at Nabble.com.
2008 Jul 03
2
No responde al ping
Hola, tengo un servidor con samba, openldap y bind9 pero no puedo pinguear una maquina por el nombre, si por la ip. Esto me pasa en el servidor en los clientes no tengo problema puedo pinguear por la ip y por el nombre. En los clientes tengo seteada la ip de mi servidor wins y desde los clientes puedo pinguear el servidor. En smb.conf esta seteado wins support = yes. No entiendo porque el
2010 Sep 03
2
Interactions in GAM
...n the model the continuous covariates and the factor moreover their interactions? Thanks in advance. Best regards, Lucía Cañás Lucía Cañás Ferreiro Instituto Español de Oceanografía Centro Oceanográfico de A Coruña Paseo Marítimo Alcalde Francisco Vázquez, nº 10 15001 - A Coruña, SPAIN e-mail: lucia.canas@co.ieo.es Tel: +34981205362; Fax: +34981229077 http://www.ieo.es [[alternative HTML version deleted]]
2009 Feb 05
1
Chi-squared test adjusted for multiple comparisons? Harbe's test?
...how to do it in R, as well I have seen a paper in which they do something similar and they are using a Harber's chi squared test. Does anybody know how to do that in R? Thank you very much for your help, and thanks to the jim and chuck for answering my previous statistical question! Lucia [[alternative HTML version deleted]]
2011 Feb 25
1
color code in loop for piecharts plotting
...oes anybody know how to avoid the color code change for the families in the loop. I know I can do it manually and give each family a color but I have quite a lot of families so I'm wondering if there's any way to fix that some other way. I don't know if I made myself clear... Thanks! Lucia -- View this message in context: http://r.789695.n4.nabble.com/color-code-in-loop-for-piecharts-plotting-tp3324196p3324196.html Sent from the R help mailing list archive at Nabble.com.
2009 Feb 27
1
using a for loop with variable as vectors
...nt(wilcox.test(y,r,alternative="greater")) } } } } But somehow it doesnt work,because it considers a,b,c,d,e as strings and not as the vectors I have defined, and I have no idea how to make a for loop in which it loops takes a variable. Can anyone help me? I am lost Thank you! Lucia [[alternative HTML version deleted]]
2009 Jan 07
2
Memory Efficiency of Symmetric Matrix
...icated, and I should be able to almost half the memory usage for large matrices. Any thoughts/comments? Cheers, Nathan - -- - -------------------------------------------------------- Dr. Nathan S. Watson-Haigh OCE Post Doctoral Fellow CSIRO Livestock Industries Queensland Bioscience Precinct St Lucia, QLD 4067 Australia Tel: +61 (0)7 3214 2922 Fax: +61 (0)7 3214 2900 Web: http://www.csiro.au/people/Nathan.Watson-Haigh.html - -------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail...
2006 May 17
2
Justifying R to anti open-source management
...would carry more weight rather than writing a case from scratch or providing people's email opinions Thanks in advance! Cheers Peter -- Dr Peter Baker, Statistician (Bioinformatics/Genetics), CSIRO Mathematical & Information Sciences, Queensland Bioscience Precinct 306 Carmody Road, St Lucia Qld 4067. Australia. Email: <Peter.Baker at csiro.au> WWW: http://www.cmis.csiro.au/Peter.Baker/ Phone: +61 7 3214 2210 Fax: +61 7 3214 2900
2008 Jul 03
1
Comment from a Samba user
The following post was made today. > Hallo, Lucia, > > Du (lucia.frika) meintest am 03.07.08: > > > Hola, tengo un servidor con samba, openldap y bind9 pero no puedo > > pinguear una maquina por el nombre, si por la ip. > > That sounds like a misconfigured firewall. That's no samba problem. > > Viele Gruess...
2010 Jan 19
1
How do update samba on Ubuntu
Hi all, I?ve got an ubuntu 8.04 server with samba 3.0.28 and ldap installed in a net that is working ok. I?d like to actualize samba to the actual version and don?t know how. Sudo apt-get upgrade will do? I?ve read in internet that some people uninstall it and it really scares me! If someone have any idea about how to do it and can give me a link or some clue about it, I really will apreciate it!
2007 Aug 28
3
Interpreting the eigen value of a population matrix (2nd try)
Thanks for telling me that you could not get my message, I hope this work better... so my question was: I built a population matrix to which I applied the fonction eigen in order to find the main parameters about my population. I know that the first eigen value correspond to lambda or exponential growth rate of my population. My problem is that I want to have the 95% confidence interval of the