search for: vies

Displaying 20 results from an estimated 374 matches for "vies".

Did you mean: ties
2020 Feb 07
2
Cannot allocate a vector of size...
Es la primera vez que trabajo con este tipo de datos...No se si se puede dividir esa matriz. ¿Cómo lo podría hacer? Muchas gracias! El Vie, 7 de Febrero de 2020, 17:55, Xavier-Andoni Tibau Alberdi escribió: > Significa que tus datos són muy grandes y no se pueden guardar en la RAM. > Tienes alternativas para dividir la matriz? > > El vie., 7 feb. 2020 17:26, <miriam.alzate en
2003 Jan 28
6
reading non-existent files
Dear R-experts I would like to read all files from a directory, the files have names "myname0001.txt" etc. I paste the directory plus file names and use "read.delim()". My problem is that some file names are missing, so I get an error and my program stops. Is there a way to check for a null pointer analogous to C, so that I can simply skip non-existent filenames? Please do
2020 Feb 10
2
Cannot allocate a vector of size...
Buenas, El archivo de R ocupa 33 megas. La matriz que quiero construir cupa 14 gb. En el disco local (C) tengo 400 gb disponibles de 670. No estoy muy puesta en trabajar con este tipo de datos. ¿Qué diferencia es trabajar con data.frame? Gracias! El Vie, 7 de Febrero de 2020, 18:07, Xavier-Andoni Tibau Alberdi escribió: > Depende de la operació que quieras hacer con la matriz. Si quitas filas
2008 Mar 24
7
FYI about my Mona Vie business venture
Asterisk work does not pay all of my bills, so I have joined up with a company that has a very good payment plan. I have recently become a Mona Vie Independent Distributor. I am not going to go into a sales pitch. This is just an FYI to this opportunity. The company has grown into a Billion dollar company in just 2 years. This company's compensation plan is the best and quickest that I have
2008 Mar 26
1
generating a paired t-test with multiple levels of a factor
I have been trying to run this analysis and finally want to ask for help. I am trying to run a paired t-test in which I have 19 subjects who have reaction times for 5 different conditions. The data frame has 114 rows total (6 rows for each subject representing six average reaction times by condition). Is there a way to run all paired t-tests where a paired t-test is run for every possible
2009 Feb 09
11
Choosing a random number between x and y
Hi, Ive been trying to find a function that will allow me to pull out a number between a minimum and maximum threshold. I want a random decimal number between, for example, 0 and 0.5 or 0 and 0.7. I've been searching everywhere for a function that will allow me to do this in R, but I have yet to be successful. Any help would be much appreciated. Thanks in advance -- View this message in
2008 Mar 24
0
FYI about my Mona Vie business venture - apology and rethink
I feel the need to apologize for my previous email to the list. I was thinking that I was sharing something that I am currently exited with, with my associates. I now realize that I was sooo... off-topic, it's ridiculous. Sorry for the improper post to the list. Feel free to keep any further comments, concerning my improper use of the list, off-list. Thank You, Steven B TeamVie at
2008 Jul 24
0
vies word document as html format in ruby on rails
i uploaded one word document and it saved in public folder now i want to view that word document in html format using ruby on rails -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2019 Sep 20
2
ggplot con gradientes complejos
No sé muy bien, Carlos, como hacerlo, pero no parece más sencillo que lo de multiplicar por 2 los positivos y después editar el mapa. De lo que decías, Emilio, de cambiar el color del punto central creo que haría más confusa la interpretación. El vie., 20 sept. 2019 a las 10:33, Carlos Ortega (<cof en qualityexcellence.es>) escribió: > Hola, > > Una alternativa que suele
2020 Feb 10
2
Cannot allocate a vector of size...
Muchas gracias Xabier. He intentaddo trabajar con la sparse matrix pero al pasar tdm a matriz me dice también que "cannot allocate a vector of size 12 gb". He hecho tdm<-as.matrix(tdm) ¿Está bien hecho eso para trabajar con la sparse matrix? Gracias! El Lun, 10 de Febrero de 2020, 16:15, Xavier-Andoni Tibau Alberdi escribió: > La respuesta de Carlos creo que es mucho mas
2012 Apr 23
1
Can't authenticate any more, KVNO mismatch? (alpha 17-19)
Hi all, we've been running a Samba4 domain with alpha17 for a few months now without any problems. However, a few days ago, something happened and now winbind can't authenticate against the domain any more. Strangely, logging into (at least one) Windows box still works, even with a user that was never used on this particular box before, and therefore can't have any cached
2011 Apr 16
4
Jabber / facebook chat?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, has anyone managed to establish an XMPP connection to the facebook Jabber servers? I'd like to send messages on missed calls vie FB. - -S - -- (o_ Stefan Gofferje | SCLT, MCP, CCSA //\ Reg'd Linux User #247167 | VCP #2263 V_/_ Heckler & Koch - the original point and click interface -----BEGIN PGP
2019 Jan 25
2
Error "valor ausente TRUE/FALSE..." en doble loop FOR
Hola Carlos, Gracias por la respuesta. phen_tot es un data frame visualizado como tibble, y contiene (entre otras) las columnas "convergence", "r_square" y "maxlog10mfi". Y queremos crear nuevas columnas, como "use", "convergence_cor", etc. phen_tot$convergence debería ser un factor de si el modelo converge o no (levels: 1 y 2), pero tibble lo
2019 Mar 22
2
About compile samba 4.10
This is my configure options, It has always worked well ./configure --enable-fhs --prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin --sysconfdir=/etc --localstatedir=/srv --mandir=/usr/share/man --enable-debug --enable-selftest -j 2 --cross-answers --cross-execute El vie., 22 mar. 2019 a las 2:56, Anoop C S (<anoopcs at cryptolab.net>) escribió: > On Fri, 2019-03-22 at 19:47 +1300,
2020 Feb 07
3
Cannot allocate a vector of size...
Buenas tardes, Estoy haciendo un análisis de contenido con el paquete tm. A la hora de ejecutar este código: tdm<-TermDocumentMatrix(corpus,control=list(weighting =weightTf)) tdm.reviews.m<-as.matrix(tdm) La primera línea sí me la ejecuta bien pero en la segunda tengo este error: Error: cannot allocate vector of size 14.0 Gb ¿Cómo puedo corregirlo? Estoy usando la versión de 64bits de
2019 Oct 25
2
Duda de como plantear
Estimado Elisabete Juaristi Arrieta Al leer su correo pensé que usted quería resolver un problema para lo que R no es adecuado, luego pensé que usted deseaba solucionar un problema donde hay datos y una ecuación a resolver. En este segundo caso yo muchas veces me pregunto cuál sería la forma para algunos problemas que tengo, muchos de estos tienen solución pero pienso que esa solución es puesta
2019 Oct 03
4
Changing the A-Record of the domain.
Hi, after installing a samba-4.8.9 AD-Server there is/are an A-Records created for the domain delivering the ip-address(es) of the AD-server. This ip can be changed vie "samba-tool dns update" but after restarting the AD-server the ip-address of the server will be added again. Can this be prohibited or is this necessary to the functionality of the AD-server. Thanks! -- Dipl.-Ing.
2019 Mar 25
1
About compile samba 4.10
On Fri, 2019-03-22 at 09:51 -0400, Leo C via samba wrote: > Without the option --enable-selftest worked well make and make > install Yup. One patch missed backport which is now being tracked for 4.10.1. You can just apply the patch from [1] and build it yourself. [1] https://bugzilla.samba.org/show_bug.cgi?id=13854 > El vie., 22 mar. 2019 a las 9:23, Leo C (<leonidch076 at
2020 Sep 25
3
Debian client/workstation pam_mount
yes 'FS_PRUEBA_3' is the share name El vie., 25 sept. 2020 a las 14:03, Rowland penny via samba (< samba at lists.samba.org>) escribi?: > On 25/09/2020 17:50, jmpatagonia via samba wrote: > > Is still not working > > > > <volume fstype="cifs" > > server="domain-server2.policia2.rionegro.gov.ar" > >
2005 Jul 27
3
Asymmetric colors for heatmap
> Dear expeRts, > > Currently, my colors are as follows: > mycol <- > c("blue1","blue2","blue3","blue4","black","yellow4","yellow3","yellow2","y > ellow1") > heatmap(snp, Rowv=NA, Colv=NA, col=mycol) > > However, I would like to have the following colors: > bright blue ->