search for: felices

Displaying 20 results from an estimated 40 matches for "felices".

2007 May 30
3
sizing and saving graphics in R
Dear R wizards, I am seeking advice on graphics in R. Specifically, how to manipulate the size and save a plot I have produced using the LDheatmap library. I confess I am relatively new to graphics in R, but I would greatly appreciate any suggestions you may have. LDheatmap produces a coloured triangular matrix of pairwise associations between 600 genetic markers in my dataset.
2014 Dec 24
2
Felices fiestas
R-Amigos Mis mejores deseos en estas fiestas y que el año nuevo premie la generosidad con la que los miembros de este grupo comparten su sabiduría y sus trucos. Felicidades -- Sent from my IPAD [[alternative HTML version deleted]]
2006 May 13
10
new user
Hi!!!! I''ve tried ROR! it''s fantastic!!! wonderful!!! I WANT LEARN ALL ABOUT IT!!! Do you have some links ( if exists in italian language ), or suggest me some book i can buy?? thx very much -- /\/\ariano Di Felice Java PHP Python programmer with MySQL, PostgreSql, SQLite and Oracle support Linux Platform Developer mariano.difelice@gmail.com Tel. 0735 703735 Cell +39 339
2006 Aug 28
1
Download problems
Hallo, I am a new user of 'R'. I have been trying to download it onto my Mac (OSX 2.8). For some reason it seems to download ok and look ok but then it doesn't actually open. Can somebody help me this? Felicity
2003 Oct 15
1
Versioned files (take 2)
I've pondered the feedback and revised my proposal to the client. Here is the revised project objectives. Notably, this is the addition of 4), the deletion of the whole slew of items actually related to handling versioned files, and mention of preexisting work on 1). I've took a little gander at some of the backup wrappers, and it looks like I will probably use one of these. I'll
2015 Nov 17
4
[Bug 2496] New: sshd hangs when using AuthorizedKeysCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=2496 Bug ID: 2496 Summary: sshd hangs when using AuthorizedKeysCommand Product: Portable OpenSSH Version: 7.1p1 Hardware: amd64 OS: FreeBSD Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at
2018 Dec 29
2
Rmarkdown -H2O
...rería H2O, el problema lo tengo cuando lo compilo con knit a pdf, ya que en el documento me sale con rayas con el porcentaje de entrenamiento que lleva. ¿Alguien sabe como eliminarlas para que no aparezca en el documento en pdf? [cid:image001.png en 01D49FC5.4D2AEEE0] Muchas Gracias. Un saludo y Felices Fiestas. ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20181229/773b1a0d/attachment.html> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: 38FB4C1430204D208BD...
2018 Dec 26
2
Paquetes Climatología R
Hola a todos; Tengo que hacer un estudio climático para un estudio de impacto ambiental empleando los valores medios diarios de las variables meteorológicas usuales: precipitación, temperatura máxima, temperatura mínima, temperatura media, etc. ¿Que paquetes de R me recomendáis? Un saludo. [[alternative HTML version deleted]]
2016 Dec 18
2
[Grupo de Usuarios de R de Madrid]: Reunión del 15-dic. Material disponible...
...po de Usuarios de R de Madrid". En esta ocasión pudimos contar con la participación de Javier Luraschi (RStudio) autor del paquete "sparklyr". El video y su presentación ya están disponibles en el portal del Grupo: http://madrid.r-es.org/40-jueves-15-de-diciembre-2016/ Gracias y felices fiestas, Carlos Ortega www.qualityexcellence.es [[alternative HTML version deleted]]
2004 Feb 09
1
checksum_seed
What is the point to checksum_seed? When reading/writing batch, it is initialized to a constant value, otherwise it is initialized to time(NULL). It certainly has no useful cryptographic value :) I got the go-ahead from the client on my --link-by-hash proposal, and the seed is making the hash unstable. I can't figure out why the seed is there so I don't know whether to cirumvent it in
2004 Mar 02
1
Win32 and Backing up open files
I now fully and completely remember why I hate Windows. I have struggled with the backup semantics options in order to get rsync able to back up open files, and I got something that appeared like it should work, but it didn't work. So I finally broke down and wrote a holdopen.exe and a tryopen.exe to test my theory, and no matter what privleges were enabled (backup and restore were enabled),
2008 Dec 24
0
merry christmas!
...ORIONEKO GABON-HRISTOS SE RODI" "BOLDOG KARACSONNY-VESELE VIANOCE " "MERRY CHRISTMAS - - HAPPY NEW YEAR" "ROOMSAID JOULU PUHI -KUNG HO SHENG TEN" "FELICES PASUAS-EIN GLUCKLICHES NEUESJAHR" "PRIECIGUS ZIEMAN SVETKUS SARBATORI VESLLE" "BONNE ANNEBLWYDDYN NEWYDD DDADR FELIZ NATAL" Muck Krieger, ger.ct 24. Dezember 2008 Viele Gruesse! Helmut
2013 Dec 24
3
ayuda con documento knitr
...el problema se podía resolver en la lista de R. Me da la impresión que es algún tipo de incompatibilidad entre los paquetes de latex y los valores por defecto que usa knitr para producir el resultado. Como dije antes, lo que no me cuadra es que sólo sea con la función lm. Gracias por al ayuda y felices fiestas a todos los miembros del grupo. M. Morales El 23/12/2013 20:51, Gregorio R. Serrano escribió: > A mi también me compila en RStudio en Mac. Parece que el problema no está en el documento. > Un saludo > Gregorio > > El 23 de diciembre de 2013, 6:50, <morales@us.es...
2003 Oct 14
2
Adding support for versioned files in rsync
Hi! Below is a link to a proposal I'm writing for two clients of ours who want an Internet-based backup solution. I propose eleven "objectives" in it, most of which are modifications to rsync. I'd like to contribute these changes back where possible, and so I'm posting this here for review. The nuts and bolts of it is the ability to keep multiple copies of files (think
2010 Nov 14
6
writing to a file
Hi, I have a fairly complex object that I have written a print function for. Thus when I do print(results), the R console shows me a whole bunch of stuff already formatted. What I want to do is to take whatever print(results) shows to console and then put that in a file. I am doing this using the sink command. However, I am unsure as to how to "unsink". Eg, how do I restore output to
2012 Dec 20
0
Contraste sobre la varianza
¿Viene implementado en algún paquete el clásico test para la varianza de una normal (basado en la distribución chi-cuadrado)? Sí, ya se que es muy sencillo hacerlo uno mismo... Gracias. Saludos a tod@s y felices navidades. H. Gómez [[alternative HTML version deleted]]
2013 Dec 19
2
muy simple
Hola a todos Realicé un código muy simple, me gustaría que lo corran en R. plot(c(0,1), c(0,1), axes=F, type='n', xlab='', ylab='') text(x=c(.2,.6,.8,.9,.7,.3, .3, .4, .5, .4, .7, .5,.6),y=c(.2,.6,.8,.9, 1, 1, .3, .4, .5, 1, .7, 1,1),c('','i','a','d',
2013 Dec 24
0
ayuda con documento knitr
...LaTeX completo. Es curioso que solo sea la función lm. ¿Y Knitr no te tira ningún error ni aviso? ¿Has probado a borrar el directorio cache? A mi me ha dado algún disgusto a veces. Si estas en la lista de LaTeX en español podrías probar a mandar el .tex resultante. > Gracias por al ayuda y felices fiestas a > todos los miembros del grupo. Eso mismo. > M. Morales Suerte. Salud y Revolución. Lobo. -- Libertad es poder elegir en cualquier momento. Ahora yo elijo GNU/Linux, para no atar mis manos con las cadenas del soft propietario. Porque la libertad no es tu derecho, es tu respons...
2005 Jul 26
3
Wx::Html* widgets
Hello, I''m having problems using the widgets Wx::Http*, such as Wx::HtmlWindow, Wx::HtmlEasyPrinting, etc.. The error I got is "uninitialized constant Wx::HtmlWindow". The code is correct since I''m trying to execute samples in the html/ directory. All other samples work. I can''t even see that widgets doing require ''wxruby'';
2004 Aug 06
1
Icecast in Macromedia Flash
Ciao Assorgia, Anch'io sono felice che cè un'altra persona che cerca di importare uno stream di Icecast nel Flash! Just one easy question (I'm speaking English for the list), is there a real quality of sound difference between Icecast1 and 2? Is Icecast2 really more reliable? Can you provide a link to your webradio, I'd be glad to listen to it. Grazie, MAX -----Original