search for: descendente

Displaying 8 results from an estimated 8 matches for "descendente".

Did you mean: descendents
2005 Feb 11
1
Help!!! Bandwith Control with a NAT machine
...ult queues in uplink and downlink. Here is the script, which is a modification of some things i''ve found in the net: #!/bin/bash # # DEV1=eth1 #salida a red local DEV0=eth0 #salida a internet # TC=/usr/sbin/tc if [ "$1" = "status" ] then echo "Enlace descendente" echo "[qdisc]" $TC -s qdisc show dev $DEV1 echo "[class]" $TC -s class show dev $DEV1 echo "[filter]" $TC -s filter show dev $DEV1 echo "Enlace ascendente" echo "[qdisc]"...
2023 Feb 22
2
manejo bases de datos
...e trabajado en R, pero los cambios a las bases de datos los he hecho en Excel. Quisiera saber como se puede desde el propio R: 1. Anadir Mas casos (filas) 2. Calcular una nueva variable, ejemplo el IMC a partir del peso y la estatura 3. Agrupar edades en grupos (0-10, 11-20 etc.) 4. Ordenar casos (descendente o ascendente) Saludos José
2005 Feb 15
0
Help with bandwith control in a firewall/bridge machine
...# Because of this, you may not want to bother limiting inbound traffic # until a better implementation such as TCP window manipulation can be used. # # End Configuration Options # TC=/sbin/tc if [ "$1" = "status" ] then echo "Enlace descendente" echo "[qdisc]" $TC -s qdisc show dev $DEV1 echo "[class]" $TC -s class show dev $DEV1 echo "[filter]" $TC -s filter show dev $DEV1 echo "Enlace ascendente" echo "[qdisc]"...
2005 Feb 16
6
Re: Bandwith Control with a firewall/bridge
>Miguel Ángel Domínguez Durán wrote: >> Hello again, >> First, excuse me for my poor english. >> I''m trying now to make bandwith control in a firewall machine running >> Shorewall. This machine is also a bridge using bridge-utils >> bridge-utils-devel. It is a mandrake 10. The configuration is something >> like >> this: >> >>
2013 Jul 16
1
Ordenar data.frame
Hola, Beatriz: Buscando en ?order derivé en arrange, y al final es como resolví: arrange(my.df, col1, desc(col2)) Con order no conseguía el orden descendente, pues me daba error al intentar hacer order(-my.df$col1) Gracias. Eva ________________________________ De: Beatriz Martínez <mtnezb@gmail.com> CC: r-help-es <r-help-es@r-project.org> Enviado: Martes 16 de julio de 2013 13:45 Asunto: Re: [R-es] Ordenar data.frame Hola, ¿qué ta...
2005 Feb 15
1
Bandwith Control with a firewall/bridge machine
...0. # Because of this, you may not want to bother limiting inbound traffic # until a better implementation such as TCP window manipulation can be used. # # End Configuration Options # TC=/sbin/tc if [ "$1" = "status" ] then echo "Enlace descendente" echo "[qdisc]" $TC -s qdisc show dev $DEV1 echo "[class]" $TC -s class show dev $DEV1 echo "[filter]" $TC -s filter show dev $DEV1 echo "Enlace ascendente" echo "[qdisc]"...
2013 Mar 17
6
Sweave y RStudio
Boanerge: Lo reenvio a la lista con un nuevo asunto. --JIV ---------- Forwarded message ---------- From: boanerge salas muñoz <> Date: 2013/3/17 Subject: Re: [R-es] Histograma con muchos ceros. To: Jorge I Velez <> hola tengo un problema con rstudio. Deseo utilizar la sweave, pero tengo window. rstudio me dice que no encuentra el camino para compilar. Lo que he averiguado es
2013 Jul 16
2
Ordenar data.frame
Buenas tardes: ¿Cómo puedo ordenar un dataframe sin utilizar sqldf?. Me gustaría ordenar por columnas, por ejemplo primero por col1 y después por col2. Gracias. Eva [[alternative HTML version deleted]]