search for: ch2

Displaying 20 results from an estimated 50 matches for "ch2".

Did you mean: ch
2010 Jul 21
4
Chi-square distribution probability density function:
Hi to all I found an formular of an ** ***p-Value Calculator for the Chi-Square test* *http://www.danielsoper.com/statcalc/calc11.aspx* *with the formula* *http://www.danielsoper.com/statkb/topic11.aspx* *what's the gamma function of this formula in r?* *df=5* *ch2=25.50878* *the following code does not give the result <0.001 for the values above * *p= ((0.5^(df/2))/gamma(df))*(ch2^((df/2)-1))* (2.718281828459^(-ch2/2)) or is there any other error? Regards Knut *** [[alternative HTML version deleted]]
2017 Aug 18
0
"How to convert .rdata file into .csv or something else?" [SOLVED:Corrected version2]
Dear mailing list members, Sorry for the repeated posting, but I have to add two more things. 1) I changed the .Rdata into .rdata in the subject to avoid misunderstanding of readers. 2) To save data in csv file; > write.csv(WV6_Data_R, "input/ch2/WV6_Data_R_v_2016_01_01.csv") Best regards, Yohei Tanaka ===========the following is the copy of my last message=========== A member found a problem of lines of codes in my last e-mail. I submit the correction to this mailing list as follows. In the final part of my last e-mail message, a cs...
2012 Dec 13
1
[PATCH] smallft.c
...optimisations when copying the floating point data. Does this look OK? - Michael Index: smallft.c =================================================================== --- smallft.c (revision 18737) +++ smallft.c (working copy) @@ -388,7 +388,7 @@ } L119: - for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik]; + memcpy(c2, ch2, idl1 * sizeof(float)); t1=0; t2=ipp2*idl1; @@ -628,7 +628,7 @@ if(na==1)return; - for(i=0;i<n;i++)c[i]=ch[i]; + memcpy(c, ch, n * sizeof(float)); } static void dradb2(int ido,int l1,float *cc,float *ch,float *wa1){ @@ -1097,7 +1097,7 @@ L132: if(i...
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED:Corrected version]
...n this file, so please ignore the following part. -------------------------------------------------------------------------------------------------- If you want to create both csv file and an object directly from the file path; > library(R.utils) > saveObject(WV6_Data_R, "~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv") > d <- loadObject("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv") --------------------------------------------------------------------------------------------------- I am so sorry for my mistake. For your reference, I put the whole contents of m...
2010 Jul 07
2
how to define method for "+" function in a new class
...unction(x,y,...) { # Check both objects are correct checkMolecule(x) checkMolecule(y) # Extract chains information ch1 <- getMoleculeChains(x) ch2 <- getMoleculeChains(y) union_ch <- unique(c(ch1,ch2)) not_used <- .ALPHABET for (i in seq(along =3D union_ch)) { idx <- which(not_used !=3D union_ch[i])...
2003 Jan 16
1
graphics
...osomes. The three plot have to be one next to the other. The procedure I am using is: par(mfrow=c(1,3)) plot(x$x, x$y, ylim=c(0,35), type="l", col="blue", las=1, xaxs="i", yaxs="i", xlab="X Chromosome", ylab="LOD") abline(h=3.055) plot(ch2$x, ch2$y, ylim=c(0,35), type="l", col="blue", yaxt="n", xaxs="i", yaxs="i", xlab="Chromosome 2", ylab="") abline(h=3.055) plot(ch3$x, ch3$y, ylim=c(0,35), type="l", col="blue", yaxt="n", xaxs="...
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED]
Dear mailing list members, Thank you for all members who gave me advice. This question is solved. I tried to create an object using the load function by analogy based on the read.csv function like this; > d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata") but, load function cannot be used in this way. Correct ways are; > load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata", verbose = TRUE) #You can find the name of the stored object is "WV6_Data_R" by setting verbose = TRUE Loading obj...
2017 Aug 17
3
How to convert .Rdata file into .csv or something else?
Dear mailing list members, I am a beginner of this community. I would like to analyze data in a .rdata file. I ran the following code, but the object "d" remained empty. d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata") I would like to know how to convert this file format into .csv or .txt. I suppose this question is very basic, but I could not find solutions on internet or in my textbooks. I would appreciate it if someone would help me. Yohei Tanaka (Tohoku University) [[a...
2005 Jan 28
4
extracting from a data.frame
...alled V3 and contains elements of the following levels: > levels(a$V3) [1] "C" "CA" "CB" "CD" "CD1" "CD2" "CE" "CE1" "CE2" "CE3" "CG" [12] "CG1" "CG2" "CH2" "CZ" "CZ2" "CZ3" "N" "ND1" "ND2" "NE" "NE1" [23] "NE2" "NH1" "NH2" "NZ" "O" "OD1" "OD2" "OE1" "OE2" "OG"...
2019 Sep 11
19
[Bug 111642] New: NV43 GeForce 6600 Nouveau is not stable on legacy hardware
...:33 /usr/lib/gdm3/gdm-x-session[7653]: nouveau: #0110x00020000 Sep 11 01:50:33 /usr/lib/gdm3/gdm-x-session[7653]: nouveau: #0110x00000000 Sep 11 01:50:33 /usr/lib/gdm3/gdm-x-session[7653]: nouveau: kernel rejected pushbuf: Invalid argument Sep 11 01:50:33 /usr/lib/gdm3/gdm-x-session[7653]: nouveau: ch2: krec 0 pushes 1 bufs 3 relocs 4 Sep 11 01:50:33 /usr/lib/gdm3/gdm-x-session[7653]: nouveau: ch2: buf 00000000 00000005 00000004 00000004 00000000 Sep 11 01:50:33 /usr/lib/gdm3/gdm-x-session[7653]: nouveau: ch2: buf 00000001 0000000b 00000002 00000002 00000000 Sep 11 01:50:33 /usr/lib/gdm3/gdm-x-se...
2012 Sep 10
1
[LLVMdev] OCaml bindings broken in trunk
On Sep 10, 2012, at 3:34 PM, Bob Wilson wrote: > Didn't Benjamin already fix this in svn 163502? Looks that way.. > On Sep 10, 2012, at 10:08 AM, Chad Rosier <mcrosier at apple.com> wrote: > >> >> On Sep 7, 2012, at 3:40 PM, Nuno Lopes wrote: >> >>> The linking issue is a recent breakage. >>> I traced it back to r163175. Basically
2003 Mar 04
0
Help! Can browse from one subnet but not another.
...domains on two physically separate networks, connected via a firewall/router. To my knowledge the firewall system is not set to block anything between the two segments, just to route them. Network 192.168.18.0, CH domain 192.168.18.14 ch1 (rh7.3, CH domain controller, wins server) 192.168.18.15 ch2 (w2k, app server, set ch1 for wins manually) 192.168.18.18 mtoal (w2k, my computer, set ch1 for wins manually) Network 192.168.20.0, PW domain 192.168.20.8 pw1 (rh7.3, samba, PW domain controller) 192.168.20.5 pw2 (w2k, app server, set ch1 for wins manually) 192.168.20.61 streetsmary (w2k, exa...
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...************************ - - smushamt - - Returns the maximum amount that the current character can be smushed - into the current line. - -****************************************************************************/ - -int smushamt() -{ - int maxsmush,amt; - int row,linebd,charbd; - char ch1,ch2; - - if ((smushmode & (SM_SMUSH | SM_KERN)) == 0) { - return 0; - } - maxsmush = currcharwidth; - for (row=0;row<charheight;row++) { - if (right2left) { - for (charbd=MYSTRLEN(currchar[row]); - ch1=currchar[row][charbd],(charbd>0&&(!ch1||ch1=='' ...
2016 May 03
2
Centos 6.7: kernel: EDAC MC0: CE row 2, channel 1, label "": (..... (Correctable Patrol Data ECC))
...I have get this output: > [root at s-virt ~]# edac-util -v > mc0: 0 Uncorrected Errors with no DIMM info > mc0: 0 Corrected Errors with no DIMM info > mc0: csrow0: 0 Uncorrected Errors > mc0: csrow0: ch0: 0 Corrected Errors > mc0: csrow0: ch1: 0 Corrected Errors > mc0: csrow0: ch2: 0 Corrected Errors > mc0: csrow0: ch3: 0 Corrected Errors > mc0: csrow1: 0 Uncorrected Errors > mc0: csrow1: ch0: 0 Corrected Errors > mc0: csrow1: ch1: 0 Corrected Errors > mc0: csrow1: ch2: 0 Corrected Errors > mc0: csrow1: ch3: 0 Corrected Errors > mc0: csrow2: 0 Uncorrecte...
2012 Oct 19
5
Centering labels on X-axis
...h not much success. I have tried text(), mtext() but it's not working. I think I am using the wrong function for my task. Any help will be appreciated. My working codes. axis(1, at=c(1,2,3,4,5),font.lab=2,cex.axis=1.5,cex.lab=3,label=c("W0","CWH2","CWHmc","CH2","CHmc") ,text=c(1.5,2.5,3.5,4.5,5.5)) Many thanks in advance YA -- View this message in context: http://r.789695.n4.nabble.com/Centering-labels-on-X-axis-tp4646761.html Sent from the R help mailing list archive at Nabble.com.
2007 May 31
3
Problem with Weighted Variance in Hmisc
The function wtd.var(x,w) in Hmisc calculates the weighted variance of x where w are the weights. It appears to me that wtd.var(x,w) = var(x) if all of the weights are equal, but this does not appear to be the case. Can someone point out to me where I am going wrong here? Thanks. Tom La Bone [[alternative HTML version deleted]]
2019 Jan 25
0
[klibc:update-dash] eval: Return status in eval functions
...- n->nbinary.ch1, - (flags | ((isor >> 1) - 1)) & EV_TESTED - ); - if (!exitstatus == isor) + status = evaltree(n->nbinary.ch1, + (flags | ((isor >> 1) - 1)) & EV_TESTED); + if (!status == isor || evalskip) break; - if (!evalskip) { - n = n->nbinary.ch2; + n = n->nbinary.ch2; evaln: - evalfn = evaltree; + evalfn = evaltree; calleval: - evalfn(n, flags); - break; - } - break; + status = evalfn(n, flags); + goto setstatus; case NIF: - evaltree(n->nif.test, EV_TESTED); + status = evaltree(n->nif.test, EV_TESTED); if (eva...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Return status in eval functions
...- n->nbinary.ch1, - (flags | ((isor >> 1) - 1)) & EV_TESTED - ); - if (!exitstatus == isor) + status = evaltree(n->nbinary.ch1, + (flags | ((isor >> 1) - 1)) & EV_TESTED); + if (!status == isor || evalskip) break; - if (!evalskip) { - n = n->nbinary.ch2; + n = n->nbinary.ch2; evaln: - evalfn = evaltree; + evalfn = evaltree; calleval: - evalfn(n, flags); - break; - } - break; + status = evalfn(n, flags); + goto setstatus; case NIF: - evaltree(n->nif.test, EV_TESTED); + status = evaltree(n->nif.test, EV_TESTED); if (eva...
2004 Nov 28
1
OT: mixing monitor files to stereo wav
Hi, i am looking for a tool to merge the two wav files of a monitored call into one. soxmix does that well but actually merges the two channels. I would prefer a solution that creates a stereo wav file of the two mono files so you have the called party on one (e.g. left) channel and the calling party on the other (e.g. right). I can do this interactivly using audacity but i am looking for a tool
2003 Mar 06
0
2nd try: Cross subnet browsing wierdness
...aving some difficulties setting up browsing across networks and domains and was hoping some of you folks out there could help. We have two separate domains on two separate networks. I have a single WINS server. Why can I browse both networks from machine pw2 when I can NOT browse both from either ch2 or mtoal (my machine) or from streetsmary? (see details below). Does each network need it's own WINS server since they are in different domains? Then we use remote browse sync and/or remote announce to get them to talk to each other? Here's some details: Network 192.168.18.0, CH domain...