search for: mcc

Displaying 20 results from an estimated 643 matches for "mcc".

Did you mean: cc
2010 Nov 24
1
CENTOS 5.5 X86 continue get "out of memory" error?????
...RAM and run "2.6.18-194.26.1.el5PAE #1 SMP ". when I doing "cp", "mv". "ftp", .... it continue "kill" my process and pop up "out of memory" on /var/log/messages: ========================================================== Nov 24 16:36:25 MCC kernel: HighMem: 1*4kB 0*8kB 1*16kB 3210*32kB 17367*64kB 4010*128kB 2497*256kB 126*512kB 2*1024kB 0*2048kB 10549*4096kB = 45642004kB Nov 24 16:36:25 MCC kernel: 4927968 pagecache pages Nov 24 16:36:25 MCC kernel: Swap cache: add 0, delete 0, find 0/0, race 0+0 Nov 24 16:36:25 MCC kernel: Free swap...
2006 Nov 09
0
Help with plot(augPred()) plot(comparePred()) in nlme
Dear r-helpers, When I issue the commands plot(augPred(mcc.lme, primary = ~ mcc$age, length.out = 2, level = c (0, 1))) or plot(comparePred(mcc1.lis, mcc.lme, primary = ~ mcc$age, length.out = 2), layout = c(4, 3))) no lines are drawn. But fm1 <- lme(Orthodont) plot(augPred(fm1, level = 0:1, length.out = 2)) does plot lines. augPred() and comparePr...
2011 Aug 03
2
Error message for MCC
Greetings all, I am getting an error message that is stifling me. Any ideas? > ## Define Directories ## > load_from <- "/home/mcc/Dropbox/abrodsky/kegg_combine_data/" > save_to <- "/home/mcc/Dropbox/abrodsky/ttest_results/" > > ############################### > ## Define Columns To Compare ## > compareA <- "log_b_rich" > compareB <- "Fc_cdt_rich_tot" > > ####...
2006 Nov 10
0
Can plot(augPred()) be used with objects that are not groupedData?
...ed(object, ...)) be a grouped object? score <- c(108, 103, 96, 84, 118, 110, 129, 90, 84, 96, 105, 113, 96, 117, 107, 85, 125, 107, 128, 84, 104, 100, 114, 117, 110, 127, 106, 92, 125, 96, 123, 101, 100, 103, 105, 132, 122, 133, 107, 99, 116, 91, 128, 113, 88, 105, 112, 130) mcc <- data.frame( subject = factor(rep(1:12, 4)), age =rep(seq(30, 48, by = 6), each = 12), score = score ) mccG <- groupedData(score ~ age | subject, data = mcc) class(mcc) class(mccG) mcc.lme <- lme(score ~ age, random = ~ 1 | subject, mcc) mccG.lme <- lme(mccG) summary(augPred(mcc.lm...
2005 Jun 29
3
Samba PDC w/ LDAP & Mass Adding Users
...rs in bulk for smbldap-tools. system("smbldap_tools/smbldap-useradd -a -g students -c \"$Ofirst,$Olast,$studentnum\" -C '\\\\FILESERVER\\homes\\$username' -d $homedir/$username -m $username"); I also create a group entry for students: dn: cn=students,ou=Groups,dc=test-mcc,dc=edu objectClass: posixGroup,sambaGroupMapping cn: students gidNumber: 1113 sambaSID: S-1-5-21-2737720518-3188833511-1042965985-3227 sambaGroupType: 2 displayName: students Now, I start the custom Perl script to mass-add users, and it adds 120 users, and then users stop being added. smbldap-user...
2002 Dec 17
4
Quick tip please!
...tes only occur once (and, preferably, in the order of occurrence on d1 -- i.e. remove them from d2 if already dound in d1). Any tips for how to do this slickly? With thanks, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding at nessie.mcc.ac.uk> Fax-to-email: +44 (0)870 167 1972 Date: 17-Dec-02 Time: 15:47:27 ------------------------------ XFMail ------------------------------
2010 Jan 05
7
setup schedule cron job every other week?
We have CENTOS 5 on DELL server. I tried to setup schedule cron job to run every other week on Saturday (NOT first and third week ). Does ayone has ideal how to do it? Thanks. ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/
2009 Dec 15
7
how to delete file "--filename"??
i have file on CENTOS 4.6 and I tried to delete it failed. I have been tried following way but NOT work: rm -i * rm --filename rm \--filename rm "\--filename" rm '\--filename' any ideal? ___________________________________________________ ??????? ? ???????????????? http://messenger.yahoo.com.tw/
2019 Jan 18
2
Can't find symbol from llvm backend
...the front end function pass like this: new GlobalVariable(*m, tmp->getType(), true, llvm::GlobalValue::ExternalLinkage, tmp, "test_llvm_var"); where tmp is a function. Then I tried to access this global variable in the back end MachineFunctionPass like this: MCContext& MCC = MF.getContext(); MCSymbol* MCS = MCC.lookupSymbol("test_llvm_var"); if (MCS == NULL) { errs() << ">>> MCSymbol is null\n"; } else { MCS->dump(); } (MF...
2007 Jul 16
5
formula(CO2)
The formula attribute of the builtin CO2 dataset seems a bit strange: > formula(CO2) Plant ~ Type + Treatment + conc + uptake What is one supposed to do with that? Certainly its not suitable for input to lm and none of the examples in ?CO2 use the above.
2009 Jul 30
0
RODBC and Oracle
...up but figured I keep at least the same subject. In a gist I get an empty data frame after issuing the following select query from R 2.9.1 to Oracle 10.2.0.1 64bit via RODBC 1.3 and Oracle 11g 32bit driver -- all on the same Windows 2003 Server 64bit machine. sqlTxnFvs = "select txn.*,pan.*,mcc.*,tmzip.* from mddsg100bp txn inner join mdd_panfvs pan on (txn.seq_no = pan.seq_no) inner join mdd_mccfvs mcc on (txn.seq_no = mcc.seq_no) inner join mdd_tmzipfvs tmzip on (txn.seq_no = tmzip.seq_no) where is_test = '%d' and is_pos = '%d' and ora_hash(txn.seq_no...
2011 Mar 08
22
Force resigning of existing certificates
Is there a way to force the puppetmaster to resign certificates for existing certificates when a new CSR for the same hostname arrives? When we reinstall freshly formatted clients with puppet (with the same hostname) the puppet client complains: err: Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it
2019 Jan 19
3
Can't find symbol from llvm backend
...ble(*m, tmp->getType(), true, > llvm::GlobalValue::ExternalLinkage, tmp, "test_llvm_var"); > > > > where tmp is a function. > > > > Then I tried to access this global variable in the back end > MachineFunctionPass like this: > > > > MCContext& MCC = MF.getContext(); > MCSymbol* MCS = MCC.lookupSymbol("test_llvm_var"); > if (MCS == NULL) { > errs() << ">>> MCSymbol is null\n"; > } > else { > MCS-&...
2011 Feb 02
7
centos 5.5 check memoray usage too high???
We have DELL R900 server with 128GB RAM (CENTOS 5.5)in it. This server only have one application running and few people use it. Every week I ata least get one or two messages from monitor tool mail to me say: Message=Memory Utilization is 92.02%, crossed warning (80) or critical (90) threshold. Since server have 128 GB RAM and only 1 application. I really don't belive that. Does there
2011 Dec 29
4
Centos 6.X compatible to ORACLE DB verssion????
Does anyone know CENTOS/Redhat 6.X compatible to ORACLE software (X86 and X86_64) version like 9.X, 10GR2, 11G and 11GR2. Any official document say that? Thanks.
2009 Aug 04
6
[Q} how can O.S. predicate a disk going to failure??
we have CENTOS 4.X on DELL server and one one of virtual disk include 4 disk configure as REID5 (one more disk for hot spare). I saw /var/log/messages file have: Aug 4 06:27:02 host1 Server Administrator: Storage Service EventID: 2094 Predictive Failure reported: Physical Disk 1:5 Controller 0, Connector 1 Aug 4 06:27:02 host1 Server Administrator: Storage Service EventID: 2051 Physical
2003 Aug 04
2
Discussion: Spam on R-help
...d spam of all-too-familiar types. I'm wondering (discussion point) whether this might suggest that the list should adopt a more restrictive policy. Apparently, as things now stand, anyone may post to the list. I faced the same problem some months ago when two lists which I run (linux-users at mcc.ac.uk and man-lug at mcc.ac.uk) were being hit by spam at a rate which was becoming irritating. With great reluctance, I came to the conclusion that the lists would have to be restricted to "posting by members only". This has had the knock-on effect that both spam and also occasional genu...
2011 Sep 30
1
Hi
...here is a question that I am confused. I have a set of data like this: hsa-miR-205--GATA3 0.797882767 1.08E-13 hsa-miR-205--ITGB4 0.750217593 1.85E-11 hsa-miR-187--PGF 0.797604155 3.24E-11 hsa-miR-205--SERPINB5 0.744124886 3.28E-11 hsa-miR-205--PBX1 0.734487224 7.89E-11 hsa-miR-205--MCC 0.72499934 1.80E-10 hsa-miR-205--WNT5B 0.717705259 3.33E-10 hsa-miR-200c--PKN2 0.721746815 3.46E-10 hsa-miR-200c--PCYOX1 0.721698034 3.48E-10 hsa-miR-200c--WDR68 0.72068017 3.78E-10 And I want to do the Benjamini & Hochberg correction. So I run : rm(list=ls()) a<-read.csv("1-correlat...
2005 May 11
7
bug in modulus operator %% (PR#7852)
The following can't be right, first rw2010: > 1 %% 0.001 [1] 0.001 Then rw2001: > 1 %% 0.001 [1] -2.081668e-17 > and the last seems about right. -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elmandjra -- No virus found in this outgoing message. Checked by AVG Anti-Virus.
2002 Dec 10
3
clogit and general conditional logistic regression
...clogit(Y ~ A+B, method=c(Exact")) generate something sensible containing the results of a standard exact conditional logistic regression of Y on A and B? With thanks, Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding at nessie.mcc.ac.uk> Fax-to-email: +44 (0)870 167 1972 Date: 10-Dec-02 Time: 11:35:16 ------------------------------ XFMail ------------------------------