search for: f22

Displaying 20 results from an estimated 58 matches for "f22".

Did you mean: f2
2010 Aug 26
5
Quick GREP challenge
> grep("f[0-9]+=", "f1=5,f22=3,", value = T) [1] "f1=5,f22=3," How do I make the line output c("f1", "f22") instead? (Actually, c(1,22) would be even better). Thank you. -- View this message in context: http://r.789695.n4.nabble.com/Quick-GREP-challenge-tp2339486p2339486.html Sent from...
2015 Aug 27
2
vms not persistent after upgrading to f22?
2015 Aug 28
1
Re: vms not persistent after upgrading to f22?
...e. -----Original Message----- From: Michal Privoznik <mprivozn@redhat.com> To: Rich Megginson <rmeggins@redhat.com>, libvirt-users@redhat.com <libvirt-users@redhat.com> Cc: Pavel Hrdina <phrdina@redhat.com> Subject: Re: [libvirt-users] vms not persistent after upgrading to f22? Date: Fri, 28 Aug 2015 06:40:13 +0200 On 27.08.2015 20:28, Rich Megginson wrote: > With f21 and earlier, I could just call virt-install to create VMs, and > they would persist after reboot. > After upgrading to f22, when I shut off a VM, it is removed, and has to > be recreated. >...
2015 Aug 28
0
Re: vms not persistent after upgrading to f22?
On 27.08.2015 20:28, Rich Megginson wrote: > With f21 and earlier, I could just call virt-install to create VMs, and > they would persist after reboot. > After upgrading to f22, when I shut off a VM, it is removed, and has to > be recreated. > How can I get VMs to persist? Is there a virsh create or virt-install > switch to do this? Sounds like a virt-install bug to me. Consider posting it to virt-tools-list@redhat.com. Or maybe Pavel [CC'ed] has some thoug...
2007 Feb 14
1
predict.lm point forecasts with factors
...(c("a","b","c","d"),25) f2 <- sample(rep(c("e","f","g","h"),250),100) x <- rnorm(100,100) y <- rnorm(100,150) mdl <- lm(y~x+f1+f2) f12 <-rep(c("a","b","c","d"),5) f22 <- sample(rep(c("e","f","g","h"),250),20) x2 <- rnorm(20,100) new <- data.frame(cbind(f12[1],f22[1],x2[1])) predict(mdl,new) best, Spencer [[alternative HTML version deleted]]
1999 Dec 11
1
Problems with recursive MPUT
...o a Windows NT 4.0 box. I'm using the recurse command and can create first level directories but I am unable to create new subdirectories in any of them. For example I created the following directory structure on the Sun: 1 % ls -R .: d1/ d2/ ./d1: f11 f12 ./d2: d21/ d22/ f21 f22 ./d2/d21: d211/ f211 f212 ./d2/d21/d211: f2111 f2112 ./d2/d22: When I copy this to the NT box directories d1 and d2 are created OK but it appears that samba is attempting to create the subdirectories with / instead of \ in the athname. This is the output when I run smbclient to copy...
2012 Mar 15
1
eigenvalues of matrices of partial derivatives with ryacas
..."betav*Sv*Ih") > VIh <- Expr("(muh + gamma)*Ih") > VIv <- Expr("muv*Iv") I successfully found the partial derivatives: > f11 <- deriv(FIh, "Ih") > f12 <- deriv(FIh, "Iv") > f21 <- deriv(FIv, "Ih") > f22 <- deriv(FIv, "Iv") > v11 <- deriv(VIh, "Ih") > v12 <- deriv(VIh, "Iv") > v21 <- deriv(VIv, "Ih") > v22 <- deriv(VIv, "Iv") Next I would like to put these partial derivatives into two matrices, F and V: > F <...
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
.... Shayne Hodge schodge@ieee.org # VeridianDynamics Inventory Optimization Script # Copyright 2012 Shayne Hodge # Two-vendor Sensitivity Analysis rm(list=ls()) # Clear previous session data library("R.basic") ptm <- proc.time() ugly_function <- function(nn,k,Qone,Qtwo,f11,f12,f21,f22) { partial1 <- (((1-f11)*(1-f12))^(Qone-nn))*((f11+(1-f11)*f12)^nn) partial2 <- (((1-f21)*(1-f22))^(Qtwo-k))* ((f21+(1-f21)*f22)^(k)) #ifelse ( ((Qone < 125)|((Qone-nn)<75)|(nn<75)), test1 <- nChooseK(Qone,nn), test1 <- choose(Qone,nn)) #ifelse ( ((Qtwo < 125)|((Qtwo-k)<7...
1998 Jul 23
1
Cache Problems!!!!!
...tion about hardware that he/she would like to produce. This information is used to build a path to the directory that contains the files to load into one of the production machines. For example, through the use of menus and such the user indicates that they would like to run a Laser Solder job on a F22 MLD board named xyz. Based upon this information, my application goes to a directory called "p:\ois-data\laser\F22 MLD XYZ" and looks for files that support paste and laser solder operations. This access is handled through a read-only public share. Pretty simple stuff. All this stuff is f...
2015 Jul 30
0
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
...6B %vreg261<def> = FMUL_D32 %vreg247, %vreg248; AFGR64:%vreg261,%vreg247,%vreg248 4512B ADJCALLSTACKDOWN 16, %SP<imp-def>, %SP<imp-use> 4528B %D6<def> = COPY %vreg243; AFGR64:%vreg243 4544B JAL <ga:@sin>, <regmask %FP %RA %D10 %D11 %D12 %D13 %D14 %D15 %F20 %F21 %F22 %F23 %F24 %F25 %F26 %F27 %F28 %F29 %F30 %F31 %S0 %S1 %S2 %S3 %S4 %S5 %S6 %S7 >, %RA<imp-def,dead>, %D6<imp-use,kill>, %SP<imp-def>, %D0<imp-def> 4560B ADJCALLSTACKUP 16, 0, %SP<imp-def>, %SP<imp-use> 4576B %vreg262<def> = COPY %D0<kill>; AFGR64:%...
2004 May 20
4
pmvt problem in multcomp
Hi, all: Two examples are shown below. I want to use the multiple comparison of Dunnett. It succeeded in upper case "example 1". However, the lower case "example 2" went wrong. In "example 2", the function pmvt return NaN, so I cannot show this simtest result. Is there any solution? (I changed the variable "maxpts" to a large number in front of the
2015 Jul 30
2
[LLVMdev] [3.7.0] Two late issues with cross compilation to mips
To reduce memory consumption clobbered registers are handled with RegisterMask machine operands which contain a bitset of all registers clobbered. - Matthias > On Jul 29, 2015, at 3:00 PM, Daniel Sanders <daniel.sanders at imgtec.com> wrote: > > I believe I've identified the problem with almabench but I haven't found the root cause in the compiler yet. > > The
2011 Feb 03
2
"Matrix' with Functions
Dear R members, I have a quite large of function that are named like that f11,f12,...f15 f21,f22,...f25 .. f51,f52,...f52 These are static (hard-coded) functions that the only common they have is that they take the same number and type of input fij(a,b,c,d). As you might understand this is really close to the notion of matrix only that my 'matrix' contains functions. It would be great...
2015 Aug 11
3
C6.7 evolution to cyrus imap(s) fails
...27781 27768 0 15:21 ? 00:00:00 imapd cyrus 27782 27768 0 15:21 ? 00:00:00 imapd cyrus 27783 27768 0 15:21 ? 00:00:00 imapd cyrus 27933 27768 0 15:36 ? 00:00:00 imapd cyrus 28048 27768 0 15:46 ? 00:00:00 imapd evo is running on a fully updated F22 machine, cyrus/exim on C6.7 k-9 mail on a tablet and a mobile no longer connect even tried thunderbird which also would not connect When trying to connect with evo I get Failed to open folder The reported error was "Could not connect to 148.197.29.5: Connection refused" If I try to ch...
2015 Dec 05
1
My Issue
...install of FC23 with the same effect. I wish I could tell you more, but I have quite a bit going on right now and had to get my station running agin. The cards are GF 8600 and GT 830. They were working so I do not think the actual cards are the issue. It has to be something that changed between f22 and f23 :( -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20151204/1a61d0c0/attachment-0001.html>
2015 Apr 11
2
gnome rebase
Just wondering if there is a way to get the gnome rebase stuff for gnome 3.8 to 3.16 now? (heard it was coming in 7.2) I'm playing with centos 7.1 and would like to use gnome 3.16. is there a way to start playing with that now? Thanks jerry
2016 Feb 18
1
Thunderbird can not import S/MIME certificate
...[0] that I can not import my S/MIME certificate. Issuer is GlobalSign. Jan Horak reassigned it to the nss guys ("This seems to be problem in NSS code, reassigning to nss component"), but then the ticket idled and was eventually closed by EOL of Fedora 21 (though I stated it persists with F22). I just reopened the ticket because it still doesn't work. The certificate itself is okay, it works on other platforms. Nobody else using S/MIME? Best, Timo https://bugzilla.redhat.com/show_bug.cgi?id=1218977 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iF4EAREIAAYFAlbFgGYACgkQuSPmkP...
2010 Sep 10
0
covariance matrix structure for random effect in glmmPQL
...tions in random effect. There are 1825 observations in my data, in which the random effect is called "Date", and there are five levels in "Date", each repeats 365 times. When I tried fit.model1=glmmPQL(y~f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13+f14+f15+f16+f17+f18+f19+f20+f21+f22+f23+f24, family=poisson,random=~1|Date,data=mydata,correlation=corCompSymm(value=0.2,form=~1|Date)), the model was fitted well. But because of my particular interest, I need to specify the correlation structure by myself, so I tried the following code, fit.model2=glmmPQL(y~f1+f2+f3+f4+f5+f6+f7+f8+f...
2009 Oct 26
1
strange log values in 3.1
...f12 0 872 f13 32,768 43,395 f14 15,440 9,920 f15 0 4,575 f16 11,584 1,435 f17 41,992 51,326 f18 49,232 49,918 f19 10,778 4,545 f20 0 1,078 f21 384,526 389,645 f22 All files are new. What I find strange is that I'd expect the transfered bytes to be somewhat larger than the file sizes, like in f4 and f22 above. However there's sometimes a big difference, with the net transfer being much larger. See for example f3, f6, f15. On the other hand, sometimes...
2007 Aug 09
2
Countvariable for id by date
...0* OR dg2 = F20*, where * means F201,F202... F2001,F2002...F20001,F20002... 2. “countF2129”: another “countvariable” that shows which in order (by date) the id has if it fulfils the following logical expression: dg1 = F21*-F29* OR dg2 = F21*-F29*, where F21*-F29* means F21*, F22*...F29* and where * means F211,F212... F2101,F2102...F21001,F21002... ... so the dataframe would look like this, where 1 is the first observation for the id with the right condition, 2 is the second etc.: id;dg1;dg2;date;countF20;countF2129; 1;F28;;1997-11...