Displaying 20 results from an estimated 1000 matches similar to: "dict SQL : HA / RR load-balancing ?"
2023 Nov 21
1
Cambiar el intervalo de confianza en un anova
Buenas,
En R, como en la mayoría del software estadístico, no se utiliza ningún nivel de confianza sino que lo que se calcula es el p-valor asociado
al contraste. De forma que cuanto más cerca de 0 esté el p-valor "menos credibilidad le damos a la hipótesis nula". Dicho mejor, debemos
rechazar la hipótesis nula si el p-valor está por debajo de nuestro nivel de confianza.
Por ejemplo,
2018 Feb 17
3
RV: no puedo cargar el paquete "agricolae"
Cada vez que intento cargar el paquete "agricolae" me da el siguiente mensaje:
Error: package or namespace load failed for 'agricolae' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called 'spData'
He intentado todo actualizar los paquetes, volverlos a instalar pero no hay forma.
Si sabeis la solución ??
Un saludo.
Juan
2023 Nov 21
1
Cambiar el intervalo de confianza en un anova
Gracias Carlos.
Yo también he visto el ejemplo que te pone chatGPT, pero la salida que te da no soy capaz de interpretarla.
Os paso las ordenes y las respuestas de R de la propuesta de chatGPT
Ejemplo.aov<- aov(P~TRAT+CORTE+REP)
> summary (Ejemplo.aov)
Df Sum Sq Mean Sq F value Pr(>F)
TRAT 6 0.0028 0.00046 0.777 0.590
CORTE 2 0.5022 0.25110 424.542 <2e-16
2011 Jul 05
2
Many "Error: Corrupted index cache file /XXX/dovecot.index.cache: invalid record size"
Hi all,
I just joigned this list, so I'm sorry if this problem has already been
reported.
I'm running Dovecot 2.0.13 on many servers, one for POP/IMAP access,
others for LDA, others for authentification only, etc.
All servers are accessing a shared file system, based on MooseFS
(www.moosefs.org). The FS is mounted using FUSE.
All my Dovecot servers have this configuration :
2013 Nov 21
3
uso detach
Un saludo:
Estoy intentando con el comando "detach()" eliminar todos los archivos que durante la analíticas voy utilizando y "attached" al programa.
El problema es que usando detach () no me borra todo lo adjuntado. No sé si estoy usando mal el comando o estoy usando un comando incorrecto que no es para esto.
Gracias.
Juan Bautista Relloso Barrio
Técnico del Dpto
2003 Jul 15
1
XP logon, Office XP and Virtual Basic
I have a smb server (2.2.4 on a linux slackware 8.1).
It will substitute a windows NT server.
Right now, we are testing it on a client using windows XP professional
spanish edition with the service packs installed.
After it works, we will migrate from the NT to the samba server,a nd the
clients will be xp professional, xp home edition and windows 98.
Now, the problems...
I can access the smb
2014 Feb 25
3
PMTU = 1518 over local network at 1500 MTU
Hi all,
I have two nodes, connected to a switch, using Tinc 1.1 from git.
They connect each other with sptps, and to other nodes in the Internet
with old protocol because they have Tinc 1.0.
There is no problem with remote nodes, but between my 2 local nodes,
they see 1518 PMTU. But local network is 1500 MTU !!! So nodes can ping
each other but larger data does not go.
test1=sllm1
test2=sllm2
2014 Aug 13
1
LMTP re-reading all messages
Hi all,
I have a little problem with Dovecot 2.1.17 and MailDir accounts.
I was using a shared file system (MooseFS), and all was pretty stable.
Now I'm switching to CephFS, and Dovecot LMTP have problem to deliver mails.
Very often, on large accounts, LMTP processes are running for a few hours
before delivering the message.
When I strace it, I can see that they are reading (open and stat
2006 Sep 08
2
Complete documentation gram.y ??
Hi everybody,
Does anybody know where I can find documentation about
file gram.y?. What I need to do is related to the
parse tree. I need the parse tree of a R user defined
function for being used by a c++ function. Briefly, I
have a C++ function that is used to generate random
numbers from a specified objective function and I want
to use R just to verified the sintaxis of the function
and I
2014 Mar 05
2
Tons of "Failed to decrypt and verify packet"
Hi all,
I tried Tinc 1.1 from git on 4 nodes, each one in a datacenter.
They were able to ping each other, etc... but I had problem with
multicast, nothing seemed to pass (all is OK with Tinc 1.0.23).
I checked logs and on every nodes I have a lot of:
Failed to decrypt and verify packet
And
Error while decrypting: error:00000000:lib(0):func(0):reason(0)
So I get back to 1.0.23 which works
2023 Mar 02
2
Realizar anovas, por cada uno de los niveles de uno de los factores del ensayo
Buenas tardes.
Tengo un ensayo de dos factores (Variedad y dosis)
Quisiera hacer anovas para cada una de las dos variedades que estoy evaluando.
Lo puedo hacer cogiendo los datos primero de una variedad y luego de la otra.
Pero creo que hay un comando "by variedad" que lo hace si necesidad de andar modificando el archivo de datos. Pero no sé dónde hay que colocarlo.
Si alguno me puede
2012 Sep 20
1
Conectar Tinn-R con R versión 2.15
Hola a todos:
Preguntar si alguien sabe si se puede conectar el Tinn-R con la versión 2.15 de "R"
Yo lo he intentado y no lo consigo. si abro un script con el tinn-R no se me activan los botones para poder correr las lineas y que el resultado aparezca en la ventana de abajo de "R".
Vamos como pasaba con la versión 2.14
Sin más un saludo a todos y gracias por
2004 Aug 02
1
Asterisk as Front-End for Artisoft Televantage 6
Anyone had experience 'marrying' the two?
We had setup * to front end Artisoft's Televantage.
It works with some issues need to be resolved:
- Inbound calls could not properly handled and routed by Televantage's
Call Classifier. It goes directly to the Televantage's default auto
attendant. Correct digits not being passed by * to Televantege?
- The caller's Caller ID does
2006 Sep 28
1
eval(SEXP fn,SEXP rho) in C++ code
Hi r-devel,
I am working on a R extension. I am writing the
function in C++, and in my function it is required a R
function object from the user. This R function object
will be evaluated thousand of times in my C++ code. I
generated the shared library and I loaded it on R. I
did several experiments in order to compare the speed
of my compiled code vs the speed of the equivalent
interpreted code.
2006 Sep 05
1
R object code
Hi!, I wonder to know if someone can explain me how I
can access R object code. Briefly, what I need to do
is: given a user defined function in R I want to
access its object code with C because I need evaluate
the function but using C.
Thanks in advance for any help.
Patricia.
___________________________________________________________
Do You Yahoo!?
La mejor conexi?n a Internet y
2006 Jan 06
1
Annoying Notice Message: "Don't know what to do with control frame 15"
Hi, I haven't found anything about the message below on the mailing list,
Does anyones knows why this notice is being appearing?
-- Executing Dial("Local/912365533643@default-f348,2",
"IAX2/CallOut/12365533643|30|otT") in new stack
-- Called CallOut/12365533643
-- Call accepted by 12.11.11.11 (format ulaw)
-- Format for call is ulaw
--
2023 Mar 30
1
Problems with foreign
Good day
My name is Jos? Oscar, I'm from Mexico and I have some questions about
foreign in your write.foreig( ) function. We know that this function
generates the inputs to be able to run them or execute them in another
program like SPSS, SAS or Stata. In these cases, when creating an example
file, a matrix and using the function to execute the .sps file directly
from SPSS, I don't care or
2013 Oct 21
2
Very slow network speed using Tinc
Hi all,
We are using Tinc 2.0.22 as a layer 2 VPN between nodes over the Internet.
We are experiencing very slow network speed using Tinc.
Between 2 nodes, we have 150 Mbit/s network speed without Tinc (public
IPv4 to public IPv4 using iperf), and only 3 Mbit/s using Tinc (private
IPv4 to private IPv4).
Here is the configuration of Tinc we use :
AddressFamily = ipv4
BindToInterface = vmbr1
2008 Jun 02
0
Good Asterisk HA Load balancing document.
Hi All
I have two asterisk servers in two different companies. I want both servers
to use the same configuration. I.e. if I add an extension on server A I want
this to be reflected on server B. This can be done using NFS or rsync.
However this is not my main problem. My problem is as follows.
Lets suppose I have the two servers and they are identical. If user A
registers at Server A and User B
2013 May 28
3
Load Balancing and HA
Hello,
I've been thinking about the best way to achieve load balancing and making
my mail servers highly available. So far I believe I have 2 scenarios:
Scenario1: This should allow any to lose any of the servers and clients
still have access to their emails (although I am not sure how the indexes
would react to this and sudden disconnection)
- 2 Dovecot Proxy servers, using a