search for: cuestions

Displaying 20 results from an estimated 58 matches for "cuestions".

Did you mean: questions
2018 Oct 09
3
Generar nombres de vectores dentro de una función y asignarles valor
Problema de autodidacta que no sabe cómo se llaman a las cosas, entonces no le sabe preguntar Google: Tengo una función que tiene que generar unos vectores, para después evaluarlos y devolverme el resultado; necesito que genere los nombres de los vectores y asignarles valores. Y No sé ni hacerlo ni decirlo con pocas palabras. a function(describir, segun.variable) { matriz <-
2005 Oct 26
1
Otra cuestion - other Q!
Veo que hay gente que habla castellano! ok! les paso a contar lo que hice: Directamente fui al site y baj? la ultima version, que se muestra arriba a la derecha, o sea los fuentes. ACLARO QUE NO SOY EXPERTO EN LINUX NI MUCHO MENOS, aunque hace mas de 7 a?os que voy y vengo.... jajaja desempaquet? todo, segui las instrucciones del readme, fui a tools, ejecut? el instalador, luego me comenzo a
1999 Jun 24
1
Little problem
Hi all. IF Iam WRITING TO WRONG SAMBA LIST PLEASE TELL ME THAT, I GOT A LITTLE CONFUSED ABOUT THE LIST NAMES I just suscribed to this list and i want to say that i started use samba moustly for file and printer sharing. All ok till now , only two cuestions I need to set up a share folder for two users only , i made some like [folder] valid users usr1 usr2 printable no writable yes The clients machines are w95 and w98 But the files made by usr1 cannot be edited or deleted by usr2 or viceversa. How can setup this share the way bouth users ca...
2015 Oct 11
4
Exists some problem with cronjobs under CentOS7
On Sunday, October 11, 2015, Jonathan Billings <billings at negate.org> wrote: > On Oct 11, 2015, at 8:20 AM, C. L. Martinez <carlopmart at gmail.com > <javascript:;>> wrote: > > I am having strange problems with my cron jobs in my CentOS7 kvm > > host. After the initial install and first boot, any cron job > > configured had run (including cron tasks
2009 Jul 05
2
integrar resultado de splines cubicos
hola soy nuevo usuario de R y necesito crear un objeto p tal que, p=lambda*integral[f´´(x)^2 dx ] donde "lambda" es uno de los parametros que resultan de la funcion "smooth.spline()" y la integral es sobre la derivada 2 de esa misma funcion... dos cuestiones: 1) como extraigo lambda de los resultados de smooth.spline() para usarlo como objeto cuando lo requiera y 2) como
2012 May 07
2
Matrix "BYTES" size
Dear R people. I´m facing a big problem. I need to create a matrix with 10.000 columns and 750.000 rows. matrix<- as.data.frame(matrix(data=0L, nrow=750000, ncol=10000) as you can see, the data frame has huge dimesions. I was able to find out about thr "L" in data, this way I´m telling that my data is "integer" class. By doing this object.size(matrix) tells me that this is
2002 Jun 15
2
problems with gzip
...ted packages downloaded today.When I try to install them with R CMD INSTALL an error message says that the package is not a gzip file. This occurs both in Suse 7.3 and in Debian Potato 2.2. I had not this problem when instaled the same packages just half a year ago. I think this is related with cuestions about GNU license or similar but, knows anybody what should I do to resolve the problem? Thanks in advance Juan Pablo Zaragoza, Spain _________________________________________________________________ ?nase con MSN Hotmail al servicio de correo electr?nico m?s grande del -.-.-.-.-.-.-.-.-...
2005 Dec 19
1
Migrating from mbox to maildir, which converter is compatible with dovecot
Hi, I'm testing/debuging the migration from mbox to maildir in a mailserver running Dovecot 1.0alpha5. I migrated all 472715 emails(in a test server) and later noted that dovecot could not get the same flags/status of the emails as in the mbox. I was using perfect_maildir.pl and I think its not dovecot fault. Seems to me that perfect_maildir.pl convert the emails in a way that dovecot could
2007 Aug 25
3
Restoring a deleted/moved imap folder
Hi, one user of my imap server just deleted a whole folder, blame thunderbird I have the server disk and running Stellar Info for deleted files recovery. My cuestion is about how dovecot deleted an imap Maildir folder? The imap client is configured to move the deleted mails to the Trash folder, so I think dovecot would delete every Maildir email after successfully moved it. In the case a
2007 May 08
1
load modules
Hello again, I have a little problem, every time I switch on the Asterisk server I must load two modules: modprobe zaptel and modprobe wctdm Is there any way to load there automatically when the server start? I have a Debian Etch. One more cuestion, it's posible to start Asterisk (asterisk -vvvc)as well? What metod do you prefer? "asterisk" or "asterisk -vvvc"? Thanks
2009 Nov 24
5
Pregunta estad=?US-ASCII?Q?=ED?=stica
Hola a todos, Tengo una duda sobre estadística antes de usar R y es la siguiente: Tengo unas muestras y para cada una de ellas, he calculado su media y su intervalo de confianza. He calculado la media de las medias y ahora me pregunto: ¿podría obtener el intervalo de confianza para esta media de medias a partir de los intervalos de confianza que tenía para cada media?. Agradeceré cualquier
2006 Mar 24
5
problems with ".this"
Hello I´m making a class using prototype''s class.create(), like this: var onewClass = Class.create(); onewClass.prototype = { initialize : function(array) { this.variable = "fooo"; this.array = array; }, function1 : function() { this.array.each(function(element){ alert(element);
2019 Oct 12
2
PANDOC
Hola, parece que el problema está relacionado con la versión de Pandoc. La última da problemas, según parece: https://github.com/boxuancui/DataExplorer/issues/119 DataExplorer failed on the iris and mtcars data.frames on 3 of 4 computers today. It took hours, but the problem seems related to newer versions of Pandoc. Only Pandoc 2.6 works with DataExplorer. It will fail with newer versions 2.7
2019 Oct 11
3
PANDOC
Estimados -Este paquete parece que saca un reporte bastante completo, a mi me da error y no comprendo porque,por favor audenme en esto library(DataExplorer) create_report(iris) create_report(airquality, y = "Ozone") error que me da Error: pandoc document conversion failed with error 99 TENGO INSTALADO PANDOC
2014 Nov 26
2
Duda sobre cómo analizar un experimento factorial con algoritmos de extracción de características, clustering y clasificación como factores
Hola de nuevo a todos, me gustaría pediros disculpas por los correos que he enviado. La razón de enviarlos es que pensaba que era también un foro en el que podía plantear cuestiones estadísticas, no solo sobre R en concreto. Siempre es importante aprender algo de todo lo que haces, así que lo que me llevo es el conocimiento de que aquí solo puedo plantear cuestiones de implementación en R, y
2007 Apr 26
1
HTB+SFQ
Hi folks, I`ve a problem to use HTB and SFQ. The first script, below, to show a simple configuration, does work fine...!!! But, in the second example, does not work, becouse i put more code to clasify the traffic by protocol, http and ftp in this case. Somebody can tell me the errors? Thx, in advance.- NOTICE: IMQ device is to asociate with ETH1 my external iface. SCRIPT que funciona:
2013 May 15
4
series financieras
Buenos dias, Tengo la siguiente duda. Desde una hoja de calculo .xls me descargo un fichero en r as.matrix. Time VAR_2 VAR_3 VAR_4........ VAR_N Fechas(n) Precios Precios Precios Precios Fechas (n-1) ¿como puedo hacer para graficar de forma ordenada (fechas) cada uno del vector columnas (son precios de activos)? [[alternative HTML
2015 Oct 12
0
Exists some problem with cronjobs under CentOS7
On 10/11/2015 09:38 AM, C. L. Martinez wrote: > That's the problem. There is no error but any cron job configured runs.. > And this is the cuestion: why any cron job works?. It's not clear what you're asking. It would help if you replied with an example of a specific job that's configured on your system, and explaining what it is doing that it should not, or what it is
2015 Oct 12
0
Exists some problem with cronjobs under CentOS7
Because systemwide cronjobs are installed in /etc/cron.* directories, not in root user cron file.. Eero 11.10.2015 7.39 ip. "C. L. Martinez" <carlopmart at gmail.com> kirjoitti: > On Sunday, October 11, 2015, Jonathan Billings <billings at negate.org> > wrote: > > > On Oct 11, 2015, at 8:20 AM, C. L. Martinez <carlopmart at gmail.com > >
2015 Oct 13
2
Exists some problem with cronjobs under CentOS7
On Mon, Oct 12, 2015 at 12:15 AM, Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 10/11/2015 09:38 AM, C. L. Martinez wrote: >> >> That's the problem. There is no error but any cron job configured runs.. >> And this is the cuestion: why any cron job works?. > > > It's not clear what you're asking. It would help if you replied with an >