search for: ch3

Displaying 20 results from an estimated 43 matches for "ch3".

Did you mean: ch
2003 Jan 16
1
graphics
...;, 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="i", yaxs="i", xlab="Chromosome 3", ylab="") abline(h=3.055) This works fine but I would like to improve it a bit. I would like the same scaling along the x axis so th...
2001 Sep 18
1
case weights in coxph (survival)
...linux-gnu" $status [1] "" $major [1] "1" $minor [1] "3.1" $year [1] "2001" $month [1] "08" $day [1] "31" $language [1] "R" I am also using the most recent version of survival from cran. Thanks Nicholas CH3 | N Nicholas Lewin-Koh / \ Dept of Statistics N----C C==O Program in Ecology and Evolutionary Biology || || | Iowa State University || || | Ames, IA 50011...
2002 May 09
3
read.table (PR#1535)
I downloaded the latest version of R (1.5.0) and issued a read.table() command that used to work with (1.3.1). Unfortunately I erased 1.3.1 from my hard drive after I downloaded R 1.5.0. Here's the command and the error message I get under 1.5.0: > golub1<-read.table("C:/Microarrays/code/data_set_ALL_AML_train.txt",sep="\t",q
2001 Jan 10
2
nearest neighbors
Is there an implementation of a reasonable k-nearest neighbor finder already in one of the packages? -- +---------------------------------------------------------------------------+ | Robert Gentleman phone : (617) 632-5250 | | Associate Professor fax: (617) 632-2444 | | Department of Biostatistics office: not yet
2001 Sep 18
1
case weights-coxph (solved)
...#part of the data frame mod<-coxph(cph.call,z,grp.wt,na.action=na.omit,singular.ok=T) sum(mod$residuals^2) } I wouldn't call this a bug, but shouldn't the case weights be a separate vector if the user so desires? Nicholas CH3 | N Nicholas Lewin-Koh / \ Dept of Statistics N----C C==O Program in Ecology and Evolutionary Biology || || | Iowa State University || || | Ames, IA 50011...
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code
2000 Dec 24
1
gretl and R: info and request
Hello, I thought some of you might like to know about a GNU project that is complementary to R in some ways, namely gretl http://ricardo.ecn.wfu.edu/gretl (GNU Regression, Econometrics and Time-series Library). gretl (a library with cli and gui clients, the gui using GTK) is designed to be very user-friendly, and suitable for teaching econometrics. It has a fairly wide variety of least-squares
2001 Nov 03
1
Help with Windows build
I'm trying to do a Windows build of Ray Brownrigg's port of the maps library, and running into some problems. There's a makefile for the shared library. I suspect that I just need to change that to get it right, and everything will build properly, but I'm running into trouble. Here's the original makefile, along with my comments about changes: >SRC= mapget.c mapproject.c
2001 Nov 03
1
Help with Windows build
I'm trying to do a Windows build of Ray Brownrigg's port of the maps library, and running into some problems. There's a makefile for the shared library. I suspect that I just need to change that to get it right, and everything will build properly, but I'm running into trouble. Here's the original makefile, along with my comments about changes: >SRC= mapget.c mapproject.c
2016 May 03
2
Centos 6.7: kernel: EDAC MC0: CE row 2, channel 1, label "": (..... (Correctable Patrol Data ECC))
...irt ~]# 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 Uncorrected Errors > mc0: csrow2: ch0: 0 Correcte...
2015 Nov 04
4
Two WiFi routers
Richard Zimmerman wrote: > I've got a 3 building network... > > Buildings 1/2 between then have 3 wireless routers all pointed to one > CentOS server. > > The 3rd building across the WAN has 3 wireless routers all into one > server... > > In my case They are for local LAN access so they are setup to pint to a > single IP/gateway address... Thanks for your
2000 Oct 03
2
plot.table() ?
I tend to use table() quite a bit for quick "diagnostics", summary, etc. I have wished for a more automatic way of plotting these. One possibility would be something like the following function; The question is if (something like) the following is worth providing (and then maintaining...) at all : plot.table <- function(x, type = "h", ylim = c(0, max(x)), lwd = 2,
2010 Sep 06
1
[LLVMdev] DataTypes.h Header File
Hi This is a beginner's question. I’m trying to compile Kaleidoscope Ch3 example under MinGW. As I understand most errors result from header file DataTypes.h be missing. I was unable to find DataTypes.h header file in llvm/System folder. Instead, the folder contain DataTypes.h.in and DataTypes.h.cmake files. Shall I use them to create DataTypes.h header file? Any help w...
2009 Feb 22
1
a coding problem from Ross Simulation book
Hi, there could you help me coding this problme? I am just starting to leard the R. So I really need help Question is from Ross, Simulation, 4th Edition. ch3 14. with x1=23, x2=66 Xn=3*Xn-1+5*Xn-2 mod(100) n>=3 we will call the sequence Un=Xn/100 n>=1 find the first 14 values thank you sophia _________________________________________________________________ ÔõÑùÂò³µÆ±¸ü·½±ã£¿Î¢Èí´º½ÚËÑË÷£¬µÚһʱ¼äΪÄúÌṩ»ð³µÆ±ÐÅÏ¢...
2015 Nov 04
2
Two WiFi routers
Richard Zimmerman wrote: >> Do you have them on different channels? > > YES, definitely.... If you have the room in the spectrum, ch1, skip2, ch3, > skip 4, ch5, etc... I've actually have mine set with two empty channels > between them as the 3rd building is a machine / fabrication shop with lots > and lots of RFI going on. So does a client laptop have to change NM setup if passing from one router to another? I wonder if one c...
2008 Feb 07
1
Net Join Problem
...pt and installing the RPM Although I can find references to this problem on the Internet I have not found a cause yet! ---------------------------------------------------------------------------------------------------- Blue Chip Technology Limited. Chowley Oak Lane, Tattenhall, Chester, Cheshire CH3 9EX Tel: 01829 772000 Registered in England 3110403 Vat No: GB 618 374134 Blue Chip Technology Ltd. employees are not authorised to offer or accept contractual terms by email unless they are in the form of an attached PDF document in the correct company format in accordance with their job role...
2012 Nov 21
2
installing Rmpi on centos 6 with mpich
...llows" > Copyright (C) 2012 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > Platform: x86_64-redhat-linux-gnu (64-bit) [root@localhost ~]# mpich2version > MPICH2 Version: 1.4.1p1 > MPICH2 Release date: Thu Sep 1 13:53:02 CDT 2011 > MPICH2 Device: ch3:nemesis > MPICH2 configure: > MPICH2 CC: gcc -O2 > MPICH2 CXX: c++ -O2 > MPICH2 F77: gfortran -O2 > MPICH2 FC: f95 -O2 when i issue the install order i get this output: > install.packages("Rmpi") > Installing package(s) into ‘/usr/lib64/R/library’ >...
2001 Oct 26
2
wilcox.test point estimates perverse (PR#1150)
The point estimates produced by wilcox.test are perverse (not wrong, just brain damaged). The Hodges-Lehmann estimator that goes with the signed rank test is the median of the Walsh averages. The Hodges-Lehmann estimator that goes with the rank sum test is the median of the pairwise differences. wilcox.test agrees except that it uses the following very peculiar definition of "sample
2005 Jul 07
1
Help with ntlm error on Samba 3.0.14a
...5) Error writing 226 bytes to client. -1 (Broken pipe) [2005/07/06 09:09:06, 0] rpc_client/cli_pipe.c:rpc_api_pipe(435) cli_pipe: return critical error. Error was Write error: Broken pipe any clue why/how can I solve this ? here is my config: # Global parameters [global] workgroup = D-CH3 password server = * security = DOMAIN winbind uid = 10000-20000 winbind gid = 10000-20000 netbios name = squid3 server string = squid3 gva %v encrypt passwords = Yes client ntlmv2 auth = yes preferred master = No local...