search for: gal

Displaying 20 results from an estimated 259 matches for "gal".

Did you mean: al
2004 Aug 23
2
Reading GAL file
Greetings: I am trying to work with spdep (everything is "brand new" downloaded this morning). OS = Windows 2000 (also up to date). The code I am using follows: #example gal.county=read.geoda("lnpilnd.GAL", row.names=NULL, skip=0) summary.nb(gal.county) Error in summary.nb(gal.county) : Not a neighbours list #end The gal file works just fine in GeoDa (also up to date). Thanks, I am really stuck here. Mihai Nica Jackson State University 155 B Parkhurst D...
2002 Jul 01
1
Substitutions in strings.
Hi all, Sorry to bother you with the potentially not too bright question, but since I cannot get it to work, I'll have to ask someone.. I've got this vector: > token [1] sal skal skal bak b_r d_ gal kal l_r n_r pak p_r [13] sal sl_r sn_r spak sp_r st_r s_ bak d_ gal l_r pak [25] p_r sak sl_r sp_r t_ kal n_r s_ st_r sak kal spak [37] s_ spik t_ n_r spik spak gal pak p_r sak sl_r spak [49] s_ s_r t_ b_r s_r bak d_...
2007 Dec 21
1
matrix to gal object
useR's I need transform the matrix wdat [,1] [,2] [,3] [,4] [,5] [,6] [1,] 0 1 0 1 1 0 [2,] 1 0 0 1 1 0 [3,] 0 0 0 0 1 1 [4,] 1 1 0 0 1 0 [5,] 1 1 1 1 0 0 [6,] 0 0 1 0 0 0 to gal object. How I do with spdep? Thanks in advance for the help. Bernardo. University of Concepci?.
2006 Oct 26
6
Client-identifier option in PXE search order
Hello, Is there any plan to use the client identifier field as part of the PXE search order ? This will be helpful when using PXELINUX on Infiniband network which do not have 6 byte Ethernet MAC address. Thanks, _________________________________________________ Nir Gal | +972-9-9717685 (o) | +972-54-499-6633 (m) Manager, Customer Support Voltaire - The Grid Backbone www.voltaire.com <http://www.voltaire.com/>
2018 Jun 10
2
Samba DC: How to verify proper functioning
...The request is not supported. ......................... UBUNTU-DC passed test ObjectsReplicated Starting test: Replications REPLICATION-RECEIVED LATENCY WARNING UBUNTU-DC: Current time is 2018-06-10 14:47:51. CN=Schema,CN=Configuration,DC=Gal-Shvav,DC=local Last replication received from GSAD at 1601-01-01 02:21:57 WARNING: This latency is over the Tombstone Lifetime of 180 days! DC=DomainDnsZones,DC=Gal-Shvav,DC=local Last replication received from GSAD at...
2018 May 10
2
LLVM SCEV isAddRecNeverPoison and strength reduction
+CC llvm-dev On Tue, May 8, 2018 at 2:34 AM, Gal Zohar <Gal.Zohar at ceva-dsp.com> wrote: > I noticed that SCEV, when trying to perform strength reduction, doesn’t use > the ability to prove an induction variable does not signed/unsigned wrap due > to infinite loops. > > Is there an easy way to use the isAddRecNeverPoison fun...
2010 Apr 26
1
help with code
...a.Rdata") print(mydata) # Use column bind to add two new columns to mydata. # Not necessary for this example, but handy to know. mydata <- cbind(mydata, score1 = 0, score2 = 0) attach(mydata) mydata$guys <- gender=="m" #Creates a logical vector for males. mydata$gals <- gender=="f" #Creates another for females. print(mydata) # Applies basic math to the group selected by the logic. mydata$score1[gals]<- 2*q1[gals] + q2[gals] mydata$score2[gals]<- 3*q1[gals] + q2[gals] mydata$score1[guys]<-20*q1[guys] + q2[guys] mydata$score2[gu...
2010 Apr 26
1
Help with replacement of certain values in dataset with SAS code equivalent
...a.Rdata") print(mydata) # Use column bind to add two new columns to mydata. # Not necessary for this example, but handy to know. mydata <- cbind(mydata, score1 = 0, score2 = 0) attach(mydata) mydata$guys <- gender=="m" #Creates a logical vector for males. mydata$gals <- gender=="f" #Creates another for females. print(mydata) # Applies basic math to the group selected by the logic. mydata$score1[gals]<- 2*q1[gals] + q2[gals] mydata$score2[gals]<- 3*q1[gals] + q2[gals] mydata$score1[guys]<-20*q1[guys] + q2[guys] mydata$score2[gu...
2007 Apr 20
2
limmaGUI
.... Everytime I'm trying to load the data (including a RNA targets file, an error appears:Error reading files. that I'm not sure,but seems to have something to do with the format of my files (gpr). Is that the problem? does anyone have any idea what it could be? I was wondering if I try GAL files, the problem would be solved. I still don't have access to the gal files that's why I haven't tried it yet. Thanks, Solmaz
2007 Feb 06
2
How to do "moran's I test"?
I want to do "moran's I test" in R language. I try to use "gearymoran" in Package "ade4","moran" in Package "spdep", and Moran.I in Package "ape". But I do not know how to do it because data format is different. My data: x y dbh 111.03 10.7 7 118.11 0.28 1.2 165.36 0.36 8.4
2007 Jan 10
1
Global Address List & Joining Domain
I'm running FC6 and Evolution 2.8.2. I can read my e-mail from the Exchange server but I can't access the global address list (GAL). I have the server name but it always reports an error saying either the server name is wrong or its not available (I can ping the server). Does the linux computer have to join the domain in order to get access? I'm behind the firewall and directly connected to the network. How does one authen...
2002 Oct 15
3
ISC DHCPD Problem and Solution.
A long time, this apeared on the list: > Date: Tue, 23 Jul 2002 08:17:26 -0700 > From: H. Peter Anvin <hpa at zytor.com> > To: Gal Goldschmidt <gal at cs.haifa.ac.il> > Cc: syslinux at zytor.com > Subject: Re: [syslinux] ISC DHCPD Problem and Solution. > > Gal Goldschmidt wrote: > > > > All the station in that group suddenly did not receive the net mask, routers, > > DNS server and domain o...
2016 Apr 15
0
Need Help to solve an Error in R
...; > Hi > > Keep your answers to R help (others can help you too) > > From the warning message it seems to me possible that function ReadExi needs to write something to the working directory. As I said I am not an expert in this package, but commands from help > > R> make.gal.env(galname='galenv', gal.path='Exiqon') > R> ebatch <- ReadExi(galname='galenv', txtfile.path='Exiqon') > > are rather different from yours and I am not sure if it matters. To Jyoti; The first line of code in the help file fails with a message: &g...
2016 Apr 15
1
Need Help to solve an Error in R
Hi Keep your answers to R help (others can help you too) From the warning message it seems to me possible that function ReadExi needs to write something to the working directory. As I said I am not an expert in this package, but commands from help R> make.gal.env(galname='galenv', gal.path='Exiqon') R> ebatch <- ReadExi(galname='galenv', txtfile.path='Exiqon') are rather different from yours and I am not sure if it matters. Here I understand that # The folder 'Exiqon' contains the file 'samplesinfo.txt...
2023 May 04
2
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
The referenced patch calls set_vq_affinity without checking if the op is valid. This patch adds the check. Fixes: 3dad56823b53 ("virtio-vdpa: Support interrupt affinity spreading mechanism") Reviewed-by: Gal Pressman <gal at nvidia.com> Signed-off-by: Dragos Tatulea <dtatulea at nvidia.com> --- drivers/virtio/virtio_vdpa.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/virtio/virtio_vdpa.c b/drivers/virtio/virtio_vdpa.c index eb6aee8c06b2..989e2d7184ce 10064...
2023 May 04
2
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
...email: Use caution opening links or attachments > > > The referenced patch calls set_vq_affinity without checking if the op is > valid. This patch adds the check. > > Fixes: 3dad56823b53 ("virtio-vdpa: Support interrupt affinity spreading mechanism") > Reviewed-by: Gal Pressman <gal at nvidia.com> > Signed-off-by: Dragos Tatulea <dtatulea at nvidia.com> > --- > drivers/virtio/virtio_vdpa.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/virtio/virtio_vdpa.c b/drivers/virtio/virtio_vdpa.c > i...
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
...naging the list at > bridge-owner@lists.osdl.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Bridge digest..." > > >Today's Topics: > > 1. swithing trunk (tagged 802.1q traffic) with brctl > (Ferm?n Gal?n M?rquez) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Thu, 16 Mar 2006 19:39:40 +0100 >From: Ferm?n Gal?n M?rquez <fermin.galan@cttc.es> >Subject: [Bridge] swithing trunk (tagged 802.1q traffic) with brctl >To: &...
2007 Feb 23
3
Windows 98 caching too much
Hi, We have an old Win98 box at work that is used for programming GALs and EEPROMs, however we find that if the file is modified on the Unix side the Win98 box doesn't notice. This is rather annoying when you are iterating a design as you can imagine! One work around is to open a DOS box and 'type' the file - this seems to force it to re-get the file...
2006 Feb 19
2
possible rails -> postgresql bug
...description | folds ----------+------------------------------------------+--------------------- SG.05A | ALUMINIUM FLASHING C/B GIRTH 520MM FOLDS | {1,0,2,3,4,5,6} DN.03Z | .6MM FLASHING Z/A GIRTH 200MM FOLDS | {0,6,5,4,3,2,1} SR.05G | .6MM FLASHING GAL GIRTH 300MM FOLDS | {5,4,3,2,1,0,6} RR.06Z | .6MM FLASHING Z/A GIRTH 400MM FOLDS | {6,5,4,3,2,1,0} RR.05G | .6MM FLASHING GAL GIRTH 300MM FOLDS | {6,5,4,3,2,1,0} RR.09C | .6MM FLASHING C/B GIRTH 600MM FOLDS | {6,5,4,3,2,1,0} BS.09C | .6MM FLASHING C/B GIRTH 600MM...
2011 Dec 13
1
plotting 2 Y-axes, aligning the 0 value
...line should start in the middle of the graph only, rather than at the bottom of it. (This is an arbitrary example - the right axis could also start as of value 1000, in which case I'd like 1000 to align with 0 of the left axis.) Code: # set up some fake test data time <- seq(0,72,12) betagal.abs <- c(0.05,-0.18,0.25,0.31,0.32,0.34,0.35) cell.density <- c(0,1000,2000,3000,4000,5000,6000) #add extra space to right margin of plot within frame par(mar=c(5, 4, 4, 4) + 0.1) # Plot first set of data and draw its axis plot(time, betagal.abs, pch=16, axes=F, ylim=c(-1,1), xlab="&qu...