search for: f4

Displaying 20 results from an estimated 832 matches for "f4".

Did you mean: fc4
2009 Apr 13
4
Group by in R
Hi, I have the following table data: f1, f2, f3, f4. I want to compute the counts of unique combinations of f1-f4. In SQL I would just write: SELECT COUNT(*) FROM <table> GROUP BY f1, f2, ..,f4. How to do this in R? Thanks, Nick -- View this message in context: http://www.nabble.com/Group-by-in-R-tp23020587p23020587.html Sent from the R...
2012 Jul 11
2
[LLVMdev] [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params
...lt;396>; .reg .f64 %fl<396>; // BB#0: // %entry mov.b64 %rl0, __internal_dsmul_param_1; cvta.local.u64 %rl0, %rl0; ld.f32 %f0, [%rl0+4]; neg.f32 %f1, %f0; mov.b64 %rl1, __internal_dsmul_param_2; mov.f32 %f2, 0f45800800; // inline asm mad.f32 %f1, %f1, %f2, %f0; // inline asm // inline asm mad.f32 %f3, %f0, %f2, %f1; // inline asm cvta.local.u64 %rl1, %rl1; ld.f32 %f1, [%rl1+4]; neg.f32 %f4, %f1; // inline asm mad.f32 %f4, %f4, %f2, %f1; // inline...
2008 Jun 24
4
Find max of a row in data frame (like Excel)
Hi, Here's the data we have: > rs[1:5,] probe_id f1 f2 f3 f4 M A f 1 A_68_P20002076 2 58 0 0 1.51778114 6.344453 59 2 A_68_P20002775 22 8 15 0 0.43419304 5.488819 59 3 A_68_P20005791 43 3 0 0 0.05698666 9.830594 59 4 A_68_P20005805 11 34 0 0 1.71076835 6.624038 59 5 A_68_P20006729 16 44 0 0 0.85498261 6.044229 59 I want rs$f be...
2012 Nov 09
0
[LLVMdev] [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params
...reg .s64 %rl<396>; .reg .f32 %f<396>; .reg .f64 %fl<396>; // BB#0: // %entry mov.b64 %rl0, __internal_dsmul_param_1; cvta.local.u64 %rl0, %rl0; ld.f32 %f0, [%rl0+4]; neg.f32 %f1, %f0; mov.b64 %rl1, __internal_dsmul_param_2; mov.f32 %f2, 0f45800800; // inline asm mad.f32 %f1, %f1, %f2, %f0; // inline asm // inline asm mad.f32 %f3, %f0, %f2, %f1; // inline asm cvta.local.u64 %rl1, %rl1; ld.f32 %f1, [%rl1+4]; neg.f32 %f4, %f1; // inline asm mad.f32 %f4, %f4, %f2, %f1; // inline asm // inline asm mad.f32 %f4, %f1, %f2, %f...
2012 Aug 10
4
subsetting levels of a vector
...nly these. These observations are not numerical, so I can't use the subset() function (at least this is the response I get from R). Suppose the dataframe looks like this:   ParticipID    ERP   Electrode 1         s1  0.0370       FP1 2         s2 35.0654       FP2 3         s3 -3.3852        F4 4         s4  2.6119        P3 5         s5  0.1224        P4 6         s6 -5.3153        O1 I want to create a subset of the dataframe with only the FP1, FP2, F4 levels of Electrode, how do I do? (actually the levels I have to filter are much more than these three, but this is just to give an e...
2011 Feb 14
4
sem problem - did not converge
...> Item66, lam66, NA F2 -> Item68, lam68, NA F2 -> Item74, lam74, NA F3 -> Item3, lam3, NA F3 -> Item8, lam8, NA F3 -> Item18, lam18, NA F3 -> Item23, lam23, NA F3 -> Item28, lam28, NA F3 -> Item33, lam33, NA F3 -> Item38, lam38, NA F3 -> Item43, lam43, NA F4 -> Item9, lam9, NA F4 -> Item39, lam39, NA F5 -> Item5, lam5, NA F5 -> Item10, lam10, NA F5 -> Item20, lam20, NA F5 -> Item25, lam25, NA F5 -> Item30, lam30, NA F5 -> Item35, lam35, NA F5 -> Item45, lam45, NA Item3 <-> Item3, e3, NA Item5 <-> Item5,...
2013 Apr 28
0
hierarchical confirmatory factor analysis with sem package
Hi, I am doing a hierarchical CFA using the sem package. I have 20 items, and I have 2 factors (F3 and F4), and also F1 and F2 are nested within F3. Here is the code that I have, but it is giving me an error message "Warning message: In eval(expr, envir, enclos) : Negative parameter variances. Model may be underidentified." and a further error "Error in summary.objectiveML(cfa, fit.indic...
2011 May 16
0
SEM Model Not Converging
...USEDD, lam28, NA F3->REWILLD1, lam29, NA F3->REDU1, lam30, NA F3->REDA1, lam31, NA F3->RERIDE1, lam32, NA F3->REAFTER1, lam33, NA F3->REUSEC1, lam34, NA F3->REUSESP1, lam35, NA F3->REUM1, lam36, NA F3->REABUSE1, lam37, NA F3->RESB1, lam38, NA F3->REMIGHT1, lam39, NA F4->retrydrink, lam40, NA F4->RetryDope, lam41, NA F4->reNoD, lam42, NA F4->reLeaveD, lam43, NA F4->reDeDR, lam44, NA F4->reDopeNo, lam45, NA F4->reDopeleave, lam46, NA F4->reDopeDD, lam47, NA F4->reP3D, lam48, NA F5->reP3DA, lam49, NA F5->reP3DD, lam50, NA F5->reP3...
2011 Dec 30
2
Applyiing mode() or class() to each column of a data.frame XXXX
...e the apply() function to obtain the mode and class of each column in a data frame, however, I am encountering unexpected results. I have the following example data: v13<-1:6 v14<-c(1,2,3,3,NA,1) v15<-c("Good","Bad",NA,"Good","Bad","Bad") f4<-factor(rep(c("Blue","Red","Green"),2)) v16<-c(F,T,F,F,T,F) data6<-data.frame(v13,v14,v15,f4,v16) data6 Here is my function definition: contents<-function(x){ output<-data.frame(Varnum=1:ncol(x), Name=names(x), Mode=apply(x,2,mode), Class=appl...
2011 Sep 12
2
interface not responding to arp requests
...T,NOARP,UP,LOWER_UP> mtu 1500 qdisc htb state UNKNOWN qlen 32 link/ether 2a:d4:11:cc:22:b8 brd ff:ff:ff:ff:ff:ff inet6 fe80::28d4:11ff:fecc:22b8/64 scope link valid_lft forever preferred_lft forever p2p2 is the new ISP interface. tshark -i p2p2 shows: 862.332476 00:18:74:cf:f4:00 -> ff:ff:ff:ff:ff:ff ARP Who has 4.28.99.98? Tell 4.28.99.97 867.898209 00:18:74:cf:f4:00 -> ff:ff:ff:ff:ff:ff ARP Who has 4.28.99.98? Tell 4.28.99.97 872.452248 00:18:74:cf:f4:00 -> ff:ff:ff:ff:ff:ff ARP Who has 4.28.99.98? Tell 4.28.99.97 877.454218 00:18:74:cf:f4:00 -> ff:ff:ff...
2009 Jul 01
1
How should I denormalise a data frame list of lists column?
...e if this is the best way to do this): > f3 <- f2[f2$c1 %in% unlist(f1$Split),] > f3 c1 c2 1 A Apple 2 B Badger 3 C Camel 5 E Elephant 6 F Fish 7 G Goat 8 H Horse # Note that 'D' is missing from f3 because it is not in any of the f1$Split lists # f4 is a subset of f3 and I want to find the rows of f1 where f1$Split contains any of f4$c1: > f4 <- f3[c(1,3),] > f4 c1 c2 1 A Apple 3 C Camel # I tried this and it didn't work, presumably because it's trying to match against each list object rather than the list elements, bu...
2015 Feb 26
2
mdbox attachment errors
Getting some errors like: Feb 26 12:19:43 bubba dovecot: imap(dmiller at amfes.com): Error: read(attachments-connector(/var/mail/amfes.com/dmiller/mdbox/storage/m.7089)) failed: read(/var/mail/attachments/f6/f4/f6f4f3b882bf3488af632389d4aaba8adc332b12-60ab750a1aa4b554da1600009db5accb[base64:18 b/l]) failed: open(/var/mail/attachments/f6/f4/f6f4f3b882bf3488af632389d4aaba8adc332b12-60ab750a1aa4b554da1600009db5accb) failed: No such file or directory (uid=19555, box=Sent) Feb 26 12:19:43 bubba dovecot: ima...
2010 Nov 11
2
alt+f4 problem and/or virtual desktop question - MSoffice
I recently installed microsoft office on my ubuntu laptop 10.04 via WINE. It seems to be working pretty well after a reinstall, but I'm still having trouble closing the windows. I can't close any MS office program with alt+f4, or any other method (right click menu, middle click on cairo-dock icons, Compiz scale addon, etc) except using the X button within the app or going through the menus. It's very frustrating when I don't have a mouse plugged into my laptop. I can't find any other mention of this problem...
2007 Nov 14
10
[GE users] Apple Leopard has dtrace -- anyone used the SGE probes/scripts yet?
Hi, Chris (cc) and I try to get the SGE master monitor work with Apple Leopard dtrace. Unfortunately we are stuck with the error msg below. Anyone having an idea what could be the cause? What I can rule out as cause is function inlining for the reasons explained below. Background information on SGE master monitor implementation is under http://wiki.gridengine.info/wiki/index.php/Dtrace
2007 Dec 01
1
rsync --delete problems
...nt ==> smbmount <diskstation> /mnt/NAS.20071201.204045 -o username=root,password=xxx ==> rsync -avhzn --delete --progress /mnt/6/tst /mnt/NAS.20071201.204045/Archive building file list ... 4 files to consider tst/f3/file3*deleting tst/f3/*deleting tst/.d...p..... tst/file.f...p..... tst/f4/file3.f...p..... sent 121 bytes received 38 bytes 318.00 bytes/sec total size is 7.48M speedup is 47059.14 ==> ls -l /mnt/NAS.20071201.204045/Archive total 0 drwx------ 1 root root 0 2007-12-01 19:27 tst ==> ls -lR /mnt/NAS.20071201.204045/Archive/tst /mnt/NAS.20071201.204045/Archive/tst:...
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear, I always used dovecot in version 2.0 and in the last month i update my servers to dovecot 2.2 but now i have problems with comand dovecot import, not works for me, bellow i put 2 examples used in my tests in boths cases not works for me. Someone already saw some case similar or can help me with this ? doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX from
2007 Oct 02
3
Logwatch for postfix
On CentOS5 with the latest updates applied, the logwatch filter for postfix returns way too many lines from the log. I get an "unmatched entries" message and all messages that have gone through the system is listed. Here is an example: 8F930A8092: to=<morten at foo.bar>, orig_to=<morten at localhost>, relay=local, delay=0.19, delays=0.06/0.01/0/0.12, dsn=2.0.0,
2006 Mar 16
1
DUNDi .... Halfway
...66 65 77 42 88 b4 d5 95 aa 98 97 52 0e 6f 87 a1 7f bd 20 5a 55 c3 1e a1 49 65 59 7c 70 34 c2 a1 c5 7e 4e 72 a1 79 3f c8 8a 79 73 d3 0b cf 0c e6 0b bf 5d 93 c9 3b ac 0e 57 e1 f1 1f b0 3b d1 e7 d6 03 ee a3 0f 2b 49 20 8a 1a 7f 31 e9 d6 54 0b d5 73 bd 18 b6 b9 d7 11 95 f2 cc 0b a3 59 27 20 de f7 79 20 f4 ec 9d 50 5f 34 f0 5f ce f9 6c bc 36 4e 5e 21 ea b9 84 77 e4 58 91 ] SIGNATURE : [ 94 f1 37 ce 55 e1 f9 24 71 b3 d1 35 d7 36 6f 58 50 f7 2e 4b a1 4a 50 3e 83 ef d2 f0 f9 87 7c 93 7a 88 f4 73 d7 8f 1e 1d bc fe c6 f6 b6 fe 63 65 30 3d f4 f5 f6 eb 25 35 3d 4f b8 68 60 96 ce d2 3a 91 00 84 b5 c...
2006 Mar 15
0
Samba + Cups -> PPD Options problem - 1 attachment
...p;5R<R!F;W(@ M=&AE("X-"BHE($=E;F5R86P@26YF;W)M871I;VX@86YD($1E9F%U;'1S(#T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T-"BI&<F5E5DTZ("(Q-C`P,#`P,"(-"BI634]P=&EO;B!S=&%N M9&%R9#H@(C$V,#`P,#`P(@T**D9#86-H95-I>F4@5DU/<'1I;VX@.B`Q-C`P M,#`P,`T**DQA;F=U86=E3&5V96PZ("(S(@T**E1H<F]U9VAP=70Z("(U,"(- M"BI45%)A<W1E<FEZ97(Z(%1Y<&4T,@T**C]45%)A<W1E<FEZ97(Z("(H5'EP M930R*2`](@T**D-O;&]R1&5V:6-E.B`@5')U90T**D1E9F%U;'1#;VQO<E-P M86-E.B`@0T...
2014 Jan 30
1
Glusterfs/CTDB/Samba file locking problem
...he file is already opened. Unfortunately this does not happen when he opens the same file on the second server. I can see that the file opening process gets distributed through ctdb to the second server when I use ctdb catdb locking.tdb It looks like this-> key(24) = "\C9r\19\DB\EA\10Dz\F4\5C\15\9F\9Ff/\89\00\00\00\00\00\00\00\00" dmaster: 1 rsn: 1 data(388) = "\02\00\00\00\00\00\00\00\94&\EAR\00\00\00\00\08f\9C\1D\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0...