Displaying 8 results from an estimated 8 matches similar to: "attributable risk"
2007 Mar 09
0
Right truncation data
Hi,
Does anybody know how to perform a Cox model analysis for right
truncated data?
All my data is right truncated, since I only have patients who entered
in a hospital for a particular desease, and I would like to modelate the
age at hospital entrance as the response variable.
Thanks in advance.
Isaac Subirana. isubirana@imim.es
--------
La informació continguda en aquest missatge i
2015 Dec 17
2
Añadir encabezados a un archivo TXT
Hola Gerard,
En Windows puedes hacer lo siguiente:
Suponiendo que "fichero.txt" es el archivo de texto con tus variables,
que se encuentra en el directorio de trabajo [compruébalo con dir()] y
que "nombres" es un vector que tienes en R con los nombres que quieres
poner a las variables de tu fichero,
# guarda los nombres en un fichero llamado "nombres.txt"
2015 Dec 17
2
Añadir encabezados a un archivo TXT
Gerard,
dos preguntas:
1) Porqué quieres directamente especificar los encabezados en el fichero? Es porqué tus ficheros no tienen las columnas igualmente ordenadas?
2) Qué sistema operativo tienes?
Un saludo. Olivier
----- Mensaje original -----
De: "Reverté Calvet, Gerard" <greverte en ajmataro.cat>
Para: "Olivier Nuñez" <onunez en unex.es>, "Javier
2015 Dec 16
2
Añadir encabezados a un archivo TXT
Gerard,
supongamos que tu fichero de texto ("test.txt") tiene cuatro columnas separadas por espacios.
Si decides llamar estas columnas por ("A","B","C","D"), lo siguiente debería funcionar:
linea0="A B C D"
fichero <- file("test.txt")
linea1<- readLines(fichero)
writeLines(c(linea0,linea1), con=fichero)
2004 Oct 18
0
GNU/Linux Router with poptop problem
Hello,
I have a problem with my GNU/Linux router. I mean, I
am trying to configure a VPN conection for the clients
of the LAN and allow to connect them to the Internet
trought the router.
I have installed in the server a QoS policy and I have
configured the firewall for allowing all the clients
to connect. I attach the script. The idea is that when
a client connect this pc the dhcp gives him an
2014 Oct 27
2
Microstrategy web y R
Carlos e Isidro, nuevamente muchas gracias por vuestra respuesta.
Carlos no me he explicado bien. Yo me descargo los datos en XLSX, lo que pasa es que tengo que realizar diversas consultas para poder disponer de todos los datos que quiero, y lo que pretendía con R es preparar un script para utomatizar la descarga y dejar preparados los datos para hacer análisis. Carlos, intenté hacer "web
2007 Sep 29
0
Why are most audit events apparently non-attributable?
So I'm exploring AUDIT and have this in /etc/security/audit_control:
dir:/var/audit
flags:lo,fd
minfree:20
naflags:lo
policy:cnt
filesz:0
I tell auditd to reread the config file with audit -s but no file
deletion events are logged.
I change the config file to:
dir:/var/audit
flags:lo
minfree:20
naflags:lo,fd
policy:cnt
filesz:0
I type audit -s and am immediately flooded with 20 kilobytes
2007 Sep 29
0
Why are audit events apparently non-attributable?
So I'm exploring AUDIT and have this in /etc/security/audit_control:
dir:/var/audit
flags:lo,fd
minfree:20
naflags:lo
policy:cnt
filesz:0
I tell auditd to reread the config file with audit -s but no file
deletion events are logged.
I change the config file to:
dir:/var/audit
flags:lo
minfree:20
naflags:lo,fd
policy:cnt
filesz:0
I type audit -s and am immediately flooded with 20 kilobytes