search for: r_rsort

Displaying 4 results from an estimated 4 matches for "r_rsort".

2017 May 31
2
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
...intercept calculation that should be implemented? Serguei. -------------- next part -------------- --- line.c.orig 2016-03-17 00:03:03.000000000 +0100 +++ line.c 2017-05-31 18:24:55.330030280 +0200 @@ -17,7 +17,7 @@ * https://www.R-project.org/Licenses/ */ -#include <R_ext/Utils.h> /* R_rsort() */ +#include <R_ext/Utils.h> /* R_rsort() */ #include <math.h> #include <Rinternals.h> @@ -25,8 +25,8 @@ /* Speed up by `inlining' these (as macros) [since R version 1.2] : */ #if 1 -#define il(n,x) (int)floor((n - 1) * x) -#define iu(n,x) (int) ceil((n - 1) * x)...
2017 May 31
4
stats::line() does not produce correct Tukey line when n mod 6 is 2 or 3
Seriously, if a method gives a wrong result, it's wrong. line() does NOT implement the algorithm of Tukey, even not after the patch. We're not discussing Excel here, are we? The method of Tukey is rather clear, and it is NOT using the default quantile definition from the quantile function. Actually, it doesn't even use quantiles to define the groups. It just says that the groups
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
...ibpng /lib:/opt/libjpeg/lib:/opt/ncurses/lib:/opt/gnu/lib:/usr/shlib:/opt/zlib /lib:/opt/R/lib -o MASS.so MASS.o lqs.o ld: Warning: Unresolved: exp fabs pow sqrt isnan Rf_error R_alloc Rprintf R_chk_calloc R_chk_free vmmin R_registerRoutines R_useDynamicSymbols log GetRNGstate PutRNGstate unif_rand R_rsort Rf_rPsort R_CheckUserInterrupt dqrsl_ dqrdc2_ make[3]: Leaving directory `/cluster/members/member0/tmp/R.INSTALL.OVYGvZ/VR/MASS/src' chmod: cannot access `/usr/ruby-deploy/swkits/RUBY/SOFTWARE/3rdPartySW/R/R-2.3.1/build/librar y/MASS/libs//*': No such file or directory ** R ** data chmod: c...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
.../v4.2.1/include -c line.c -o line.o /usr/bin/cc -I../../../../include -I/soft/readline/v4.2.1/include -std1 -ieee_with_inexact -I/soft/readline/v4.2.1/include -c smooth.c -o smooth.o /usr/bin/cc -shared -L/soft/readline/v4.2.1/lib -o eda.so init.o line.o smooth.o ld: Warning: Unresolved: R_rsort ceil floor Rf_error R_alloc mkdir -p -- ../../../../library/eda/libs gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/library/eda/src' gmake[4]: Leaving directory `/soft/R/R-1.5.1/src/library/eda/src' gmake[3]: Leaving directory `/soft/R/R-1.5.1/src/library/eda' gmake[3]: Entering direc...