search for: parentesi

Displaying 10 results from an estimated 10 matches for "parentesi".

Did you mean: parentesis
2019 Mar 12
2
Reordenar una matriz con caracteres en cada celda
Hola, tengo una matriz de especies donde cada celda tiene datos con caracteres (son parentesis). Cómo la puedo reordenar considerando tanto filas como columnas? Ejemplo: ,Specie 1, Specie2, Specie3 Specie1, NA, 3(1-4), 8(6-9) Specie2, 5(2-6),NA, 5(4-6) Specie3, 2(1-3), 10(5-15), NA Quiero: ,Specie 2, Specie3, Specie1 Specie2, NA, 5(4-6) , 5(2-6) Specie3, 10(5-15)...
2011 Mar 29
1
Typo in tools:::format.check_Rd_metadata()
...unlist(lapply(names(bad)), function(nm) { c(gettextf("Rd files with duplicated alias '%s':", nm), .pretty_format(bad[[nm]])) }) }) } Note the closing parentesis for the lapply() calls? Looks like it was intended to be something like: unlist(lapply(names(bad), function(nm) { c(gettextf("Rd files with duplicated name '%s':", nm),...
2011 Dec 22
5
Como calcular la media de una gran cantidad de flow.frame en un ciclo "for" ...
...yo crei que haria y esto es lo que no se como hacer, es decir, como se hace para poder utilizar los nombres contenidos en el vector "lista" y construir el argumento de la funcion "exprs" correctamente ... o como se puede hacer de otro modo esto mismo?? me explico bien ?? entre parentesis es la primera vez que trato de hacer un ciclo en R y quiza hasta eso este mal ... Saludos y muchas gracias por su ayuda, Eric. -- Nota: las tildes se han omitido para evitar conflictos con algunos lectores de correo. * Un economista es un experto que sabrá mañana por qué las cosas que p...
2017 Nov 16
2
interpretacion de la salida de un GLM()
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20171116/17a687f8/attachment.html>
2019 Mar 26
0
[RFC PATCH] drm/nouveau/fb/ram/gk104: move assignment out of condition
"hiding" unconditional assignments in the if() parentesis makes for hard to read code and has no advantage over placing these assignments in proper formated lines before the if() statement. Simply move those lines out. Before sending out roughly 20 patches to fix the roughly 50 cases - all in the nouveau driver. I would like to know if this will be acce...
2015 Sep 15
4
Fwd: problema en while y en extraer valores de un vector
Hola chicos, muchas gracias, funcionan vuestros códigos, pero no entiendo porqué el mío no funciona, y me gustaría aprender R bien. Quiero sacar números de 5 en 5, desplazándome una posición cada vez para la derecha: a <- c(8,10,4,1,7,2,4,6,3,8) b <- rep(0,5) i=1 while (i<=6) { b <- a[i:i+4] print(b) i=i+1 } quiero que en la primera iteración me saque en
2005 Nov 17
1
Fitdistr()
When using fitdistr() with the exponential, log-normal and beta distributions, you get the relevent rate, mean, standard deviation, shape1 and shape2 but you get a number bellow those that are in () and I was wandering what exactly those numbers represent and how they relate to the data. Many thanks Mark Miller
2003 Mar 04
4
writing several command line in R console
Hi R lovers I would like to know how to step to the next line in the R console editor without breaking the continuity of my code more clearly : if for example I write a function, so far i have to write the all code inside on the same line wich may become obscure as the function is more and more complex. I would like to do like in the example of the manuels: >twosam <- function(y1, y2) {
2001 Sep 15
1
Solution to (well known) problem with Rdconv.pm on Sun Solaris (PR#1093)
...es to "Re: [Rd] several documentation problems (PR#675)". There he suggested to add a '&' infront of 'mywrap' and 'txt_header'; "Another guess is that it might require &mywrap there.". I tried this and it works. I also tried the alternative to add parentesis around the function calls, which also seemed to work. My suggestion is to add this to Rdconv.pm at the 5 lines above. This would make the building of [R] a little bit easier. Perl version used: "This is perl, version 5.003 with EMBED built under solaris at Sep 14 1996 22:39:00 + suidper...
2020 Sep 23
2
Encontrar un dato y añadirlo a otra columna
Con parse_number sacaria todos los numeros de la columna, pero lo que busco es sacar solo los que empiezan por AV y descartar el resto. De todas maneras muchas gracias, le voy a dar otra vuelta. ________________________________ De: Juan Carlos Lopez Mesa <jclopez5 en unal.edu.co> Enviado: martes, 22 de septiembre de 2020 21:32 Para: Samura . <tontito82 en hotmail.com> Cc: r-help-es