Displaying 4 results from an estimated 4 matches for "r_tabulate".
2013 Jan 22
1
R_tabulate
How could I get the code of the inner function ( written in C, I guess ) of
R_tabulate?
This function is used by R function tabulate.
Thank you.
[[alternative HTML version deleted]]
2009 Jul 20
1
tabulate can accept NA values?
tabulate has
.C("R_tabulate", as.integer(bin), as.integer(length(bin)),
as.integer(nbins), ans = integer(nbins), PACKAGE="base")$ans
The implementation of R_tabulate has
if(x[i] != R_NaInt && x[i] > 0 && x[i] <= *nbin)
and so copes with (silently drops) NA. Perhaps the .C coul...
2013 Apr 03
0
R 3.0.0 is released
...w errors.
o Translation packages are defunct.
o Calling rep() or rep.int() on a pairlist or other non-vector
object is now an error.
o Several non-API entry points have been transferred to packages
(e.g. R_zeroin2) or replaced by different non-API entry points
(e.g. R_tabulate).
o The 'internal' graphics device invoked by
.Call("R_GD_nullDevice", package = "grDevices") has been removed:
use pdf(file = NULL) instead.
o The .Fortran() entry point "dqrls" which has not been used by R
since version 2.15.1 is n...
2013 Apr 03
0
R 3.0.0 is released
...w errors.
o Translation packages are defunct.
o Calling rep() or rep.int() on a pairlist or other non-vector
object is now an error.
o Several non-API entry points have been transferred to packages
(e.g. R_zeroin2) or replaced by different non-API entry points
(e.g. R_tabulate).
o The 'internal' graphics device invoked by
.Call("R_GD_nullDevice", package = "grDevices") has been removed:
use pdf(file = NULL) instead.
o The .Fortran() entry point "dqrls" which has not been used by R
since version 2.15.1 is n...