Displaying 20 results from an estimated 58 matches for "cuestion".
Did you mean:
question
2018 Oct 09
3
Generar nombres de vectores dentro de una función y asignarles valor
...olverme 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 <- psych::describeBy(describir ,segun.variable , mat=T)
for (i in names(matriz){
paste("QUID.DE.LA.CUESTION", "i", sep="") <- matriz[1:4, i]
}
resultado <- intersect(QUID.DE.LA.CUESTION.mean, QUID....TION.sd....)
return(resultado)
}
¿Cómo se resuelve el quid de la cuestión? ¿Qué es el quid de la cuestión?
Disculpen tener que andar preguntando estas cosas.
Gracias.
--...
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 c...
2015 Oct 11
4
Exists some problem with cronjobs under CentOS7
...ges).
>
> Did you have a question or error to point out? So far all I see is a
> correctly-running system.
>
> --
> Jonathan Billings <billings at negate.org <javascript:;>>
That's the problem. There is no error but any cron job configured runs..
And this is the cuestion: why any cron job works?.
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org <javascript:;>
> https://lists.centos.org/mailman/listinfo/centos
>
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 puedo obtener con R la integral del segundo termino?
gracias
--
Lic. Nahuel E. Farias
Laboratorio de Invertebrados
Departamento de Biología
Facultad de Ciencias Exactas y Naturale...
2012 May 07
2
Matrix "BYTES" size
..." in data, this way I´m telling that my data is "integer"
class. By doing this
object.size(matrix) tells me that this is half of the matrix when I don´t
define as integer (L)
The data that I´ll be filling with my matrix will be 0 and 1, nothing else,
so I could use less bytes.
so, my cuestion is, How can I create the same matrix but using even less
bytes?
I´ll appreciate if you can help me.
Thank you.
Lucas
[[alternative HTML version deleted]]
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
...s(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 not understand completelly.
So, my cuestion is, which mbox to maildir converter can I use that
is compatible with dovecot 1.0alpha5 ?
Thanks
Oliver
--
Oliver Schulze L.
<oliver@samera.com.py>
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 folder is deleted, is something special dovecot does to the
email? Or it...
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 very much to all of you.
Bye.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asteri...
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
...as 9:33, Emilio L. Cano (<emilopezcano en gmail.com>)
escribió:
> Hola Jose,
>
> A mí también me funciona bien el código en RStudio (con macOS 10.15, R
> 3.6.1 y RStudio 1.2), por lo que debe ser una cuestión particular de tu
> instalación. El error 99 aparece muchas veces por cuestiones relacionadas
> con las rutas de los archivos, te sugiero que pruebes:
>
> 1. Actualizar las versiones de R, de RStudio y de los paquetes que tengas
> instalados a la última versión (por ejemplo si el paquete rmarkdown no está
> actualizado puede no hacer lo que se espera de él)
>...
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 así lo haré de aquí en adelante, puesto que trabajo todos los días con él.
De nue...
2007 Apr 26
1
HTB+SFQ
...l trafico clasificado, es decir...luego yo iba a
mandar el trafico de la class 1:10 para el protocolo HTTP y la 1:20 para
FTP, y eso se hace justamente con IPTABLES, pero repito no lo hice porque no
veo el trafico desglozado previamente cuando trafico, usando los 2
potocolos, en la qdisc.
Esa es la cuestion, no logro clasificar el trafico para luego marcarlo. Ahi
esta el "Kì" del asunto como decian las viejas...
Any ideas?
De mas esta decir que IPTABLES, IPROUTE y el KERNEL estan correctamente
parcheados y actualizados, ya que sino ni siquiera levanta los modulos o
daria error.-
--
terr...
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 not doing
that it should.
2015 Oct 12
0
Exists some problem with cronjobs under CentOS7
...n or error to point out? So far all I see is a
> > correctly-running system.
> >
> > --
> > Jonathan Billings <billings at negate.org <javascript:;>>
>
>
> That's the problem. There is no error but any cron job configured runs..
> And this is the cuestion: why any cron job works?.
>
>
> >
> >
> > _______________________________________________
> > CentOS mailing list
> > CentOS at centos.org <javascript:;>
> > https://lists.centos.org/mailman/listinfo/centos
> >
> _____________________________...
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
> 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 not doing that it should.
>
For e...