similar to: (no subject)

Displaying 20 results from an estimated 3000 matches similar to: "(no subject)"

2004 Jul 13
12
Permutations
Dear R users, I?m a beginner user of R and I?ve a problem with permutations that I don?t know how to solve. I?ve 12 elements in blocks of 3 elements and I want only to make permutations inter-blocks (no intra-blocks) (sorry if the terminology is not accurate), something similar to: 1 2 3 | 4 5 6 | 7 8 9 | 10 11 12 ----------1st permutation 1 3 2 | 4 5 6 | 7 8 9 | 10 11 12 NO - - 3 2 1
2012 Sep 20
1
Error en b^(2 * a) : b' esta perdido
Buenas a todos, Ante todo decir que estoy haciendo mis primeros pinitos en R y además a contrarreloj, lo cual creo que puede ser un cocktail un tanto explosivo. La duda que os propongo me ha surgido al intentar ejecutar una función. No sé si es una duda muy estúpida o no lo es, pero así a botepronto no he podido encontrar solución googleando. Si me podéis echar una mano con ella o indicarme el
2004 Jul 16
0
Permutations (summary)
Dear R users, This is a second summary of the permutation problem I previously posted. This summary restates the problem as well as the solution. First of all thanks to everyone including Erich, Robin, Gabor, Christian, Ingmar and others for your suggestions. With the help of an off-list discussion with Gabor I?m going to summarize. THE PROBLEM We have 12 elements in blocks of 3 : 1 2
2015 Mar 22
3
Combinatoria
Hola amigos, muchas gracias por vuestra ayuda. Entonces veo que mi sorpresa era legítima. Por todos vuestros mails la conclusión es que: - En el módulo base de R no incluye combinatoria elemental, ni siquiera el número combinatorio Cm,n hay que cargar el paquete *combinat* - Y para las variaciones con repetición el paquete* gtools* - Y aún así no tenemos ni las combinaciones ni las
2015 Mar 22
2
Combinatoria
Sí, también... Para las permutaciones, n=r. Y con el parámetro "repeats.allowed" controlas si son con o sin repetción: #---------------------- > #Permutaciones *con repetición* > permutations(n=3, r=3, v=x, repeats.allowed=TRUE) [,1] [,2] [,3] [1,] "azul" "azul" "azul" [2,] "azul" "azul" "rojo" [3,]
2002 Sep 23
2
Blacklist and FTP Passive Mode - Continue
Res, I continued testing my FTP and don''t works correctly... 8( #ftp myserver.domain.com Connected myserver.domain.com 220- -=3D MYSERVER =3D- 220-You are user number 2 of 5 allowed. 220-Local time is now 16:46 and the load is 0.03. Server port: 21. 220-This is a private system - No anonymous login 220 You will be disconnected after 5 minutes of inactivity. 500 Security extensions not
2015 Mar 22
2
Combinatoria
Ya me extrañaba a mi! Mañana a primera hora miro todo lo que me comentas. Ahora estoy con ecuaciones no lineales y ya veo que hay que cargar librerias Muchas gracias. Un saludo El 23 de marzo de 2015, 0:08, Carlos Ortega <cof en qualityexcellence.es> escribió: > Hola, > > Por precisar un par de detalles: > > > - Con el paquete gtools se pueden generar: > - las
2015 Mar 22
2
Combinatoria
Hola Miguel, Sí se pueden obtener las variaciones con y sin repetición en R. Eso sí están un poco escondidas... Se pueden calcular de esta forma: #---------------------- > #Cargar el paquete gtools > library(gtools) > #Definir el conjunto sobre el que se hará el cálculo > x <- c('rojo', 'azul', 'verde') > #Utilizar la función "permutations()"
2005 Jul 24
4
problem building R packages in windows xp
Dear R users, I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi in Documentation -> Other, except for the TeX version (fpTeX), since when I go to the recommended webpage, it is said that fpTeX has been discontinued. I have MikTeX in my computer, and I have followed the recommendations in
2006 Nov 29
5
Iptables front-end
Hi all, ?What iptables do you use to manage iptables? ?Or maybe not? Simply curiosity, so I'm coming from openSUSE and in that distro there is a YaST module front-end (YaST firewall). TIA. -- Jordi Espasa Clofent PGP id 0xC5ABA76A #http://pgp.mit.edu/ FSF Associate Member id 4281 #http://www.fsf.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name:
2015 Mar 23
2
Combinatoria
Hola Jorge, gracias por ayudarme antes de empezar. Ayer me fui a cama con tan solo escribir el título "Ecuaciones no lineales" Básicamente lo que voy a buscar es lo clásico, es decir, resolver cualquier ecuación no lineal, ya sea polinómica o trascendente, con una o varias incógnitas. Ejemplo típico: x^2 + y^2 = 1 y = sin x Si me van surgiendo dudas, aquí estaré, no lo dudéis. Por
2005 Jan 04
3
Kirk SIP-DECT gateway
Hi, I just got some interesting information from Kirk Telecom (www.kirktelecom.com). This company has been in the business of providing DECT solutions (IP gateway, base stations, repeaters and handsets) either to be used with Cisco CallManager (SCCP protocol) or with the Innovaphone IP PBX system (H.323). Two important elements: 1. It seems they foresee a SIP version of their product in Q1
2007 Oct 08
2
OCF2 and LVM
Does anybody knows if is there a certified procedure in to backup a RAC DB 10.2.0.3 based on OCFS2 , via split mirror or snaphots technology ? Using Linux LVM and OCFS2, does anybody knows if is possible to dinamically extend an OCFS filesystem, once the underlying LVM Volume has been extended ? Thanks in advance Riccardo Paganini
2007 Jan 22
5
LoadBalancing on many asimetric different dsl''s.
Hi, my company have just bought new network and I have question about one problem. As in topic we must use few completely different dsl''s and balance traffic between them. 2M/0,5M 4Mb/0,5M 8M/0,5M M=Mb/s I''ve never done such thing before so I have doubts how it will work. If the links are symmetric 2/2 4/4 8/8 there is no problem because with weights I can compensate the
2006 Sep 21
3
phpMyAdmin
Hi all, I'm trying to install phpMyAdmin in my CentOS baox but I don't found the package in the default repos. ?Is this package provided in official CentOS repos? -- Jordi Espasa Clofent PGP id 0xC5ABA76A #http://pgp.mit.edu/ FSF Associate Member id 4281 #http://www.fsf.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2008 Jan 21
5
denyhosts-like app for MySQLd?
Hi all, ?Is there any app like denyhosts[1] but intended for MySQLd service? We have a mysql ports (3306) opened for remote connections, and obviously the /var/db/mysql/machine_name.log is full of these kind of entries: ........... 936012 Connect Access denied for user 'user'@'85.19.95.10' (using password: YES) 936013 Connect Access denied for user
2007 Jan 03
5
I don't see my messages
Hi all, Recently I've suffered a problem with my SMTP service provider. It seems the SMTP server allows open relay, so my account is lockdown by CentOS list policy. Because of that I desubscribe my last account and re-subscribe in CentOS list with the present gmail account. I can send any messages in the list, but the curious problem is I don't see my own messages ???? I can see my
2007 Sep 06
2
Error: corrupted index file
Hi all, I see the next error at dovecot.log: dovecot: Sep 06 17:57:27 Error: IMAP(jordi.espasa at opengea.org): Corrupted index file /var/vmail/opengea.org/jordi.espasa/.Dov ecot/dovecot.index: Duplicate header extension keywords ?Why this error is producted? -- Thanks, Jordi Espasa Clofent
2015 Jun 05
4
[Bug or Limitation] Folder sharing inside another share
Hi, Given i have this share : [j.snow] Path = /home/j.snow Share and ntfs permission : j.snow user Now I add another folder share inside the first one : [a.stark] Path = /home/j.snow/a.stark Share and ntfs permission : a.stark user /home/j.snow/a.stark has now parent inherit permission (j.snow) AND a.stark user a.stark can't access to her share ! if I add a.stark NTFS access to [j.snow]
2008 Sep 20
3
counting Mb of every mountpoint
Hi guys , I have a little doubt: There is a way for reading directly or indicrectly (parsing , log etc) the amount of the data sending from icecast for every mountpoint? Thanks for the help Goodbye Pierpaolo