similar to: IMC

Displaying 20 results from an estimated 1000 matches similar to: "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
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
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 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
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 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
2011 Jun 22
3
Documenting variables, dataframes and files?
Every now and then I realize that my attempts to document what all dataframes consist of are unsufficient. So far, I have been writing notes in an external file. Are there any better ways to do this within R? One possibility could be to set up the data as packages, but I would like to have a solution on a lower level, closer to data. I can't find any pointers in the standard manuals.
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
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
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
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.
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é
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
2013 Sep 15
1
Solapamiento de funciones de densidad
Hola a todos. Estoy interesado en obtener el grado de solapamiento de dos parametros obtenidos a partir de una MCMC. La gente que he consultado realiza inspecciones visuales (graficando ambas funciones de densidad  de los valores obtenidos y viendo si hay mucho o poco solapamiento), pero me gustaría incluirlo en una serie de simulaciones con lo que no podría realizarlas. Conoceia alguna manera
2013 Mar 21
5
Help on indicator variables
I have two indicator variables ABS and DEFF. I want to create another indicator variable which will take value 1 if either ABS=1 or DEFF=1. Otherwise, it will take value 0. How can I make that? [[alternative HTML version deleted]]
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
2005 Jun 13
4
DNS & DHCP Management System
Hello A few (or a lot) of us supports larger corporate networks. I would like know your opinion/solution based on CentOS. No Win auto/dynamic/smart (WI|D)NS/DHCP How do you manage DNS&DHCP (the informations filled in, not the server software) for hundreds or thousands of computers? For our network, just now we use homebrewed scripts, but they are getting unsufficient (cca. 700
2019 Jan 10
2
Online backup of domain fails
Hi, thanks for your hints! Am 10.01.19 um 03:46 schrieb Tim Beale via samba: > - As a sanity-check, you could run 'samba-tool ntacl sysvolcheck' > locally on your DC. It may tell you if there's an ACL problem. samba-tool ntacl sysvolcheck doesn't show any problems. > - Instead of an online backup, try running 'samba-tool domain backup > offline' locally on
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
2006 Dec 06
1
Some questions
First of all,... someone who uses "yahoo2" as name,...or insters "junk signatures" should simply be silent.... Secondly vcard is not junk, it's standardised via IETF/IMC. Get a proper client (mutt or so) which can filter vcards etc if you'd like to.... yahoo2 wrote: > At 06:43 AM 11/2/2006, Christoph Anton Mitterer wrote: > > Please stop attaching junk files.