Displaying 14 results from an estimated 14 matches for "borrarlos".
Did you mean:
borrarlo
2010 Mar 24
1
lista
...or cada correo que ingresa, etc. A
gusto de cada uno.
Cuarta ventaja: en todos los sistemas operativos hay más de un programa de
correo electrónico, o interfaces web, cada usuario puede ordenar en su disco
rígido a los correos recibidos, de acuerdo a sus preferencias, guardarlos
por mucho tiempo o borrarlos, mil posibilidades de acuerdo a cada persona.
Quinta ventaja: la lista de correo hace que los correos lleguen, en un foro
hay que ir a leerlos, hay mucho de gusto personal, pero el ir a leerlos es
más trabajo que llegaron y están en mi computadora, si no quiero leerlos
tengo que borrarlos, pero pa...
2014 Jul 14
2
outliers (Marta valdes lopez)
Hola Marta,
si observas cualquier artículo de psicología esto es una práctica típica.
Te digo psicología porque creo que tus datos son de ese tipo. Tienes
bibiligrafía de artículos cientificos en las que se quitan valores
siguiendo los criterios que te he dicho solo has de buscar bibliografía del
campo en el que te mueces. Osea que nos quitarlos por que sí, aunque en
cada area de ciencia tienes
2014 Jul 11
2
outliers (Marta valdes lopez)
Tu fichero tiene los decimales como puntos y no como comas como tu le
indicas. Te dejo un ejemplo
#---------------------------------------------------------------------------------------------------------------------
setwd(dir="c:/Users/usuario/Desktop/")
library(outliers)
filename<-"timediff.csv"
time<-read.csv(filename, sep=";",header=TRUE,dec=".")
2007 Jul 24
2
plotting gam models
Hi everybody,
I am working with gams and I have found some questions when plotting gams models.
I am using mgcv, and my model looks something like this:
model<- gam(x ~ s(lat,long))
I can plot the output of the model using plot(model) or plot.gam(model) and I get a surface plot.
That is ok, but what I want to do now is to extract the data used to perform the surface plot. Like that I
2010 Aug 23
0
Maria Teresa Torres Muñoz/Control/Gestión de Accidentes/LineaDirecta está ausente de la oficina.
Estaré ausente de la oficina desde el 23/08/2010 y no volveré hasta el
06/09/2010.
Responderé a su mensaje cuando regrese, si es urgente enviar mail a
Estadisticas GDA
Visítenos en: www.lineadirecta.com
"Este mensaje y los documentos que, en su caso, lleve anexos, pueden contener información confidencial. Por ello, se informa a quien lo reciba por error que la información contenida en
2010 Nov 08
0
Maria Teresa Torres Muñoz/Gestion de Intangibles/LineaDirecta está ausente de la oficina.
Estaré ausente de la oficina desde el 08/11/2010 y no volveré hasta el
16/11/2010.
Responderé a su mensaje cuando regrese, si es urgente enviar mail a
INNOVACION
Visítenos en: www.lineadirecta.com
"Este mensaje y los documentos que, en su caso, lleve anexos, pueden contener información confidencial. Por ello, se informa a quien lo reciba por error que la información contenida en el
2010 Apr 23
1
Problem shuting down server.
Have Centos 5.3 installed in a HP ML110 server. After cloning disk using
Clonezilla, if I issue a shutdown -h now, or any other command to shut
down the server (i.e. init 0 or poweroff), instead of shutting down the
server reboots.
I googled but could't find any answer. ?Does anybody has a clue about
why this is happening?
--
Enrique Verdes <EVerdes at conatel.com.uy>
Depto. de
2017 Aug 18
0
Glustershd error - Cannot assign requested address to port 24007
Hello,
I created a small cluster with 5 servers on ubuntu 16.04 and everything is
working ok so far, but I experience a weird problem with glustershd. On all
servers I get following error:
Aug 18 22:13:55 ws1 glustershd[16078]: [2017-08-18 20:13:55.604910] E
[socket.c:3287:socket_connect] 0-igrepo-client-3: connection attempt on
94.xxx.xxx.xxx:24007 failed, (Cannot assign requested address)
2010 Apr 27
0
Transparent proxy with LVS
I've managed to configure a LVS Cluster to act as a transparent proxy
squid farm, with a virtual server as load balancer, and three real
servers. Because redirecting packets going to port 80 to port 3128 of
squid in the load balancer doesn't works, the solution has a mix of ip
route and iptables.
Here is the script I wrote to configure transparent proxy.
#!/bin/bash
#Transparent proxy
2016 Sep 09
2
Borrar carácteres extraños /xax
Buenos días,
estoy realizando análisis de texto con Twitter y tengo un problema con unos
carácteres que no logro quitar. Són cadenas de letras con forma similar a
*xaexdfxdeaxoa*. Creo que surgen de la códificación de los emojis.
Yo suelo utilizar, más o menos el siguiente codigo con gsub para limpiar
texto, pero no me sirve
# remove rt
x = gsub("rt", "", x)
# remove at
x =
2011 Mar 01
3
Help
Cordial saludo.
Estoy instalando la nueva version de R (2.12.2), esta version me instala bien pero cuando voy a abrir R me aparece un error que dice "imposible restaurar los datos en .RData" alguien me puede ayudar ?
ANDRÉS FELIPE FLÓREZ RIVERA
UNIVERSIDAD NACIONAL DE COLOMBIA
ESTADISTICA 2010
[[alternative HTML version deleted]]
2010 May 19
4
Networking setup/help
I had to install 5.5 from scratch and now I have to rebuild my home networking system.
I haven't had to mess with this stuff in over 5+ years and I'm sure there may be better ways of doing it now.
My liunx box acts as firewall/gateway for 2 other pcs. I was using a script from the Linux IP Masquerade HOWTO with ddclient (since I have a dynamic ip).
Also, I don't think I need a full
2010 Jun 21
6
How to specify the default route?
I have a machine with two net interfaces.
it seems to always pick the wrong one (eth1) as the default route.
I can change it with
route del default
route add default eth0
after it's up (or in rc.local, of course), but I'd like to figure out
what I need to do this "the CentOS way" (e.g. edit some configuration
file? Run some config utility, what?) once and for all.
Can
2010 Aug 24
0
mlm for within subject design
Thank you for reading. I am trying to get sphericity values, and I understood I need to use mlm, but how do I implement a nested within subject design in mlm? I already read the R newsletter, fox chapter appendix, EZanova, and whatever I could find online.
My original ANOVA
anova(aov(resp ~ sucrose*citral, random =~1 | subject, data = p12bl, subset = exps==1))
Or
anova(aov(resp ~