Displaying 20 results from an estimated 27 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...
2024 Dec 18
2
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...system.time(nonsense(1e8,10,0))[1]
>>> tmp2 <- system.time(nonsense(1e8,10,1))[1]
>>> cat("w/o check:",tmp1,"sec., with check:",tmp2,"sec.,
>>> diff.:",tmp2-tmp1,"sec.\n")
>>>
>>> tmp3 <- system.time(pwilcox(rwilcox(1e5,40,60),40,60))[1]
>>> cat("wilcox example:",tmp3,"sec.\n")
>>>
>>> ---
>>>
>>> Running this code when R (4.4.2) is started in a terminal window
>>> produces the following measurements/output (Apple M1, MacOS 15.1.1):
&g...
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...
2024 Dec 17
1
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...j; else result /=j;
}
return(result);
}')
tmp1 <- system.time(nonsense(1e8,10,0))[1]
tmp2 <- system.time(nonsense(1e8,10,1))[1]
cat("w/o check:",tmp1,"sec., with check:",tmp2,"sec.,
diff.:",tmp2-tmp1,"sec.\n")
tmp3 <- system.time(pwilcox(rwilcox(1e5,40,60),40,60))[1]
cat("wilcox example:",tmp3,"sec.\n")
---
Running this code when R (4.4.2) is started in a terminal window
produces the following measurements/output (Apple M1, MacOS 15.1.1):
w/o check: 0.525 sec., with check: 0.752 sec., diff.: 0.227 sec.
wilcox...
2024 Dec 17
1
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...sult);
> }')
>
> tmp1 <- system.time(nonsense(1e8,10,0))[1]
> tmp2 <- system.time(nonsense(1e8,10,1))[1]
> cat("w/o check:",tmp1,"sec., with check:",tmp2,"sec.,
> diff.:",tmp2-tmp1,"sec.\n")
>
> tmp3 <- system.time(pwilcox(rwilcox(1e5,40,60),40,60))[1]
> cat("wilcox example:",tmp3,"sec.\n")
>
> ---
>
> Running this code when R (4.4.2) is started in a terminal window
> produces the following measurements/output (Apple M1, MacOS 15.1.1):
>
> w/o check: 0.525 sec., with check: 0.75...
2024 Dec 17
1
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...>> tmp1 <- system.time(nonsense(1e8,10,0))[1]
>> tmp2 <- system.time(nonsense(1e8,10,1))[1]
>> cat("w/o check:",tmp1,"sec., with check:",tmp2,"sec.,
>> diff.:",tmp2-tmp1,"sec.\n")
>>
>> tmp3 <- system.time(pwilcox(rwilcox(1e5,40,60),40,60))[1]
>> cat("wilcox example:",tmp3,"sec.\n")
>>
>> ---
>>
>> Running this code when R (4.4.2) is started in a terminal window
>> produces the following measurements/output (Apple M1, MacOS 15.1.1):
>>
>> w/o ch...
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...
2024 Dec 18
1
R_CheckUserInterrupt() can be a performance bottleneck within GUIs
...e(1e8,10,0))[1]
>>>> tmp2 <- system.time(nonsense(1e8,10,1))[1]
>>>> cat("w/o check:",tmp1,"sec., with check:",tmp2,"sec.,
>>>> diff.:",tmp2-tmp1,"sec.\n")
>>>>
>>>> tmp3 <- system.time(pwilcox(rwilcox(1e5,40,60),40,60))[1]
>>>> cat("wilcox example:",tmp3,"sec.\n")
>>>>
>>>> ---
>>>>
>>>> Running this code when R (4.4.2) is started in a terminal window
>>>> produces the following measurements/output (Apple...
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...