search for: imcs

Displaying 20 results from an estimated 70 matches for "imcs".

Did you mean: ics
2005 Apr 13
2
IMC
Hi, I'm trying to setup IMC (idealx management console) to give our windows admins some nice toy to play with, but I have problem to make it work. I can log in after I authentificate as Administrator, but, I can't modify any LDAP entries, as that fails with unsufficient privileges due to the IMC trying to bind to LDAP as logged in user (Administrator), instead of something like
2005 Aug 02
0
Problems with samba-console from idealx
Hello NG, I installed sucessfully the packages, sambaldaptools, samba-console-1.1.31-1, openldap2-2.2.15-5.1, samba 3.07 for an idealx management console samba-console. My sytem is suse 9.2 Server and clients, and XP clients. I configured the Sambaconsole like described in/usr/share/doc/packages/samba-console/INSTALL.SambaConsole. But I can not start the imc service with /etc/init.d/imc
2005 Feb 10
4
[ANNOUNCE] New stable release of Samba Console (1.1.23)
Hi, I'm officialy announcing the new 1.1.23 stable release of Samba Console, along with a stable IMC release too (1.2.24). This code is just going in production at a new customer site this week. From the project web site : Samba Console <http://imc.sourceforge.net/samba/index.html> is the first console developped for IMC. It offers a simple and ergonomic interface for managing a
2013 Sep 27
3
duda
#Imagino que hay un camino más corto para resolver mi duda #Adjunto unos datos en csv library (epicalc) #Gráficos exploratorios #este comando no se ejecuta porque no ve las variables summ(IMC, by=escolaridad ) ##?porqué no ve las variables? #tuve que hacer esto que me parece que se podría hacer de manera más sencilla IMC <- (sanda[,c(1)]) escolaridad <-
2013 Sep 16
3
b
Estimado José, por lo que estuve mirando aqui https://en.wikipedia.org/wiki/Wilcoxon_signed-rank_test, en ?wilcox.test y en libros de papel ... los datos deben cumplir ciertas condiciones, quiza la mas restrictiva es que sean pareados ... si no lo son, quiza esta variante del test es mas apropiada: https://en.wikipedia.org/wiki/Mann-Whitney-Wilcoxon_test la que en R se aplica usando el mismo
2013 Sep 27
0
duda
Hola José A. Entiendo que cargas lso datos del fichero con algo parecido a esto.... misdatos=read.table("sanda.csv",sep=",",header=TRUE) luego, si no quieres referirte a las variables así misdatos$IMC tendrás que hacer un attach(misdatos) por lo que ya funcionarían cosas como summary(IMC) [en vez de sumemry(misdatos$IMC) en tu caso... require(epicalc)
2013 Sep 15
4
b
Lo que deseamos realizar es una prueba no paramétrica para demostrar que el IMC encontrado difiere significtivamente entre aquellos que tienen a_HTA (entecedentas HTA) y los que no lo tienen ( en SPSS de forma fácil utilizo varios métodos ¿Cuál es la sintaxis para hacerlo posible en R? a_HTA IMC si 26 si 25 si 26 si 21 si 25 si 23 si 28 si 24 si 27 si 22
2013 Sep 16
0
b
De la manera que me aconsejas no funciona y da este mansaje Warning message: In wilcox.test.default(x = c(19L, 18L, 17L, 16L, 18L, 19L, 18L, : cannot compute exact p-value with ties como aconsejaste tmp <- read.table("estudiantes1.csv", header=TRUE, sep=",", dec=".", na.strings = "NA") wt <- wilcox.test(IMC ~ a_HTA, data=tmp, paired = FALSE,
2013 Sep 15
1
b
LO HICE DE ESTA MANERA Y FUNCIONÓ a_HTA <- (estudiantes1[,c(1)]) IMC <- (estudiantes1[,c(2)]) estudiantes4 <- data.frame( IMC, a_HTA = factor(c(rep("si", 29), rep("no",30)))) wt <- wilcox_test(IMC ~ a_HTA, data = estudiantes4, distribution = "exact", conf.int = TRUE) print(wt) De: Jorge I Velez
2015 Aug 02
3
ayuda con análisis de supervivencia
Hola a todos, -Estoy estudiando el efecto de dos genotipos (~tratamientos) en la aparición de síndrome metabólico (MetS) con datos longitudinales recogidos a tiempo 0,7,10,15,20 y 25 años. -He hecho un dataframe con las siguientes variables MetS: Síndrome Metabólico (Si=1,No=0) bmi: Indice de masa corporal (IMC) cuando se produce la conversión a MetS+ . Para los que permancen MetS-, esta variable
2013 Sep 15
1
b
En la ayuda ?wilcox.test hay varios ejemplos. En tu caso, creo, lo siguiente deberia funcionar: wilcox.test(IMC - a_HTA, data = tusdatos, alternative = "two.sided") Saludos, Jorge.- 2013/9/16 Dr. José A. Betancourt B. <jbetancourt@iscmc.cmw.sld.cu> > > > deseamos r > > ealizar es una prueba no paramétrica para demostrar que el IMC > encontrado difiere
2002 Mar 23
4
Antigen Notification:Antigen found FILE FILTER= *.pif file
Antigen for Exchange found Gizn.pif matching FILE FILTER= *.pif file filter. The file is currently Purged. The message, "Have a humour Lady Day", was sent from konkurs and was discovered in IMC Queues\Inbound located at WRQ/Seattle/ABRA.
2001 Apr 23
4
What happened to --desktop geom?
Hey, I'd like to apologize in advance if this is an old issue that everyone already dealt with in some new mechanism... But I compiled today's CVS for the first time in a few months, and when i tried to fire up programs/games with --desktop geom 640x480 (or any other dimensions) I get an "unknown option --desktop" error and the "usage" list pops up. I read the man
2023 Feb 22
2
manejo bases de datos
Estimados He 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é
2002 Feb 27
1
Another newbie-question about the registry...
On Fri, 22 Feb 2002 00:02:43 GMT, Tony Lambregts <lambregt@telusplanet.net> wrote: >Since no one else seems they want to answer this I think I will give it >a shot. This looks like wine is not importing the relevant info from the >window's user.reg to wine's user.reg. It appears to be importing the info to userdef.reg instead of user.reg, and then not using the settings
2005 Aug 23
2
GUI administration for Samba+LDAP
I'm running a Samba Primary Domain Controller, with an LDAP backend. I'm currently using the smbldap-tools from IDEALX, and is searching for a GUI to manage the users instead. I've been looking at the IMC Samba-Console, also from IDEALX, but this doesn't have any rpm's for RHEL v4, and building of the source keeps getting errors. An rpm for RHEL or another GUNI would be most
2001 Apr 19
1
let's get some ogg streams here ;)
www.indymedia.org --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
2003 Aug 08
4
Listening to Ogg streams with MacOSX
This comes from Indymedia audio list, Whamb! should probobally be listed on the vorbis.com software pages. ----- Forwarded message from nathaniel t <vsea75@hotmail.com> ----- The whole world doesn't use Linux or Windows. Some tiny fraction of computer users use Macs. I didn't realize until yesterday evening how difficult and mysterious it is to try to listen to an icecast ogg
2006 Jun 15
4
ldap administration tool??
Greetings I am nearing being prepared to get our corporate network from Active Directory to samba3 with ldap. The last hurdle is to get an administrative interface to the ldap repository containing the users and Groups. I,m hoping for some recommendations. I have attempted the following. Samba Console: http://imc.sourceforge.net/samba-console.html The difficulty I'm having is that it is
2002 Oct 01
4
Status?
...- and (maybe I'm not looking hard enough) I don't see any ogg-specific stuff here. I'm one of around 30 global techs for Indymedia, one of the last things we need for full adoption of free media formats is a free video format. We're working hard to promote Vorbis, many of the local IMCs (Independent Media Centers, a list of which is on the left-hand side of the global site indymedia.org) have started promoting it either as an exclusivly-supported audio format or as a choice for publishers. A bulk of the video available on the network is in Real format, the longer we go without a...