search for: do_isnana

Displaying 3 results from an estimated 3 matches for "do_isnana".

Did you mean: do_isnan
2020 Jan 01
2
New R function is.nana = is.na & !is.nan
...| is.nana | f | t | R_IsNA +---------------------+ Strictly speaking, I am asking for a new R function: is.nana <- function(x) if (typeof(x)=="numeric") .Primitive("is.nana") else .Primitive("is.na") Then probably a copy of C function `do_isnan` as `do_isnana` with a minor change from `R_IsNaN` to `R_IsNA`. Best, Jan Gorecki
2020 Jan 02
1
New R function is.nana = is.na & !is.nan
...t; > > Strictly speaking, I am asking for a new R function: > > > > is.nana <- function(x) if (typeof(x)=="numeric") > > .Primitive("is.nana") else .Primitive("is.na") > > > > Then probably a copy of C function `do_isnan` as `do_isnana` with a > > minor change from `R_IsNaN` to `R_IsNA`. > > > > Best, > > Jan Gorecki > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__stat.ethz...
2020 Jan 01
0
New R function is.nana = is.na & !is.nan
...+---------------------+ > > Strictly speaking, I am asking for a new R function: > > is.nana <- function(x) if (typeof(x)=="numeric") > .Primitive("is.nana") else .Primitive("is.na") > > Then probably a copy of C function `do_isnan` as `do_isnana` with a > minor change from `R_IsNaN` to `R_IsNA`. > > Best, > Jan Gorecki > > ______________________________________________ > R-devel at r-project.org mailing list > https://urldefense.proofpoint.com/v2/url?u=https-3A__stat.ethz.ch_mailman_listinfo_r-2Ddevel&d=DwICAg...