search for: data4

Displaying 20 results from an estimated 156 matches for "data4".

Did you mean: data
2011 Dec 15
2
lm and R-squared (newbie)
Hello, I've two data.frames (data1 and data4), dec="." and sep=";". http://r.789695.n4.nabble.com/file/n4199964/data1.txt data1.txt http://r.789695.n4.nabble.com/file/n4199964/data4.txt data4.txt When I do plot(data1$nx,data1$ny, col="red") points(data4$nx,data4$ny, col="blue") , results seem very s...
2003 Aug 31
1
samba-3.0.0rc2 Please help with charset error
Hi all, I am using solaris9 x86 with samba-3.0.0rc2, getting this errors by running any samba command. any help is appreciated. ./testparm Load smb config files from /data4/samba3_rc2/lib/smb.conf Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1: ./testparm : fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire ctory Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1: ./testparm : fatal: /...
2003 Sep 11
1
samba samba-3.0.0rc3 make install error
Hi all, I am trying to compile samba-3.0.0rc3 on solaris9 x86 make install booms out with an error. ./configure --prefix=/data4/samba --with-profiling-data --with-quotas --with-sys-quotas --with-acl-support make make install .... .... Installing bin/CP850.so as /data4/samba/lib/charset/CP850.so Installing bin/CP437.so as /data4/samba/lib/charset/CP437.so ./install-sh -c bin/libsmbclient.so /data4/samba/lib mksh: Fatal err...
2010 Dec 19
1
Random selection from a subsample
Dear Mailing List I have a data set (data4) consisting of a number of factors and a response variable. I wish to randomly sample from a combination of two of those factors (GIS_station and Distance_code2) and return a new dataframe containing the original data structure (i.e. all the columns) but only containing the randomly selected rows....
2016 Feb 05
2
[PATCHv2] inspect: get windows drive letters for GPT disks.
...DosDevices value and converts it to a + * GUID string so that it can be matched against libguestfs partition + * device GPT GUID. + */ +static char * +extract_guid_from_registry_blob (guestfs_h *g, const void *blob) +{ + char guid_bytes[16]; + uint32_t data1; + uint16_t data2, data3; + uint64_t data4; + + /* get the GUID bytes from blob (skip 8 byte "DMIO:ID:" prefix) */ + memcpy (&guid_bytes, (char *) blob + 8, sizeof (guid_bytes)); + + /* copy relevant sections from blob to respective ints */ + memcpy (&data1, guid_bytes, sizeof (data1)); + memcpy (&data2, guid_byte...
2006 Nov 24
1
barplot help needed
hello, I would like to create the following barplot: I have 4 different data sets (same length + stddev for each data point) data1 sd1 data2 sd2 data3 sd3 data4 sd4 now, I'd like to plot in the following way: data1[1],data2[1],data3[1],data4[1] with it's sd-values side-by-side at one x-axis label (named "position 1") and each bar in different colors. data1[2],data2[2],data3[2],data4[2] at the next x-axis label (named "position 2...
2010 Nov 02
1
subset a data.frame
Hello List, this should be simple, but cannot figure it out. I am trying to subset a data.frame like this: > data4 users time 1 user5 2009-12-01 14:09:58 2 user1 2009-12-01 14:40:16 3 user8 2009-12-04 08:18:37 4 user6 2009-12-04 08:18:37 5 user83 2009-12-04 08:18:37 6 user82 2009-12-04 08:18:37 7 user31 2009-12-04 08:18:37 8 user85 2009-12-04 08:1...
2016 Feb 05
3
[PATCH] inspect: get windows drive letters for GPT disks.
...and converts it to a GUID string + * so that it can be matched against libguestfs partition device GPT GUID. + */ +static char * +extract_guid_from_registry_blob (guestfs_h *g, const void *blob) +{ + char guid_bytes[16]; + size_t len = 37; + uint32_t data1; + uint16_t data2, data3; + uint64_t data4; + + char *guid = (char *) safe_calloc(g, len, sizeof (char * )); + + /* get the GUID bytes from blob (skip 8 byte "DMIO:ID:" prefix) */ + memcpy (&guid_bytes, (char *) blob + 8, sizeof (guid_bytes)); + + /* copy relevant sections from blob to respective ints */ + memcpy (&da...
2010 Mar 24
3
How to use the paste function to create an already used variable
Hi there, I have the following problem Four data frames exist: data1 data2 data3 data4 Now I want to write a loop and temporarily store the data1, data2, data3, data4 in a variable called data. I tried the following... for (i in 1:4) { Data <- paste("data",i,sep="") ... .. } but it doesn't function. I think the problem is the definition of the mode of...
2018 Feb 08
2
PHI nodes for atomic variables
...he next code snippet as follow. I found that it only generated PHI node (*%8 = phi i32 [ %4, %3 ], [ %6, %5 ]*) for non-atomic variable 'data2' but not for atomic variable x? Why? With PHI node "*%8 = phi i32 [ %4, %3 ], [ %6, %5 ]*", we can easily know that *data3* dependents on *data4.* However, if no such PHI node can be generated, how to catch the information that *data1* dependents on *data4*? Thank you all in advance. int data1, data2, data3, data4; std::atomic<int> x; void f1() { if (data1 > 0) { x = data4; data2 = data4; } data3 =...
2011 Mar 17
4
Help with plotting a line that is multicoloured based on levels of a factor
Hi All, I'm trying to plot data that is a time series of flows that are associated with a specific level, and I would like each level to represent a colour in a line plot. Here is some data that approximates what I'm using: date=c(1:300) flow=sin(2*pi/53*c(1:300)) levels=c(rep(c("high","med","low"),100)) data=cbind.data.frame(date, flow, levels)
2003 Dec 30
0
samba 3.0.1 getting Sid not users login?
...olaris9 x86 with samba 3.0, iplanet ds5 with the samba schema. My login works to this machine but by creating a directory or any file it will only return my samba Sid not my login name? What am I doing wrong? Any help is greatly appreciated Eli My smb.conf # testparm Load smb config files from /data4/samba/lib/smb.conf Processing section "[public]" Processing section "[homes]" Processing section "[netlogon]" Processing section "[Profiles]" Processing section "[printers]" Loaded services file OK. Server role: ROLE_DOMAIN_PDC Press enter to see a...
2016 Feb 06
1
[PATCH v3] inspect: get windows drive letters for GPT disks.
...DosDevices value and converts it to a + * GUID string so that it can be matched against libguestfs partition + * device GPT GUID. + */ +static char * +extract_guid_from_registry_blob (guestfs_h *g, const void *blob) +{ + char guid_bytes[16]; + uint32_t data1; + uint16_t data2, data3; + uint64_t data4; + + /* get the GUID bytes from blob (skip 8 byte "DMIO:ID:" prefix) */ + memcpy (&guid_bytes, (char *) blob + 8, sizeof (guid_bytes)); + + /* copy relevant sections from blob to respective ints */ + memcpy (&data1, guid_bytes, sizeof (data1)); + memcpy (&data2, guid_byte...
2012 May 07
1
Repeating
Dear All, I have a codes which calculates the result of Ripley's K function of my data. I want to repeat this process 999 times. However, i am getting an error when i use the "for i in" function. Is there any way to repeat this analysis 999 times. Here are the codes i used ; data4 <- matrix(c(sample(id),data1),203,3) a <- data4[,1] random.case=data4[a==0,] random.contr=data4[a==1,] random.case.locations<-list(x=random.case[,1],y=random.case[,2]) ppregion(xl=min(random.case[,1])-0.0001,xu=max(random.case[,1])+0.0001,yl=min(random.case[,2])-0.0001,yu=max(random.case...
2018 Feb 08
3
PHI nodes for atomic variables
Thanks for your explanation. Do you mean that LLVM will not maintain the def-use chain for atomic variables? So it is impossible to directly catch the fact that the load of x at the statement 'data1 = x; ' dependents on data4 (because of the statement x=data4 )? If I want to get such information, may be the only solution is to traverse all the predecessors of the statement 'data1 = x;'. Best regards, Qiuping Yi Institute Of Software Chinese Academy of Sciences On Thu, Feb 8, 2018 at 3:11 AM, David Chisnall...
2016 Feb 05
0
Re: [PATCH] inspect: get windows drive letters for GPT disks.
...it can be matched against libguestfs partition device GPT GUID. > + */ > +static char * > +extract_guid_from_registry_blob (guestfs_h *g, const void *blob) > +{ > + char guid_bytes[16]; > + size_t len = 37; > + uint32_t data1; > + uint16_t data2, data3; > + uint64_t data4; > + > + char *guid = (char *) safe_calloc(g, len, sizeof (char * )); > + > + /* get the GUID bytes from blob (skip 8 byte "DMIO:ID:" prefix) */ > + memcpy (&guid_bytes, (char *) blob + 8, sizeof (guid_bytes)); > + > + /* copy relevant sections from blob to re...
2018 Feb 08
0
PHI nodes for atomic variables
...info". Memory is not in SSA form in LLVM and has no def use chains by default. If you want an SSA form for Memory, you would have to use the MemorySSA analysis. > So it is impossible to directly catch the fact that the load of x at the > statement 'data1 = x; ' dependents on data4 (because of the statement > x=data4 )? > If I want to get such information, may be the only solution is to traverse > all the predecessors of the statement 'data1 = x;'. > This will not work either in general. > > > > Best regards, > > Qiuping Yi > Instit...
2016 Feb 05
1
Re: [PATCH] inspect: get windows drive letters for GPT disks.
...> > GPT GUID. > > + */ > > +static char * > > +extract_guid_from_registry_blob (guestfs_h *g, const void *blob) > > +{ > > +  char guid_bytes[16]; > > +  size_t len = 37; > > +  uint32_t data1; > > +  uint16_t data2, data3; > > +  uint64_t data4; > > + > > +  char *guid = (char *) safe_calloc(g, len, sizeof (char * )); > > + > > +  /* get the GUID bytes from blob (skip 8 byte "DMIO:ID:" prefix) > > */ > > +  memcpy (&guid_bytes, (char *) blob + 8, sizeof (guid_bytes)); > > + > >...
2006 Jan 18
1
Problem in rpc_api_pipe related to the \spoolss pipe
...len 48, data_len 24, ss_len 0 rpc_api_pipe: got PDU len of 48 at offset 0 rpc_api_pipe: Remote machine pdc pipe \lsarpc fnum 0x7304 returned 48 bytes. 000000 lsa_io_r_open_pol 000000 smb_io_pol_hnd 0000 data1: 00000000 0004 data2: 00000001 0008 data3: 0000 000a data4: 0000 000c data5: 88 2e ce 43 8c 65 00 00 0014 status: NT_STATUS_OK init_q_query 000000 lsa_io_q_query 000000 smb_io_pol_hnd 0000 data1: 00000000 0004 data2: 00000001 0008 data3: 0000 000a data4: 0000 000c data5: 88 2e ce 43 8c 65 00 00...
2007 Aug 14
0
Panel data and imputed datasets
...e I gone about this in entirely the wrong way? Thanks in advance for the help. Best, -N Here's the code I have so far: #Read in the imputed datasets data1 <- read.dta("outdata1.dta") data2 <- read.dta("outdata2.dta") data3 <- read.dta("outdata3.dta") data4 <- read.dta("outdata4.dta") data5 <- read.dta("outdata5.dta") #Set the datasets as panels (for subsequent analysis in plm) pdata.frame(data1, "country", time="year") pdata.frame(data2, "country", time="year") pdata.frame(data3, &quo...