similar to: Partial correlation test

Displaying 20 results from an estimated 2000 matches similar to: "Partial correlation test"

2009 Nov 11
2
Partial correlations and p-values
I'm trying to write code to calculate partial correlations (along with p-values). I'm new to R, and I don't know how to do this. I have searched and come across different functions, but I haven't been able to get any of them to work (for example, pcor and pcor.test from the ggm package). In the following example, I am trying to compute the correlation between x and y, while
2010 Feb 24
1
lme4 exactitud
Tengo una duda, hay unos modelos mixtos que se resuelven con lme4, no tengo problemas con esto, pero necesito tener el resultado para cada uno de los factores, lo expreso con este ejemplo aunque no es código r creo que se entendería Factores como ser casa y auto, tengo casa 1, casa 2, casa 3, y auto 1, auto2, auto 3. Con lme4 y utilizando ranef obtengo por ejemplo Casa 1
2007 Dec 31
2
Building path to maildir
Hello everyone Happy new year . This is the first time I address to the list I have the following situation and I need help from all you people I have dovecot 0.9-11 and i want to migrate to a superior version like dovecot 1.0 looking forward to implement quotas in my system , and use the function deliver with postfix. My Scenario is as follow Dovecot + LDAP (ADS) + postfix My actual
2005 Feb 04
2
zapata.conf ERROR?????? please help
Hi asterisk GURUs I have an issue with a call forwarding setup, I have the next zapata conf: -----------------zapata.conf----------------- [channels] context=incoming signalling=fxs_ks usecallerid=yes hidecallerid=no echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 channel=1 -----------------zapata.conf----------------- And in extensions.cof I have a
2004 Feb 18
2
is this mbuf problem real?
BM_207650 MEDIUM Vulnerability Version: 1 2/18/2004@03:47:29 GMT Initial report <https://ialert.idefense.com/KODetails.jhtml?irId=207650> ID#207650: FreeBSD Memory Buffer Exhaustion Denial of Service Vulnerability (iDEFENSE Exclusive): Remote exploitation of a denial of service (DoS) vulnerability in FreeBSD's memory buffers (mbufs) could allow attackers to launch a DoS attack.
2016 Jul 07
2
Red Neuronal complicada categorías
Estimados Les consulto por redes neuronales, hay diversos artículos como los siguientes (el último tienen un error actualmente). Pero mi pregunta va un poco por otro lado. http://www.r-bloggers.com/build-your-own-neural-network-classifier-in-r/ http://www.r-bloggers.com/classification-using-neural-net-in-r/ Básicamente se puede calcular un valor, por ejemplo doblar 2,4 grados a la derecha, luego 1
2016 Feb 11
1
RV: Security tab missing, and another error
Hi all. I have Samba 4.2.8 in a Debian Virtual Machine, i have domain, can join a Windows 10 machine to domain, and i have logged with “administrator” domain account in my Windows 10 machine, wih RSAT tools i can create users etc The problem is with a created folder in server. Mkdir /usuarios Smb.conf: # Global parameters [global]         workgroup = PDC         realm = PDC.CASA        
2011 Jun 08
1
Fwd: removing windows 2003 from samba4&In-Reply-To=<4DEDC91A.3080706@samba.org>
Hello Matthieu, >Did you wait for a couple of minutes (1 or 2 hours maybe) for the sync >to settle ? also did you transfer roles to the samba4 DC ? > >In anycase you should restart samba with a higher log level so that we >can have more information. > >If needed pop up in #samba-technical for more real time support. > >Matthieu. I've restarted samba with log level
2016 Jul 09
2
Red Neuronal complicada categorías
Hola, Esta es una forma de hacerlo... Mira que lo primero que he modificado es el fichero "x.csv" para sustituir los espacios en los nombres por "_". Y también he quitado los acentos y las eñes... He utilizado el paquete RNNS y la función "mlp()" para ajustar la red. #------------------------------------------- > x <- read.csv("x.csv",
2015 Apr 21
2
Noob question: user moved to a OU dissapear from getent, but groups don't
Hi, first of all i'm sorry for my english. I'm triyng to migrate a Samba 3.6 domain to Samba 4 and I've a question about OU and Winbind: OU affects to something more besides GPO in AD and Winbind?. Because I've moved all users to an OU and all less one (strangely) have dissapear from "getent passwd" and the other SO tools. If i run "wbinfo -u" all users are
2017 Jan 11
2
Samba With Shared Server Enable Trash
Dears, i setting a samba with shared server in me enviroment but i do not knew enable trash for this. What setting i need for enable trash in me samba? I search links in google for enable trash in samba4 but i do not give help. Below my smb.conf: [global] # Substituir xxxxxx pelo nome do domínio desejado caso necessário workgroup = oduvaldocozzi # Substituir xxxxxx pelo nome do servidor
2016 Sep 03
2
igraph V a partir de E y subgrafos
Estimados Tengo un problema. Con igraph creo una red a partir de un data.frame, las dos primeras columnas son V y las restantes E. Hay un trabajo anterior, yo me pregunté ¿Qué pasaría si las cosas hablaran entre ellas?, entonces hay un cruce de información de todos contra todos y elimino los nulos y duplicados. Al ver los listados E, V tienen la información. Hasta ahí estaría todo bien (me
2015 Apr 21
3
Noob question: user moved to a OU dissapear from getent, but groups don't
Thanks for your reply. I've migrated the domain copying all files in /var/lib/samba and /etc/samba from original domain to new domain, I've edit the smb file to change the "passdb backend" line to match the old server (because original is localhost and give me an error connecting), and then I run this command: samba-tool domain classicupgrade --dbdir=/home/user/samba
2015 Apr 21
2
Noob question: user moved to a OU dissapear from getent, but groups don't
Thanks to both for answers. I'm using the latest version of wheezy-backports (Version 4.1.17-Debian) and in this server i don't need to map the AD users to linux tools (i'm doing tests before change anything in production servers), but i'm planing to use a File Server and a Print Server in separated machines and I need to have access to AD users. If I disable winbind entries on
2008 May 29
1
plotting zoo using datetime as xlim
is there a way to use the actual index value for plotting zoo objects this is the way that the index is set up and a sample range of what I would like to plot 01/01/06 00:00:00 - 01/01/06 23:45:00 { library(zoo) # chron library(chron) fmt.chron <- function(x) { chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x)) }} x <- structure(c(15.57, 15.5,
2008 Jan 02
1
Trying to build the maildir path
I use ldap because is where are store the users and his make place the authentication . In my LDAP I have a attribute mail. like this = mail: pepe at casa.com I Have more that one domain This atribute return to me something like : pepe at casa.com where i use tu build the path to maildir, using %d and %n variables . /var/spool/vmail/%d/%n = /var/spool/vmail/casa.com/pepe this work
2005 Feb 25
1
[LLVMdev] SparcV9 casa instruction
Hi, I need to implement the compare and swap instruction in the Sparc backend. It has the form: casa [reg]imm, reg, reg I believe I have specified it correctly in SparcV9Instr.def: I(CASAi, "casa", 4, -1, B12, true, 0, 1, SPARC_SINGLE, M_LOAD_FLAG|M_STORE_FLAG) Is this correct? And how do I specify the above syntax in SparcV9InstrInfo.td? Brent
2005 Feb 26
1
[LLVMdev] SparcV9 casa instruction
>From: Misha Brukman <brukman at uiuc.edu> >On Fri, Feb 25, 2005 at 04:33:34PM -0600, Brent Monroe wrote: >> I need to implement the compare and swap instruction in the >> Sparc backend. It has the form: >> >> casa [reg]imm, reg, reg >If you look in the instruction manual, each instruction has a >"format" which is F1, F2, F3 or F4, so your
2013 Aug 27
1
error installing ggm package
I'm new to R and trying to use the ggm package and I get the following message: > library("ggm", lib.loc="/Library/Frameworks/R.framework/Versions/3.0/Resources/library") Loading required package: graph Error: package ‘graph’ could not be loaded In addition: Warning message: In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no
2016 Sep 06
2
igraph V a partir de E y subgrafos
Estimado Javier, Me alegra que hayas avanzado con tu error. Te respondo a esto último. La función induced.subgraph() espera como segundo parámetro una lista de los IDs de los vértices, mientras que tú le estás pasando una lista de 'edges'. Prueba lo siguiente: c <- induced.subgraph(datos.network, which(V(datos.network)$name == 'Casa')) Si entendí bien todo, debería