search for: moda

Displaying 20 results from an estimated 36 matches for "moda".

Did you mean: mod
2012 Nov 09
1
Duda sobre modas en un distribución
Hola a tod en s, estoy intentando averiguar el número de modas en una distribución. Para ello utilizo diptest. Mi duda es que no acabo de entender cuando la información suministrada por los test suponen la existencia o no de unimodalidad/multimodalidad. Una parte de la salidad de diptest es la que pego a continuación (el resto esta en el fichero adjunto con l...
2010 Mar 02
1
sem package and growth curves
I have been working through the book "Applied longitudinal data analysis: modeling change and event occurrence" by Judith D. Singer and John B. Willett. I have been working examples using SAS and also using it as an opportunity for learning to use R for statistical analysis. I ran into some difficulties in chapter 8 which deals with using structural equation modeling. I have tried to
2003 May 07
1
building an expression
...tting the syntax correct. Any help in building the expression from eq would be appreciated. More generally, any suggestions on applying a model object to a new and very large dataframe would be appreciated. # simplified example > d1 <- data.frame(a=rnorm(20),b=rnorm(20),c=rnorm(20)) > moda <- lm(d1$a~d1$b+d1$c) > moda Call: lm(formula = d1$a ~ d1$b + d1$c) Coefficients: (Intercept) d1$b d1$c 0.01889 -0.01921 0.15824 > > Vl <- labels(moda$coefficients) > Vn <- as.vector(moda$coefficients) > eq <- Vn[1] > > for (n in...
2013 Apr 25
1
estadistica espacial
...n estándar de las coordenadas 5. desviación estándar de la distancia ü autocorrelacion espacial 1. estadístico I de moran 2. estadístico c de geary 3. correlograma de moral 4. índice del vecino mas cercano 5. k de ripley Herramientas estadísticas para zonas calientes La moda La moda difusa Cluster jerarquico del vecino mas cercano Cluster de k medias ü Análisis de espacio tiempo 1. índice de Knox 2. Índice de mantel Creo también incorporaré el estadístico : Getis-Ord Gi Kernel Density Estimation (KDE) De eso necesito también documentación para darle u...
2007 Feb 04
1
per-directory create mask
...es every new file world-writable. Is there a way to specify a different create mask for some specified directories? I thought about making several shares with different create masks, but I'm only allowed to make one. Thanks. _________________________________________________________________ Moda para esta temporada. Ponte al d?a de todas las tendencias. http://www.msn.es/Mujer/moda/default.asp
2006 Dec 28
2
theora streams from 23C3
After one day with wmv-Streams there are now also theora and vorbis streams from the 23C3 online: http://events.ccc.de/congress/2006/Streams There are still some problems with it but at the moment it's working. Regards Helmut
2007 Jan 27
2
ITheora, a skin for Cortado
Hi, Here is a skin for the famous Java applet, it use PHP to select the file and other options. Could you add it as a link on http://theora.org ? http://menguy.aymeric.free.fr/theora/ All is in french but the php files are very easy to understand. Best regards -- ZikZak
2007 Mar 05
1
Opera proposed Theora for native video playback in browsers
...ebsite is incredible : 'One thing to keep in mind that adding native support for Theora in Opera would only add about 300K to Opera's overall size! And I am sure that could even be optimized to reduce it even further.' _________________________________________________________________ Moda para esta temporada. Ponte al d?a de todas las tendencias. http://www.msn.es/Mujer/moda/default.asp
2016 Feb 08
3
help estadística!!!!!
Estimado muchas gracias por la respuesta; pero tengo otra interrogante. Para segmentar toda la data de clientes los cuales ya los vi bien y no son 15,000 sino 315,000 necesito utilizar el análisis de segmentación de K-medianas o K-modas, porque al ser datos ordinales y dicotómicos (la gran mayoría de variables), la aplicación de segmentar a través de k-medias no tiene mucho sentido. El R tiene capacidad para analizar dicha cantidad de datos o hasta cuantos datos puede analizar? y existe algún paquete que trabaje con K-medianas o...
2006 Jul 04
2
New around - some questions (Cortado, editing Theora)
Hello, I am maintaining different resources related to Ogg Theora, both as a user and as a contributor to several local advocacy groups. I had a couple of questions: - Who should I ask / talk to about financing improvements to the Cortado applet (namely: bigger / more visible controls for the seek functions) ? - Are there any simple Ogg Theora editing tools or applications, similar to avidemux
2006 Oct 30
1
Random intercept-slope correlation (nlme)
...cific intercepts as a covariate to explain subject-specific slopes? The results I mention above meake me suspicious about this, but I still do not know if it would be correct from a statistical standpoint. Thanks a lot, Antonio _________________________________________________________________ Moda para esta temporada. Ponte al d?a de todas las tendencias.
2015 Apr 16
2
Formulario Web
...para el usuario. Hay alternativas, cada vez hay más "web R", desconozco la solución recomendable hoy en día, sin embargo creo que hay que tener muy en cuenta el servidor, y ese factor puede ser de mucho peso en caso de ser deficiente. Shiny , es conocido, o por lo menos es una opción de moda por decirlo de alguna forma, sin embargo creo que podría escribir R desde casi un "obsoleto" cgi-bin. Entiendo que no habría limitantes más que su creatividad. Javier Marcuzzi El 16 de abril de 2015, 6:57, <miguel.angel.rodriguez.muinos en sergas.es> escribió: > Hola José Luis...
2009 Sep 22
1
rgl, openmesa, nvidia. Oh my!
...5-libvdpau 185.18.36-0ubuntu1~ppa1 Video Decode and Presentation API for Unix ii nvidia-185-libvdpau-dev 185.18.36-0ubuntu1~ppa1 Video Decode and Presentation API for Unix development ii nvidia-185-modaliases 185.18.36-0ubuntu1~ppa1 Modaliases for the NVIDIA binary X.Org driver ii libgl1-mesa-dri 7.4-0ubuntu3.2 A free implementation of the OpenGL API -- DRI modules ii libgl1-mesa-glx...
2008 Feb 01
1
Samba + BDE and slow speed on reading (long)
.... I don't know why, but it did. Both times, the server was connected to a D-Link DES-1024 switch. Switching NIC's and cables had no effect, but SO_RCVBUF=1 solved it instantly. Could it be related tho this version of samba and the problem I'm having now? Any thoughts? Thanks, Giovani Moda
2008 Feb 04
3
Making Samba change the Unix Password (/etc/shadow)
Hello all, I am trying to change the linux login password through the smbpasswd command by placing following parameters in smb.conf file: unix password sync = Yes passwd program = /usr/bin/passwd %u passwd chat = "*enter old password*" %o\\n "*Enter NEW password*" %n\\n "*reenter New passwd*" %n\\n "*password changed*" But its not changing the unix
2015 Dec 10
3
Tiempo de vida
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20151210/04bc012e/attachment-0001.html>
2013 Jul 08
2
Segmentar archivos en R (Antonio José Sáez Castillo)
...361, 288140.165, 676743.287 CAPITAL FEDERAL 5084.754, 136320.272, 756451.637, 2054988.865, 3531858.807 que luego no se pega bien aplicando el cbind... Se que es simple, pero de veras no logro resolverlo! Sólo necesito una matriz que contega la media, la moda y esos cortes según Provincia :( Gracias. El 30 de noviembre de 2011 03:03, Antonio José Sáez Castillo < ajsaez en ujaen.es> escribió: > Hola Leonardo. Creo que te refieres a analizar alguna variable por grupos. > Eso te lo pueden hacer las funciones tipo tapply(). > Por ejemplo,...
2009 Oct 10
1
Resultados distintos
...y en mi ordenador de sobremesa, que también tiene el Windows XP Media Center Edition. Muchas gracias. Saludos, David. _________________________________________________________________ ¿Estás fuera de temporada? Entra ya en Nueva Temporada y entérate antes que nadie de sobre famosos, moda, belleza y el look que se lleva este otoño. [[alternative HTML version deleted]]
2007 May 17
2
Quadbri Cellular Issue
...k -- Executing Hangup("SIP/200-09fc1698", "") in new stack I'm getting crazy with this issue, so I hope one of you could help me. Thanks a lot for your uninterested help to Asterisk-Users!! Bye. _________________________________________________________________ Moda para esta temporada. Ponte al d?a de todas las tendencias. http://www.msn.es/Mujer/moda/default.asp
2015 Dec 10
2
Tiempo de vida
...Dec 2015 09:36:25 +0100 > Subject: Re: [R-es] Tiempo de vida > > > > > > > Si no tienes la fecha de venta o cuando se comenzó a usar lo tienes > realmente difícil. > > Puedes hacer una aproximación si tuvieras cuantas se vendieron, > identificando modas de venta y de devolución podrías estimar el > tiempo de vida. > > Si solo tienes devolución puedes trabajar con modas/ frecuencias, el > proceso es más complejo, bastante más. Sería algo parecido a > averiguar la edad de un pez solo sabiendo cuando lo has cogido, sin...