search for: old

Displaying 20 results from an estimated 51792 matches for "old".

2010 Oct 06
2
Highly significant intercept and large standard error
...s the only value with significant p-value. I have looked at the coefficients and the standard error and something jumps out at me. Estimate Std. Error z value Pr(>|z|) (Intercept) -1.35778 0.30917 -4.392 1.12e-05 *** MagNew -15.76939 1255.06372 -0.013 0.990 MagOld 0.14250 0.25246 0.564 0.572 MagNew relates to a categorical factor (Mag) that has 3 levels of which New is one and Old is another ( The third is not displayed). It appears MagNew has a huge Std.Error, what could cause this? When i do str(Mag) you will see that New is relat...
2018 May 03
2
[RFC v3 4/5] virtio_ring: add event idx support in packed ring
...ent_idx -= vq->vring_packed.num before calling >>> vring_need_event()? >>> >>> The problem is that, the second param (new_idx) of >>> vring_need_event() will be used for: >>> >>> (__u16)(new_idx - event_idx - 1) >>> (__u16)(new_idx - old) >>> >>> So if we change new, we will need to change old too. >> I think that since we have a branch there anyway, >> we are better off just special-casing if (wrap_counter != vq->wrap_counter). >> Treat is differenty and avoid casts. >> >>> And...
2018 May 03
2
[RFC v3 4/5] virtio_ring: add event idx support in packed ring
...ent_idx -= vq->vring_packed.num before calling >>> vring_need_event()? >>> >>> The problem is that, the second param (new_idx) of >>> vring_need_event() will be used for: >>> >>> (__u16)(new_idx - event_idx - 1) >>> (__u16)(new_idx - old) >>> >>> So if we change new, we will need to change old too. >> I think that since we have a branch there anyway, >> we are better off just special-casing if (wrap_counter != vq->wrap_counter). >> Treat is differenty and avoid casts. >> >>> And...
2009 Jul 30
1
lmer() and "$ operator is invalid for atomic vectors"
...Angela/Desktop/Summer_at_CDS/aging_JDM_Martine/datasets/lamda.data_07.27.09.csv", header=TRUE) attach(data) new<-data.frame(lamda, age.o_1, Item.l2_2,Subject) new Subject <- factor(Subject) Age <- factor(age.o_1,levels=c("0","1"),labels=c("young","old")) Item <- factor(Item.l2_2,levels=c("1","2"),labels=c("lamda1","lamda2")) new2<-data.frame(lamda, Subject, Age, Item) new2 new3 <- na.omit(new2) new3 new4=as.data.frame(new3) > (lmer.lamda <- lmer(lamda ~ Age*Item + ( 1 | Subject), la...
2000 Jun 16
1
postscript device on R-1.1.0
Am I the only one with this problem? > postscript() Error in old$command == "default" : comparison (1) is possible only for vector types The function postscript() is creates a list called "old". the function wants to access old$command, but old does not have a component called command. > postscript function (file = ifelse(onefile, &quot...
2004 Nov 19
2
Plotting averages of y per x
...New 88 5 36 389 New 89 10 51 390 New 90 15 19 ... ... So I want to plot mean of variable burnin by variables model and h2. I compute means with tmp <- as.data.frame(t(tapply(burnin, list(Model, h2), mean))) and table tmp looks like this Old New 1 31.00 29.36 2 30.30 28.34 5 32.92 30.66 10 39.00 37.54 15 40.66 34.07 20 39.29 35.94 40 28.63 28.51 Now I want to launch something like plot(tmp[, 0], Old) points(tmp[, 0], New, pch = 20) and it gives me the error Error in pairs.default(x, ...) : non-numeric argument to pairs I guess...
2004 Jun 17
1
Using predict.lm()
...plot(x,y) lines(new$x,predict(lm(y ~ x), new)) I am trying to extend this fitting and prediction over a variety of factors as follows: f<-rep(c("FIRST","SECOND"),each=15) f<-as.factor(f) x<-rep(rnorm(15),2) y<-x+rnorm(length(x)) old<-data.frame(f=f,x=x,y=y) new<-data.frame(f=rep(levels(f),each=length(seq(-4,4,0.2))),x=seq(-4,4,0.2)) ...where variable new simply substitutes a differing domain than old. When I try to predict on the frame new using x & y, I get a response that corresponds to the length of new:...
2012 Nov 25
3
"argument is missing, with no default" OR "replacement has length zero"
Hello, I have a new data set and an old data set. Both have the same columns representing the same sort of measure. Within each data set (old and new) are 18 groups (simplified to three groups below). Within each group are individuals with unique ID numbers. These ID numbers may be the same as other ID numbers in different groups, but a...
2003 Oct 17
4
sub data frame by expression
Hi All, I've the following data frame with 54 rows and 4 colums: > x Ratio Dose Time Batch R.010mM.04h.NEW 0.02 010mM 04h NEW R.010mM.04h.NEW.1 0.07 010mM 04h NEW ... R.010mM.24h.NEW.2 0.06 010mM 24h NEW R.010mM.04h.OLD 0.19 010mM 04h OLD ... R.010mM.04h.OLD.1 0.49 010mM 04h OLD R.100mM.24h.OLD 0.40 100mM 24h OLD I'd like to create a sub data frame containing all rows where Batch == "OLD" and keeping the 4 colums. Assume that I don't know the order of the rows (otherwise I could...
2010 Apr 02
2
convert old configuration file with doveconf : Unknown setting
Hi, It happens when I try to convert this config (with the dovecot 2.0 beta4 release) : test-mail:/tmp# dovecot -n -c ./dovecot.old.conf # 1.2.11: ./dovecot.old.conf # OS: Linux 2.6.26-2-686-bigmem i686 Debian 5.0.4 log_path: /var/log/dovecot.log info_log_path: /var/log/dovecot_info.log protocols: imap listen: 127.0.0.1:30143 disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable: /usr/lib/dovecot/imap-lo...
2006 Aug 01
6
warning and errors
...interpreted as argument prefix (eval):700: warning: `*'' interpreted as argument prefix (eval):97: warning: already initialized constant C (eval):99: warning: already initialized constant P (eval):101: warning: already initialized constant H (eval):132: warning: method redefined; discarding old method_missing (eval):135: warning: discarding old u (eval):208: warning: method redefined; discarding old R (eval):233: warning: method redefined; discarding old errors_for (eval):241: warning: method redefined; discarding old / (eval):268: warning: method redefined; discarding old URL (eval):312:...
2006 Sep 07
3
pairwise.t.test vs. t. test
...52.7 61.3 65.2 62.8 63.7 64.8 58.7 44.9 57.0 64.3 55.1 50.0 41.0 [15] 43.0 45.9 52.2 45.5 46.9 31.6 40.6 44.8 39.4 31.0 37.5 32.6 23.2 34.6 [29] 38.3 38.1 19.5 21.2 15.8 33.3 28.6 25.8 > Grp [1] Yng Yng Yng Yng Yng Yng Yng Yng Yng Yng Yng Yng Med Med Med Med Med Med [19] Med Med Med Med Med Med Old Old Old Old Old Old Old Old Old Old Old Old Levels: Yng Med Old > pairwise.t.test(x=x,g=Grp,p.adjust.method="none") Pairwise comparisons using t tests with pooled SD data: x and Grp Yng Med Med 1.0e-06 - Old 2.0e-12 2.6e-05 P value adjustment method: n...
2007 Jan 05
4
smbd keeps maxing out the cpu, must reboot server constantly
....168.9.58.log:[2007/01/04 09:26:34, 5] auth/auth_util.c:debug_unix_user_token(474) /var/log/samba/192.168.9.58.log:[2007/01/04 09:26:34, 5] smbd/uid.c:change_to_root_user(275) /var/log/samba/192.168.9.58.log:[2007/01/04 09:26:34, 10] smbd/process.c:setup_select_timeout(1284) /var/log/samba/smbd.log.old:[2007/01/04 09:26:04, 5] lib/util_sock.c:print_socket_options(206) /var/log/samba/smbd.log.old:[2007/01/04 09:26:04, 5] lib/util_sock.c:print_socket_options(206) /var/log/samba/smbd.log.old:[2007/01/04 09:26:04, 5] lib/util_sock.c:print_socket_options(206) /var/log/samba/smbd.log.old:[2007/01/04 09...
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine. I have the latest version of Wine but after I configure the Ports from ttyR0 to ttyR7 and running AirMail3 this application is not able to comunicate using the equivalent COM1 .... COM4 ports. I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth. The result is that for the Hurricane season I can NOT use E-Mail under
2005 Jun 25
1
Confidence interval bars on Lattice barchart with groups
...','Male', 'Female','Female','Female','Female','Female', 'Male','Male','Male','Male','Male', 'Female','Female','Female','Female','Female'), age=c('Old','Old','Old','Old','Old', 'Young','Young','Young','Young','Young', 'Old','Old','Old','Old','Old', 'Young','Young','Young','Young',...
2006 Jul 10
2
Source code for R graphics devices
...ram drawing component of [g]troff). I thought the xfig device would be a good place to look, since the format of an xfig file is similar in nature (though very different in detail) to 'pic' code. When, in R, I type "xfig" to see the R code, I get the line .Internal(XFig(file, old$paper, old$family, old$bg, old$fg, old$width, old$height, old$horizontal, old$pointsize, old$onefile, old$pagecentre)) so I tried to locate the code for the Internal function "Xfig". I can't seem to find it! So where should I be looking? Also -- a more general questio...
2019 Nov 24
4
Warning: old key(s) found and disabled.
...r a new network: # tincd -n existing_net -K Generating 2048 bits keys: ............................................+++++ p ..................................................................+++++ q Done. Please enter a file to save private RSA key to [/etc/tinc/existing_net/rsa_key.priv]: Warning: old key(s) found and disabled. Please enter a file to save public RSA key to [/etc/tinc/existing_net/hosts/host_on_existing_net]: ^C I realized my error when tinc warned me, thus the ^C. Now /etc/tinc/existing_net/rsa_key.priv has been replaced, while /etc/tinc/existing_net/hosts/host_on_existing_ne...
2005 Nov 30
4
migrate profile from an old server to a new one - SID and ntuser.dat problem
Hi, my problem is the following: i am trying to replace an old SUSE 8.2, Samba 2.2 domain controller with a SUSE 9.3 system with samba 3.0 as PDC. Everything works fine, i can join the new domain, i replaced the machine and domain sid from the new server with the old ones. But how can reuse the profiles from the old machine at the new one? If i make a simp...
2018 May 08
2
[RFC v3 4/5] virtio_ring: add event idx support in packed ring
...t;>>> vring_need_event()? >>>>> >>>>> The problem is that, the second param (new_idx) of >>>>> vring_need_event() will be used for: >>>>> >>>>> (__u16)(new_idx - event_idx - 1) >>>>> (__u16)(new_idx - old) >>>>> >>>>> So if we change new, we will need to change old too. >>>> I think that since we have a branch there anyway, >>>> we are better off just special-casing if (wrap_counter != vq->wrap_counter). >>>> Treat is differenty an...
2018 May 08
2
[RFC v3 4/5] virtio_ring: add event idx support in packed ring
...t;>>> vring_need_event()? >>>>> >>>>> The problem is that, the second param (new_idx) of >>>>> vring_need_event() will be used for: >>>>> >>>>> (__u16)(new_idx - event_idx - 1) >>>>> (__u16)(new_idx - old) >>>>> >>>>> So if we change new, we will need to change old too. >>>> I think that since we have a branch there anyway, >>>> we are better off just special-casing if (wrap_counter != vq->wrap_counter). >>>> Treat is differenty an...