search for: obvios

Displaying 20 results from an estimated 30 matches for "obvios".

Did you mean: obvious
2003 Apr 25
4
IMQ page
The IMQ page (http://luxik.cdi.cz/~patrick/imq/) has some rather obvios problems in the examples used. I wrote Patrick McHardy without getting an answer (yet) so I tought this was a good place to ask. Does anybody know how to contact him about this? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailm...
2014 Apr 22
2
Un pequeño problema
Hasta ahora no se me había presentado y por tanto no tenia ningún problema, estoy haciendo unos gráficos en R obvio, el asunto es que no se como guardarlos, requiero incertar en LaTeX, por tanto necesito imágenes .jpg o algo parecido que se pueda convertir luego. Agradezco cualquier orientación. Heber  [[alternative HTML version deleted]]
2018 Mar 29
2
Pasar argunmentos string a una formula
Buenas Tengo en un string guardado lo siguiente: > parametros [1] "ntree=10" "ntree=30" "ntree=50" "ntree=100" "ntree=200" Con un bucle for quiero ir metiendolo en el modelo, pero no se muy bien como hacerlo, ya que con deparse no me funciona, con get tampoco (obvio, no es un objeto), y no se muy bien como hacerlo de manera dinamica
2019 May 12
2
Como reordenar datos para analisis multiples correspondencias (MCA)
Necesito luz para ordenar unos datos... en realidad, para ordenar muchos muchoas veces. El problema hoy: Tengo una base de datos que incluye respuestas dobles en algunas variables en algunos individuos, tabla didáctica: idioma alergia color individuo1 en,es 0 amarillo individuo2 es,en huevo limon individuo3 es,fr,en pescado, huevo
2014 Apr 22
2
Un pequeño problema
Hola: El 22/04/14 14:52, daniel escribió: > Heber, > > Supongo que te refieres a los gráficos base. > > ?jpeg > ?png > ?pdf > > Daniel Merino > > > El 21 de abril de 2014, 23:51, heber sarmiento <hebersarm en yahoo.com>escribió: > >> Hasta ahora no se me había presentado y por tanto no tenia ningún >> problema, estoy haciendo unos gráficos
2016 Sep 06
2
Gráfico de Barras
Hola. Siguiendo a Mittal (2001); R Graph Cookbook creo haber logrado construir el gráfico de barras que buscada. La matriz que utilizo para el "height" va adjunta. Y mi sintaxis: barplot(t(barras), col=col.segmentos, border=F , names.arg=Meses, las=2, cex=.75, cex.axis=0.8 , ylab="% del Segmento sobre el Total") legend(.5, .2, ncol=5, cex=.75,
2019 Feb 03
3
RFC: Modernizing our use of auto
...k that > actually making a widespread change would be high priority... > > > >> How did all of those uses get into the codebase? Does it indicate that > the guide is not followed, or does it indicate that the guide is too > subjective, or that maybe the 'the type must be obvios' guide does not > reflect the 'reality at the coalface' anymore? Should those uses of auto be > changed? > > > > My understanding is that there has been no widely understood or accepted > policy, so different coders and reviewers are doing different things. > &gt...
2012 Nov 06
2
Fwd: barchart con abline en lattice
Perfecto! muchas gracias Carlos; la verdad que estuve un buen rato intentándolo, pero aún no comprendo la estructura de lattice, así que modificaba cosas un poco al tuntun. Tengo otra cuestión un poco más controvertida, no sé si este será el foro adecuado para proponerla o supondrá un debate innecesario.... Como os decía, acabo de iniciarme en R, y estoy explorando las opciones de visualización.
2014 Oct 19
3
Warnings en GLMM (lme4)
Hola, Soy nuevo manejando R y no tengo mucha experiencia. Estoy intentando modelar una función que me relacione el nº de cebas (nº de presas que los padres traen a los pollos) con el tamaño de parche de un bosque (factor categórico; 2 niveles= grande y pequeño). Al ser un conteo (nº de cebas) he pensado utilizar familia= poisson con link= logarítmico. He construido un GLMM con: Nº de cebas
2019 May 13
2
Como reordenar datos para analisis multiples correspondencias (MCA)
Gracias, Javier; Anduve buscando entre tus dos propuestas para mi encarables (plyr y reshape2) y presupongo que el problema es eso del ingenio que comentás, que hay que tener y no tengo. Los paquetes me vinieron igualmente re-bien, porque me di cuenta que no tengo por qué sufrir haciéndolo a mano cada vez que encaro algunas de esas situaciones. Pero lo de ordenar los datos para el MCA... el
2018 Dec 31
4
RFC: Modernizing our use of auto
...e changed. However, I don’t think that actually making a widespread change would be high priority... > How did all of those uses get into the codebase? Does it indicate that the guide is not followed, or does it indicate that the guide is too subjective, or that maybe the 'the type must be obvios' guide does not reflect the 'reality at the coalface' anymore? Should those uses of auto be changed? My understanding is that there has been no widely understood or accepted policy, so different coders and reviewers are doing different things. > How is a new contributor to react to...
2014 Nov 13
5
Instalando R en Linux Debian
Hola Estoy instalando R en una máquina con Linux Debian. Lo hago con la orden “apt-get install r-base r-base-dev” y me instala la versión 2.15.1 mientras que yo necesito algunos paquetes que solo funcionan con 3.0 en adelante (por ejemplo, Rccp). Gracias [[alternative HTML version deleted]]
2017 Jun 12
2
Bucle for que se salte los errores
He encontrado la respuesta. EL ejemplo que puse era trivial, ya que es obvio que if(i ==0) entonces next, pero me referia a sin saber si va a ser error el modelo o no. Para esto he encontrado la solución for(i in -3:3){ tryCatch({ z<-1/i > z<-z*z > modelo<-lm(z~1) }, error=function(e){print("es un error"}) } Gracias de todas maneras!!!!! Jesús
2005 May 29
1
spatially constrained clustering
...oes anyone know of an implementation of spatially constrained clustering in R? This is where there is a vector of measurements for points on a plane and only neighbors can be clustered together. I have tried implementint in myself -- but if someone has alkready done it ! I have searched on the obvios terms "spatially constrained clustering" without any luck. Bye Rob
2005 Nov 04
0
multipath failover
I got a chance to play a bit with new device-mapper-multipath. Unless I missed something obvios, docs seems to still be in the making. Could somebody point me to some docs for /etc/multipath.conf file? Couple of questions (I have very limited time I'll have access to hardware, sorry if I'm asking some obvious stuff). I managed to get things working by typing "multipath" f...
2004 Feb 23
0
Unable to access printers
Hi All, Since updating a from 3.0.1-2 to 3.0.2-1 a few weeks back I've been unable to print. I checked all the obvios settings, but as they had been working perfectly for some time prior was not surprised to find the configuration was correct. The authentication is configured via winbind to a 2000 ADS PDC. security = DOMAIN I've since updated again to 3.0.2-2 and found the issue persists, even admin users a...
2019 May 14
2
Como reordenar datos para analisis multiples correspondencias (MCA)
Mil gracias, José Antonio! Creo que, entre tu recomendación y el apelo al ingenio de Javier, voy a terminar generando la tabla que necesito. Mi problema, al contrario de lo que entiendo que les pasa a los que necesitan condensar, es que necesito extender... mi ya extensa data.frame. Pero poder pensar en el problema de otros me ayuda a entender el mío. Hau idatzi du José Antonio Palazón Ferrando
2013 May 12
3
Duda básica
Hola Colegas: Me reintegro al estudio de R y quisiera me pudieran resolver el problema que planteo en el archivo adjunto. Gracias anticipadas. *MANOLO MÁRQUEZ P.* ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20130511/b0c9f15d/attachment.html> ------------ próxima parte ------------ An embedded
2002 Jul 13
2
Fail to convert any .Rd file
Hello, experts! I've tried to convert MASS.Rd, for instance: R CMD Rdconv -t txt MASS.Rd -o MASS.txt 2>MASS.log Comp was thinking for a long, about 30s on Linux 600MHz/128M, but after that R didn't produce the result MASS.txt file, but very large log. Here is its header: ******* Syntax error: mismatched or missing brackets in /----- \name{Aids2} \alias{Aids2} \title{
2002 Jul 06
0
Development Countries, News in brief
The Financial News, July 2002 Production Mini-plants in mobile containers. Co-investment Program "...Science Network will supply to countries and developing regions the technology and the necessary support for the production in series of Mini-plants in mobile containers (40-foot). The Mini-plant system is designed in such a way that all the production machinery is fixed on the platform of