search for: rwilcox

Displaying 20 results from an estimated 22 matches for "rwilcox".

Did you mean: wilcox
2020 Jan 20
3
[External] Re: rpois(9, 1e10)
On 1/20/20 4:26 AM, Martin Maechler wrote: > Coming late here -- after enjoying a proper weekend ;-) -- > I have been agreeing (with Spencer, IIUC) on this for a long > time (~ 3 yrs, or more?), namely that I've come to see it as a > "design bug" that rpois() {and similar} must return return typeof() "integer". > > More strongly, I'm actually pretty
2020 Jan 23
1
[External] Re: rpois(9, 1e10)
...rote: > > It's really something that should be discussed (possibly not > here, .. but then I've started it here ...). > > The NEWS for R 3.0.0 contain (in NEW FEATURES) : > > * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), > rsignrank() and rwilcox() now return integer (not double) > vectors. This halves the storage requirements for large > simulations. > > and what I've been suggesting is to revert this change > (svn rev r60225-6) which was purposefully and diligently done by > a fellow R core member, so...
2020 Jan 20
3
[External] Re: rpois(9, 1e10)
...ons. > > It's really something that should be discussed (possibly not > here, .. but then I've started it here ...). > > The NEWS for R 3.0.0 contain (in NEW FEATURES) : > > * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), > rsignrank() and rwilcox() now return integer (not double) > vectors. This halves the storage requirements for large > simulations. > > and what I've been suggesting is to revert this change > (svn rev r60225-6) which was purposefully and diligently done by > a fellow R core member, so i...
2020 Jan 22
2
[External] Re: rpois(9, 1e10)
...ssed (possibly not >>> here, .. but then I've started it here ...). >>> >>> The NEWS for R 3.0.0 contain (in NEW FEATURES) : >>> >>> * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), >>> rsignrank() and rwilcox() now return integer (not double) >>> vectors. This halves the storage requirements for large >>> simulations. >>> >>> and what I've been suggesting is to revert this change >>> (svn rev r60225-6) which was purposefully and dili...
2012 Apr 29
1
Error in if (nuhat < 2) stop("The degrees of freedom must be greater than or equal to 2") : missing value where TRUE/FALSE needed
...iot<-subset(bilingualismdata, TypeBiling=="monolingual") cypriotenglish<-subset(bilingualismdata, TypeBiling=="bilingual") covGrp1<-cypriot$FAS dvGrp1<-cypriot$Simon covGrp2<-cypriotenglish$FAS dvGrp2<-cypriotenglish$Simon source("http://www-rcf.usc.edu/~rwilcox/Rallfun-v16") ancova(covGrp1, dvGrp1, covGrp2, dvGrp2) ancboot(covGrp1, dvGrp1, covGrp2, dvGrp2, nboot = 2000) However, i always get the following errors (note that i get these errors when i am running the analysis on a specific data set. The same code works fine with other data sets): &g...
2020 Jan 20
0
[External] Re: rpois(9, 1e10)
...course there are several such distributions. It's really something that should be discussed (possibly not here, .. but then I've started it here ...). The NEWS for R 3.0.0 contain (in NEW FEATURES) : * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwilcox() now return integer (not double) vectors. This halves the storage requirements for large simulations. and what I've been suggesting is to revert this change (svn rev r60225-6) which was purposefully and diligently done by a fellow R core member, so indeed must be debatable. Mar...
2005 Dec 02
1
M-estimator R function question
In the robust library of S+, it is possible to compute Rocke's constrained M-estimator of scatter and location. Can't find anything within R that does the same thing. Can someone tell me whether any package exists for computing it? Thanks. Rand Wilcox Professor Dept of Psychology University of Southern California Los Angeles, CA 90089-1061 FAX: 213-746-9082
2020 Jan 21
0
[External] Re: rpois(9, 1e10)
...ing that should be discussed (possibly not >> here, .. but then I've started it here ...). >> >> The NEWS for R 3.0.0 contain (in NEW FEATURES) : >> >> * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), >> rsignrank() and rwilcox() now return integer (not double) >> vectors. This halves the storage requirements for large >> simulations. >> >> and what I've been suggesting is to revert this change >> (svn rev r60225-6) which was purposefully and diligently done by &...
2007 Jan 12
2
Magnitude of trend in time series
Hello, I am analyzing some climate time series data using the Mann Kendall package and was wondering if there was a way to calculate the trend using Sen's nonparametric estimator slope in R? Thank you in advance, Barry _________________________ Barry Baker, Ph.D. Global Climate Change Initiative The Nature Conservancy 2424 Spruce St., Suite 100 Boulder, CO 80302 Tel: (303)-541-0322 Fax:
2020 Jan 22
0
[External] Re: rpois(9, 1e10)
...gt;> here, .. but then I've started it here ...). > >>> > >>> The NEWS for R 3.0.0 contain (in NEW FEATURES) : > >>> > >>> * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), > >>> rsignrank() and rwilcox() now return integer (not double) > >>> vectors. This halves the storage requirements for large > >>> simulations. > >>> > >>> and what I've been suggesting is to revert this change > >>> (svn rev r60225-6) wh...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...g -I../include -I../../src/include -c dwilcox.c -o dwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pwilcox.c -o pwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qwilcox.c -o qwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rwilcox.c -o rwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dsignrank.c -o dsignrank.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c psignrank.c -o psignrank.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qsignrank.c -o qsignrank.o gcc -ieee_...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...de -c ptukey.c cc -ieee_with_inexact -g -I../../src/include -c qtukey.c cc -ieee_with_inexact -g -I../../src/include -c dwilcox.c cc -ieee_with_inexact -g -I../../src/include -c pwilcox.c cc -ieee_with_inexact -g -I../../src/include -c qwilcox.c cc -ieee_with_inexact -g -I../../src/include -c rwilcox.c ar cr ../lib/libmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fmod.o fprec.o fround.o ftrunc.o sign.o fsign.o fsquare.o fcube.o imax2.o imin2.o chebyshev.o logrelerr.o lgammacor.o gammalims.o gamma.o lgamma.o beta.o lbeta.o polygamma.o choose.o snorm.o sunif.o sexp.o dgamma.o pgamma...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...de -I../../src/include -c dwilcox.c = -o = dwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pwilcox.c = -o = pwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qwilcox.c = -o = qwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rwilcox.c = -o = rwilcox.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dsignrank.= c -o = dsignrank.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c psignrank.= c -o = psignrank.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qsignrank.= c -o = qsignr...
1998 Dec 08
0
R compile problems with AIX
..../src/include -c qtukey.c -o qtukey.o gcc -g -O2 -I../include -I../../src/include -c dwilcox.c -o dwilcox.o gcc -g -O2 -I../include -I../../src/include -c pwilcox.c -o pwilcox.o gcc -g -O2 -I../include -I../../src/include -c qwilcox.c -o qwilcox.o gcc -g -O2 -I../include -I../../src/include -c rwilcox.c -o rwilcox.o gcc -g -O2 -I../include -I../../src/include -c dsignrank.c -o dsignrank.o gcc -g -O2 -I../include -I../../src/include -c psignrank.c -o psignrank.o gcc -g -O2 -I../include -I../../src/include -c qsignrank.c -o qsignrank.o gcc -g -O2 -I../include -I../../src/include -c rsignrank.c...
1998 Dec 08
0
R compile problems with AIX
..../src/include -c qtukey.c -o qtukey.o gcc -g -O2 -I../include -I../../src/include -c dwilcox.c -o dwilcox.o gcc -g -O2 -I../include -I../../src/include -c pwilcox.c -o pwilcox.o gcc -g -O2 -I../include -I../../src/include -c qwilcox.c -o qwilcox.o gcc -g -O2 -I../include -I../../src/include -c rwilcox.c -o rwilcox.o gcc -g -O2 -I../include -I../../src/include -c dsignrank.c -o dsignrank.o gcc -g -O2 -I../include -I../../src/include -c psignrank.c -o psignrank.o gcc -g -O2 -I../include -I../../src/include -c qsignrank.c -o qsignrank.o gcc -g -O2 -I../include -I../../src/include -c rsignrank.c...
1998 Sep 11
1
R-beta: cannot make R
...I../include -c pnbeta.c gcc -g -O2 -I../include -c pnf.c gcc -g -O2 -I../include -c pnt.c gcc -g -O2 -I../include -c ptukey.c gcc -g -O2 -I../include -c qtukey.c gcc -g -O2 -I../include -c dwilcox.c gcc -g -O2 -I../include -c pwilcox.c gcc -g -O2 -I../include -c qwilcox.c gcc -g -O2 -I../include -c rwilcox.c ar cr ../lib/libmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fmod.o fprec.o fround.o ftrunc.o sign.o fsign.o fsquare.o fcube.o imax2.o imin2.o chebyshev.o logrelerr.o lgammacor.o gammalims.o gamma.o lgamma.o beta.o lbeta.o polygamma.o choose.o snorm.o sunif.o sexp.o dgamma.o pgamma...
2020 Apr 24
0
R 4.0.0 is released
...fortunately named prop.table() and margin.table(). They are drop-in replacements, but also add named-margin functionality. The old function names are retained as aliases for back-compatibility. * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwilcox() which have returned integer since R 3.0.0 and hence NA when the numbers would have been outside the integer range, now return double vectors (without NAs, typically) in these cases. * matplot(x,y) (and hence matlines() and matpoints()) now call the corresponding metho...
2020 Apr 24
0
R 4.0.0 is released
...fortunately named prop.table() and margin.table(). They are drop-in replacements, but also add named-margin functionality. The old function names are retained as aliases for back-compatibility. * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwilcox() which have returned integer since R 3.0.0 and hence NA when the numbers would have been outside the integer range, now return double vectors (without NAs, typically) in these cases. * matplot(x,y) (and hence matlines() and matpoints()) now call the corresponding metho...
2020 Apr 24
0
R 4.0.0 is released
...fortunately named prop.table() and margin.table(). They are drop-in replacements, but also add named-margin functionality. The old function names are retained as aliases for back-compatibility. * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwilcox() which have returned integer since R 3.0.0 and hence NA when the numbers would have been outside the integer range, now return double vectors (without NAs, typically) in these cases. * matplot(x,y) (and hence matlines() and matpoints()) now call the corresponding metho...
1999 Aug 03
2
compliation problem
Problem compiling R. version: 0.64.2 machine: SGI O2 OS: IRIX6.5 CC cc FC f77 MAKE GNU make 3.75 Here is part of the the output for make. make[2]: Leaving directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/include' make[2]: Entering directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/appl' cc -g -OPT:IEEE_NaN_inf=ON -I../include