Re: [R] SIGN.test

2013-01-02 Thread William Dunlap
I doubt it has anything to do with the version of R itself. > maintainer("BSDA") [1] "Alan T. Arnholt " > packageVersion("BSDA") [1] '1.1' Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: r

Re: [R] SIGN.test

2013-01-02 Thread Rolf Turner
On 03/01/13 07:45, solafah bh wrote: Hello I used SIGN.test function in R 2.12.2 to apply one sample sign test and it is worked well ,but I want to put statistic in a variable and I could not get this value, I used : x=rnorm(100) t=SIGN.test(x,md=0,alt="less") t$rval[1]$statistic the last co

Re: [R] SIGN.test

2013-01-02 Thread David Winsemius
On Jan 2, 2013, at 10:45 AM, solafah bh wrote: Hello I used SIGN.test function in R 2.12.2 to apply one sample sign test and it is worked well ,but I want to put statistic in a variable and I could not get this value, I used : x=rnorm(100) t=SIGN.test(x,md=0,alt="less") t$rval[1]$statistic

[R] SIGN.test

2013-01-02 Thread solafah bh
Hello I used SIGN.test function in R 2.12.2 to apply one sample sign test and it is worked well ,but I want to put statistic in a variable and I could not get this value, I used : x=rnorm(100) t=SIGN.test(x,md=0,alt="less") t$rval[1]$statistic   the last command work in the old version of R but