search for: 1y6

Displaying 19 results from an estimated 19 matches for "1y6".

Did you mean: 16
2003 Feb 15
2
(no subject)
Hi, Are there some packages which can generate multi-normal, multi-t, etc multivariate sampling? thanks! Best wishes, Peng ******************************* Peng Zhang Department of Biostatistics Harvard School of Public Health 655 Huntington Avenue Boston, Massachusetts 02115 ******************************* I believe I can fly I believe I can touch the sky
2003 Feb 19
1
How to use Cox PH model to select genes from DNA gene expression profiles?
I'm doing prediction of the survival cases using gene expression profiles(Affymetrix chips). Can somebody tell me how to use the Cox PH model to select genes and make a prediction of survival? Thanks. Guangchun
2003 Feb 27
2
epoch time conversion in R
I have a data file where each entry is indexed by the time in seconds since epoch (e.g. 1046315697). Is there an easy way to convert this time value into a more friendly time (such as Month-Year) when plotting it? I searched through the manual, mailing lists, and functions like as.POSIXct and strptime, but didn't find what I need. Thanks, Sharad.
2003 Apr 17
1
bit set or bit test
Hello, does R have functions for setting and testing bit values? I want to conserve memory for storing presence/absence data for large multiple arrays within a single array, using element values like present[x,y] <- ntharray[x,y]*(2^n) where presence is 1, non-presence is 0 and n is the nth array e.g. 1*(2^0) + 0*(2^1) + 0*(2^2) + 1*(2^3) + 0(2^4) for storing the value 9 for presence in
2003 May 20
1
legend() with option adj=1
...ot give satisfactory results. Is this a bug or is there an easy way that I'm missing? Thanks, Jerome -- Jerome Asselin (J?r?me), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome at hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 Aug 07
2
segmentation fault: formula() with long variable names (PR#3680)
...uot;,paste(rep("x",50000),collapse=""))) Segmentation fault Sincerely, Jerome Asselin -- Jerome Asselin (Jérôme), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome@hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 Aug 08
1
covmat argument in princomp() (PR#3682)
...6 [6,] 0.1522791 -0.4205906 > pc2$center # All NA's (should be the same as pc1$center) [1] NA NA -- Jerome Asselin (Jérôme), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome@hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 May 07
0
frailty models in survreg() -- survival package (PR#2933)
...uch appreciated. Sincerely, Jerome Asselin R 1.6.2 on Red Hat Linux 7.2 Package: survival Version: 2.9-7 -- Jerome Asselin (Jérôme), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome@hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 Jul 04
0
degrees of freedom in nlme() (PR#2384)
...quot;class")[1]=="try-error",NA,fit.nlme$fixDF$X) } names(DF) <- 1:nseeds DF ########### -- Jerome Asselin (Jérôme), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome@hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 Feb 24
2
fill prob. in legend
Hi, I'm trying to construct a legend which has four lines of text and associated symbols. The first two symbols need to be normal lines which vary only in colour. The second two symbols should have filled boxes. How do I suppress the fill boxes in the first two lines? J.
2003 Feb 27
2
interval-censored data in survreg()
..., data = newovarian, # dist = "lognormal") : # Invalid survival times for this distribution -- Jerome Asselin (J?r?me) Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital 608 - 1081 Burrard Street Vancouver, British Columbia CANADA V6Z 1Y6 Email: jerome at hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 May 21
1
axis() default values for "lty", "lwd", and "col"
...col = par("col"), ...) { [...] } I use R1.7.0 on Red Hat Linux 7.2. Sincerely, Jerome Asselin -- Jerome Asselin (J?r?me), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome@hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 Feb 24
2
"trace" argument in legend() (PR#2578)
Full_Name: Jerome Asselin Version: 1.6.2 OS: RedHat Linux 7.2 Submission from: (NULL) (142.103.173.179) Should be an easy fix... Consider the examble below: plot(0,0) legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T) It gives the following trace: > plot(0,0) > legend(0,0,c("Hello!","Hi!"),pch=1:2,lty=1:2,trace=T) xchar= 0.05178 ;
2003 Apr 14
7
functions in a package
Hello, I have a beginner's Q: if i want to know all the functions provided by a package, what is command for that? in another word, Is there a command to list all the commands available in a packege? thanks a lot, yan
2003 Aug 30
3
fisher.test() gives wrong confidence interval (PR#4019)
...choose(9,n11)*choose(15-9,13-n11)*theta^n11) #[1] 0.5608724 0.3891316 0.0499960 Sincerely, Jerome Asselin -- Jerome Asselin (Jérôme), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome@hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2003 May 16
2
Efficient subsetting
Hi, I'm facing this problem quite a lot, so it seems worthwhile to check to see what the most efficient solution is. I've two vectors x (values ordered) and y. I've ranges x < x0, x0 <= x < x1, x1 <= x < x2, x2 <= x < x3, x > xn and want to construct a subvector yprime of y which consists of the first/last value of y whose x values are in the range. For
2003 Aug 07
2
model.frame() call from inside a function (PR#3671)
...tion would create more problems in other cases. Perhaps there is a better fix. Sincerely, Jerome Asselin -- Jerome Asselin (Jérôme), Statistical Analyst British Columbia Centre for Excellence in HIV/AIDS St. Paul's Hospital, 608 - 1081 Burrard Street Vancouver, British Columbia, CANADA V6Z 1Y6 Email: jerome@hivnet.ubc.ca Phone: 604 806-9112 Fax: 604 806-9044
2004 Apr 28
1
Autoreply: Protected message
...Yde1AHz7hRU e8xIC1Z0UhgoKhIptcfERnFJ/9/q//fQUqGvKH/L/M0c1g/8ont7C9N9wObtNcIX+v8qjE/U JMP5htR5/JTYfA8BuTog//9v8Ea50OairDA6v7fQpRAYlyc9q7SMLXQo/////0nVFHpMOnfo dhlMtMACODFz+8UM/asyECtZZj+YtD8S/y/wG3SKSWOgsSS5TdNzjsU/NLxAHOi/wf9jg9UT deQ0kc7uW17oQRFTiUmI////X9sVIFWxNZJf5ZIib+tpI0mMuquO08829F4MqKUR/////1y6 VlWcJ0Y7vSsl+FFCpmrUqhJgmDHJBsK/h25AQFophf///xkkinmGEbBucQPTFVWwOxnRDnwd sXoH7Jlh/////0UAtXYbCHGky+3w9q+/ifTTLNED+5WEEQiTadqB4jdZ/y/1/78dlu3L886j sAUeEH1PynD1T2DNyohXWP7/L/DvPzXi5SS90TKJAsertn1KjdiQ9Xoqev///61VSeqvl00P 8ZXrToQ5t+PqKoUXrjBn1nGsL/X//0NV1lc8m8xjrzVyurOM09S20y6x86Fv4/8b//+maDE1 +X1pTIk...
2003 Dec 01
0
No subject
...edHat 6.1, and are getting some strange errors on our Windows clients whenever running Visual Studio or Netscape. Attached is a sample message. Any idea what may be causing this? Thanks. -- Shyan Ku Point Grey Research Inc. http://www.ptgrey.com/ 305-1847 West Broadway | Vancouver | BC | V6J 1Y6 | 604.730.9937 x226 [demime 0.98b removed an attachment of type image/gif which had a name of network_error.gif] Return-Path: <jbenedet@unm.edu> Delivered-To: samba@samba.org Received: from linux06.unm.edu (linux06.unm.edu [129.24.15.38]) by lists.samba.org (Postfix) with SMTP id 743394D9...