search for: data3

Displaying 20 results from an estimated 214 matches for "data3".

Did you mean: data
2005 Dec 20
2
Unable to handle kernel NULL pointer
...eon Dell PowerEdge SC1425 (2.6.9-5.ELsmp#1 SMP x86_64), and recieved this notice in /var/log/messages. The datanode process crashed, and using the partition after this seemed to hang processes, eg ls /data/ would hang. Reboot fixed this, boot.log states that the partition was clean, Dec 19 08:33:51 data3 fsck: /data: recovering journal Dec 19 08:33:54 data3 fsck: /data: clean, 9907/6311872 files, 3946561/12619049 blocks I posted this info to the cluster list initially, they seem to think it might be a memory > disk problem or perhaps a bug? And said you guys might know more about it. Dec 18 03...
2011 Apr 05
2
IFELSE function XXXX
Hello everyone, This IFELSE function call is not working properly. I do not receive an error message, but the actions are not executed conditional as I was hoping. Any assistance is appreciated. set.seed(12345) res1<-rbinom(10000,1,.1) rdata3<-transform(data.frame(res1),input1=rnorm(10000,50,10)) data3 #inducing correlation between res1 & input1 ifelse(data3$res1==1,data3$input1<-data3$input1+10,data3$input1<-data3$input1) data3 Thank you, Dan [[alternative HTML version deleted]]
2009 Nov 12
2
redundant factor levels after subsetting a dataset
...a character variable. x=c(1,2,3,2,0,2,-1,-2,-4) md=c(rep("Miller",3), rep("Richard",3),rep("Smith",3)) data1=data.frame(x,md) #I subset this data.frame in a way such that one level of the character variable does not appear in the new dataset. data2=data1[x>0,] data3=subset(data1,x>0) #However, when I check the levels of the factor variable in the subset data frame, it still shows the levels that are now unused. unique(data2$md) unique(data3$md) #This leads to complications in table and tapply that I want to avoid. table(data2$md) tapply(data2$x,data2$m...
2008 May 14
4
Accessing items in a list of lists
Using R 2.6.2, say I have the following list of lists, "comb": data1 <- list(a = 1, b = 2, c = 3) data2 <- list(a = 4, b = 5, c = 6) data3 <- list(a = 3, b = 6, c = 9) comb <- list(data1 = data1, data2 = data2, data3 = data3) So that all names for the lowest level list are common. How can I most efficiently access all of the sublist items "a" indexed by the outer list names? For example, I can loop through comb[[i]]...
2013 Jun 10
4
Combining CSV data
Hello R community, I am trying to combine two CSV files that look like this: File A Row_ID_CR, Data1, Data2, Data3 1, aa, bb, cc 2, dd, ee, ff File B Row_ID_N, Src_Row_ID, DataN1 1a, 1, This is comment 1 2a, 1, This is comment 2 3a, 2, Thi...
2008 Jan 15
1
how to fit model to split data and get residual plots
...h many more obs.): var1 expt day diameter 1 1 2 0.5 1 1 3 0.9 1 1 4 1.3 1 1 5 1.7 1 2 2 0.3 1 2 3 0.5 1 2 4 0.9 1 2 5 1.6 2 1 2 0.7 2 1 3 1.2 2 1 4 1.6 2 1 5 2.3 2 2 2 0.4 2 2 3 0.8 2 2 4 1.6 2 2 5 3.2 I can get separate regression analysis for each level of var1 and expt with the command: by(data3, data3$var1:data3$expt, function(x) lm(diameter ~ day, data = x)) How can I get residual plots for each combination var1*expt generated above? Thanks! Eduardo -- Eduardo S. G. Mizubuti Departamento de Fitopatologia Universidade Federal de Vi?osa 36570-000 Vi?osa, MG Brasil tel.: +55 31 3899...
2005 Apr 08
1
Wine and USB scanner access ?
...et Xsane open when launching ScanWise. I have the same unsuccess in all cases. Would something be misconfigured with USB ports detection/access ? Thank you very much for any hint. Barbara Post BTW - does the repeated message about setting screen resolution really bug ? Trace : barbara@babs1:/data3$ WINEDEBUG=+twain,+loaddll wine ./fake_windows/Program\ Files/Agfa/ScanWise\ 2_00/scanwise.exe Invoking /usr/lib/wine/wine.bin ./fake_windows/Program Files/Agfa/ScanWise 2_00/scanwise.exe ... trace:loaddll:load_dll Loaded module L"C:\\Windows\\System\\advapi32.dll" : builtin trace:loaddl...
2005 Feb 16
5
scaling axes when plotting multiple data sets
1) When adding additional data sets to a plot using "plot" followed by "lines", is there a way to automate the scaling of the axes to allow for all data sets to fit within the plot area? 2) I attempted to solve this by setting xlim=c(min(c(data1,data2,data3)),max(c(data1,data2,data3))) however, there are some NAs and Infs in these data sets, and min(data1) and max(data1) both return NA, as with data2 and data3. (These are time series). Thank you, Ben Osborne -- Botany Department University of Vermont 109 Carrigan Drive Burlington, VT 05405 benjam...
2007 Mar 09
6
Extracting text from a character string
I have a set of character strings like below: > data3[1] [1] "CB01_0171_03-27-2002-(Sample 26609)-(126)" > I am trying to extract the text 03-27-2002 and convert this into a date for the same record. I keep looking at the grep function, however I cannot quite get it to work. grep("\d\d-\d\d-\d\d\d\d",data3[1],perl=...
2012 Oct 03
2
Creating tiff with 1200 dpi
...ied the same thing with jpeg, and still get the same error. I've tried Cario, but I get an error that tiff bitmap is not supported. Any help would be appreciated. Here is my code. #Creating dataframes new.data2<-expand.grid(FCOND=23.5, FPC1=-0.68, MCOND=22.4, MPC1=-0.82, RANK=c(6:15)) new.data3<-expand.grid(FOCND=39.1, FPC1=0.46, MCOND=7.4, MPC1=1.3, RANK=c(4:16)) x2<-data.frame(mod.avg.pred=c(0.28, 0.26, 0.24, 0.23, 0.22, 0.21, 0.20, 0.19, 0.19, 0.18), uncond.se=c(0.17, 0.15, 0.14, 0.14, 0.15, 0.16, 0.18, 0.19, 0.20, 0.21)) x3<-data.frame(mod.avg.pred=c(0.19, 0.22, 0.26, 0.32, 0...
2019 Mar 28
2
NFSv4: Using fsid=0 but *not* exporting the root filesystem
...oot" filesystem with fsid=0, so that I don't have to refer to the whole path of the exported filesystem when I mount it. However I do *not* want this root filesystem to be mountable by any host. Is that possible and how? E.g Filesystem: /exports/data1 /exports/data2 /exports/data3 /etc/exports: /exports *(ro,no_subtree_check,fsid=0) /exports/data1 host1(rw) /exports/data2 host1(rw) /exports/data3 host2(rw) host1 and host2 can mount fileserver:/ and access any of the dataN directories at least read-only. That is unwanted. I'd like /exports...
2002 Dec 05
1
Passing options as lists
...that uses layout() to plot several different plots on the same device. This function uses plot(), image(), and a custom function that uses text(). Each cell of the layout needs different par() parameters, so what I'd like to do is pass them as lists: my.plot.func <- function(data1, data2, data3, data1.options=list(), data2.options=list(), data3.options=list()) { ## call layout to divide the device ## plot data1 with par options in data1.options ## plot data2 with par options in data2.options ## plot data3...
2009 Jun 03
1
Still can't find missing data - How do I get NA in xtabs with factors?
The problem here is Table doesn't seem to have a way to weigh the data. > ToyData Data1 Data2 Data3 Weight 101 Sam Red Banana 1.1 102 Sam Green Banana 2.1 103 Sam Blue Orange 2.1 104 Fred Red Orange 2.1 105 Fred Green Guava 2.1 106 Fred Blue Guava 2.1 107 <NA> Red Pear 50.1 108 <NA> Green Pear 50.1 109 <NA> Blue <NA> 1000....
2009 Feb 26
2
Merge question
...I have the following question and would appreciate your input Data1 (data frame 1) p1,d1,d2 (p1 is text and d1 and d2 are numeric) xyz,10,25 Data2 (data frame 2) p1,d1,d2 xyz,11,15 Now I want to create a new data frame that looks like so below. The fields d1 and s2 are summed by the product key. Data3 p1,d1,d2 xyz,21 (sum of 10 from Data1 and 11 from Data2),40 (sum of 25 from Data1 and 15 from Data2) Any other examples of merge you may have will be appreciated. Thanks. Satish
2017 Mar 15
2
Data structure improvement for the SLP vectorizer
Maybe it would illustrative to give an IR example of the case I'm interested in. Consider define void @"julia_transform_bvn_derivs_hessian!"(double* %data, double* %data2, double *%data3, double *%out) { %element11 = getelementptr inbounds double, double* %data, i32 1 %load10 = load double, double* %data %load11 = load double, double* %element11 %element21 = getelementptr inbounds double, double* %data2, i32 1 %element22 = getelementptr inbounds double, double*...
2009 Mar 19
3
"DATA3.CAB" asked for but not on disk
I'm trying to install the programming software for my ham radio, the Icom RS-91. There's an entry for version 1.0 that says platinum, but mine is either 1.1 or 1.10 (hard to tell from how they wrote it). Anyway, I'm getting the problem during install that it wants "DATA3.CAB", but no such animal exists on the disk; furthermore, all the disk's readable files say it doesn't exist either, so I'm guessing it's supposed to be decompressed from one of the others (probably "DATA2.CAB"). Trying to copy to a directory and run the install from...
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 "...
2011 May 29
1
oblivion - data3.cab & black face of hero
Greetings, during installation of Oblivion - Game of the Year Edition GOTY in German on wine-1.3.21 the installation asks for inserting Disc 0 with the file data3.cab. Well, there is no such data3.cab on the DVD. Workaround for me was booting to WinXP, installing Oblivion there, booting to Gentoo, mounting the WinXP partition and copying the directory Oblivion to a suitable place in ~/.wine. Oblivion seems to be fine so far except for the black face of the...
2013 Jan 05
3
Need help with time series data
Dear R users, Could you share your knowledge on following problem: Suppose we have dataframe: ID TIME Data1 Data2 Data3 ........... Data700 1. 2013-01-01 00:00:00 34 53 66 ............ 55 2. 2013-01-01 00:00:01 333 4 5 ............ 50 3. 2013-01-01 00:00:02 and so on 4. 2013-01-01 00:00:03 and so on 5. 2013-01-01 03:...
2016 Dec 01
2
cannot access to linux share from windows
...smb ports = 139 445 ntlm auth = yes log level = 2 [data] comment = /data/beauduin on f25desktop path = /data/smith create mask = 0644 read only = no [data2] comment = /data2/beauduin on f25desktop path = /data2/smith create mask = 0644 read only = no [data3] comment = /data3 on f25desktop path = /data3/smith create mask = 0644 read only = no [backup] comment = /backup on f25desktop path = /backup read only = no On Thu, Dec 1, 2016 at 12:21 PM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu,...