search for: c22

Displaying 19 results from an estimated 19 matches for "c22".

Did you mean: c2
2011 May 23
1
Help with isolating and comparing data from two files.
...ng to read tutorials but they haven't been much help to me so far. The problem is relatively simple as I've already created working solutions in Java and Perl, but I need a solution in R as well. I have two text files, say pos.txt and reg.txt. In pos.txt, the data is listed for example: c22 1445 - CG 1 4 c22 1542 + CG 2 3 c22 1678 + CG 13 15 ... etc. for thousands of lines. The most important column is column 2, which lists "position" (e.g. 1445, 1542, 1678). In reg.txt, data is listed as: c22 1440 1500 cpg: 44 56 ...... c22 1520 1700 cpg: 56 87 ...... c22 1800 1900 cpg:...
2012 May 20
4
write.xls
...istently for me. Below please find test cases that illustrate the problems. Any suggestions for how to solve this problem will be appreciated. Thanks, Spencer library(dataframes2xls) df1 <- data.frame(c1=1:2, c2=3:4, c3=5:6) df2 <- data.frame(c21=c(10.10101010101,20, 3), c22=c(50E50,60, 3) ) outFile <- 'df12.xls' write.xls(c(df1,df2), outFile) # works do.call(write.xls, list(c(df1, df2), outFile)) # Error in get(s[i]) : object 'structure(list(c1=1:2' not found library(WriteXLS) testPerl() #Perl found. #The following Perl modules were not found on...
2011 Aug 22
3
Multiple regression in R - unstandardised coefficients are a different sign to standardised coefficients, is this correct?
Hello, I have a statistical problem that I am using R for, but I am not making sense of the results. I am trying to use multiple regression to explore which variables (weather conditions) have the greater effect on a local atmospheric variable. The data is taken from a database that has 20391 data points (Z1). A simplified version of the data I'm looking at is given below, but I have a
2007 Mar 10
3
long character string problem
...7)A18*(X18*x1+X28*x2)+1*sqrt(B18*(X18*x1+X28*x2)^2+C18)A19*(X19*x1+X29*x2)+-1*sqrt(B19*(X19*x1+X29*x2)^2+C19)A110*(X110*x1+X210*x2)+1*sqrt(B110*(X110*x1+X210*x2)^2+C110)" > cum2 [1] "A21*(X11*x1+X21*x2)+1*sqrt(B21*(X11*x1+X21*x2)^2+C21)A22*(X12*x1+X22*x2)+1*sqrt(B22*(X12*x1+X22*x2)^2+C22)A23*(X13*x1+X23*x2)+-1*sqrt(B23*(X13*x1+X23*x2)^2+C23)A24*(X14*x1+X24*x2)+-1*sqrt(B24*(X14*x1+X24*x2)^2+C24)A25*(X15*x1+X25*x2)+1*sqrt(B25*(X15*x1+X25*x2)^2+C25)A26*(X16*x1+X26*x2)+1*sqrt(B26*(X16*x1+X26*x2)^2+C26)A27*(X17*x1+X27*x2)+1*sqrt(B27*(X17*x1+X27*x2)^2+C27)A28*(X18*x1+X28*x2)+1*sqrt(B28*(...
2017 Dec 08
3
Unresolved symbols in compiler-rt
Hello all, I get unresolved external symbol __muloti4 when attempting to compile GNU m4 for Windows commandline. See details in bug: https://bugs.llvm.org/show_bug.cgi?id=16404#c22 Looking into this, I see that some parts of compiler-rt are disabled for Windows due to the __LP64__ define. The code seem not portable as is to the MS compiler, but according to my tests the code compiles and links OK with clang: I have not tested functionality though. Regarding the __LP64__ defi...
2009 Jul 15
1
Help with averaging
...","G1-C7","G1-C8", "G2-C9","G2-C10","G2-C11","G2-C12","G2-C13","G2-C14","G2-C15","G2-C16", "G3-C17","G3-C18","G3-C19","G3-C20","G3-C21","G3-C22","G3-C23", "G4-C24","G4-C25","G4-C26","G4-C27","G4-C28","G4-C29","G4-C30","G4-C31") write.csv(averagedResults, file = "Pr9549_averagedreplicates.csv", row.names = FALSE) #SCRIPT ENDS
2008 Feb 14
0
help in simplyfiying programme
...d(m,0) m[m[,3]<m[,4],6]<-1 colnames(m)[6]<-"censoring" b=data.frame(m) c1= survdiff(Surv(eventTime,censoring)~treatgrp ,data=b,rho=-.15) c11= survdiff(Surv(eventTime)~treatgrp ,data=b,rho=-1.5) c2= survdiff(Surv(eventTime,censoring)~treatgrp ,data=b,rho=-1) c22= survdiff(Surv(eventTime)~treatgrp ,data=b,rho=-1) c3= survdiff(Surv(eventTime,censoring)~treatgrp ,data=b,rho=-0.5) c33= survdiff(Surv(eventTime)~treatgrp ,data=b,rho=-0.5) c4= survdiff(Surv(eventTime,censoring)~treatgrp ,data=b,rho=0) c44= survdiff(Surv(eventTime)~treatgrp ,data=b...
2007 Nov 09
2
Mapped username then gets mapped to "Anonymous"
.../11/09 09:58:49, 3] auth/auth.c:check_ntlm_password(224) check_ntlm_password: mapped user is: []\[]@[] -------------------------------------------------------------- My smb.conf file: -------------------------------------------------------------- [global] #workgroup = Hewlettpackard workgroup = C22 server string = netbios name = Server2 security = share wins support = no log level = 1 load printers = no log file = /var/log/samba/%m.log log level = 3 username map = /etc/samba/smbusers os level = 2 time server = yes encrypt passwords = yes # log size in Kb max log size = 500 [Raid0] public =...
2008 Sep 09
1
creating table of averages
...; "b11" "b12" [13] "b13" "b21" "b31" "b32" "b33" "b41" [19] "b42" "c11" "c12" "c21" "c22" "c23" [25] "c31" "c32" "c33" "d11" "d12" "d13" [31] "d14" "d21" "d22" "d23" "d24"...
2015 Feb 24
0
FTS Solr = No search results for Body Search - (serious issue, please help)
...10.2):C16672 _44(4.10.2):C6996 _56(4.10.2):C3672 _64(4.10.2):C4000 _8y(4.10.2):C3143 _7v(4.10.2):C673 _7b(4.10.2):C830 _85(4.10.2):C3754 _7k(4.10.2):C3975 _8f(4.10.2):C1516 _7n(4.10.2):C67 _9a(4.10.2):C677 _8o(4.10.2):C38 _8v(4.10.2):C40 _9l(4.10.2):C2705 _8x(4.10.2):C43 _90(4.10.2):C16 _9b(4.10.2):C22 _9d(4.10.2):C44 _9f(4.10.2):C84 _9h(4.10.2):C83 _9i(4.10.2):C356 _9j(4.10.2):C84 _9k(4.10.2):C296 _9m(4.10.2):C83 _9n(4.10.2):C57)} 155092 [qtp433527567-13] INFO org.apache.solr.core.SolrCore ? [collection1] webapp=/solr path=/select params={sort=uid+asc&fl=uid,score&q=subject:"price...
2009 Feb 13
0
help with reshaping (no file attached)
...ot;B9","B10","B5","B6","B15","B16","B27","B28","B31","B32","C3","C4","C7","C8","C11","C12","C17","C18","C21","C22","V19","V20","V25","V26","V29","V30","V35","V36","V37","V38")),direction="long") #not ideal result i wanted #write a table to excel write.table(zzz, "Takedashift.csv", sep...
2004 Jun 02
2
[Patch] for bug 81
Index: namei.c =================================================================== --- namei.c (revision 968) +++ namei.c (working copy) @@ -526,7 +526,7 @@ status = -EBUSY; - if (!empty_dir(inode)) { + if ( S_ISDIR (inode->i_mode) && !empty_dir(inode)) { LOG_TRACE_STR ("dentry is not empty, cannot delete"); goto
2018 Sep 03
2
[PATCH v3] ppc64le: Use -machine cap-htm=off unconditionally
Of course I mean state=off (not <htm state=on>) ... Rich.
2009 Oct 30
0
Interpreting gnls() output in comparison to nls()
...C2[Type] * Time^2) Parameters: Estimate Std. Error t value Pr(>|t|) C01 33.82469 5.08870 6.647 3.08e-06 *** C02 209.40868 31.01673 6.751 2.51e-06 *** C11 -0.90447 0.58030 -1.559 0.13649 C12 -8.64779 3.73034 -2.318 0.03241 * C21 0.02775 0.01261 2.201 0.04102 * C22 0.29156 0.08975 3.249 0.00446 ** --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 0.3 on 18 degrees of freedom Number of iterations to convergence: 5 Achieved convergence tolerance: 1.447e-06 > > &gt...
2005 Sep 06
1
/var/log/lastlog on x86_64
Hi list, this problem is already known and I'm sorry to bother if an acceptable workaround was already debated on the list. I was getting trouble with a 'grep something /var/log*' which caused the "Memory exhausted" message. With some deeper search I found the lastlog file in /var/log/ to be 1.2T sized. This seems to come from the nfsnobody's uid to be 4294967294 on
2004 Dec 21
18
Weighted packet shaping?
Hi all, Im new to all this, and am still trying to get my head qround some of the concepts of how this all works. Ive read the howto''s, man pages etc. Ive setup packet shaping on my router/server box using HTB and SFQ, but its not working the way i would like. Im after shaping that has "weights" for classes so that a lower priority class will slow down when a higher class
2004 Jul 02
0
[Patch] We resolve the throughput drop problemwhe nr eading filesin OCFS2 volume in the patch "ocfs2-truncate-pages-1.patch"a gainstsvn 1226.
...nt can do a lock = operation on the whole or part of the file. For ordinary application, maybe the current logic is enough. How about it? >-----Original Message----- >From: khackel@ca2.us.oracle.com=20 >[mailto:khackel@ca2.us.oracle.com] On Behalf Of Kurt Hackel >Sent: 2004=C4=EA7=D4=C22=C8=D5 0:11 >To: Ling, Xiaofeng >Cc: Wim Coekaerts; Zhang, Sonic; Fu, Michael; Yang, Elton; Ocfs2-Devel >Subject: Re: [Ocfs2-devel] [Patch] We resolve the throughput=20 >drop problemwhe nr eading filesin OCFS2 volume in the patch=20 >"ocfs2-truncate-pages-1.patch"a gainstsvn...
2011 Jul 25
7
[Bug 39530] New: Also after installing Obermayrs drm-nouveau driver booting succeeds only with nomodeset
https://bugs.freedesktop.org/show_bug.cgi?id=39530 Summary: Also after installing Obermayrs drm-nouveau driver booting succeeds only with nomodeset Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component:
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...untered where '==' may have been intended. No errors 1 warning cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c cleanup.c -o cleanup.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Incorporated w "cleanup.c",L62/C22(#684): | Trigraph "??)" detected but not replaced; turn on TRIGRAPHS toggle. No errors 1 warning cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c sender.c -o sender.o NCR High Performance C Compiler R3.0c (c) Copyright 1994-97, NCR Corporation (c) Copyright 1987-97, MetaWare Inc...