Home
last modified time | relevance | path

Searched defs:hasNA (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/R-cran-data.table/data.table/R/
H A Dfroll.R1 …algo=c("fast", "exact"), align=c("right", "left", "center"), na.rm=FALSE, hasNA=NA, adaptive=FALSE… argument
9 …algo=c("fast", "exact"), align=c("right", "left", "center"), na.rm=FALSE, hasNA=NA, adaptive=FALSE… argument
12 … algo=c("fast","exact"), align=c("right", "left", "center"), na.rm=FALSE, hasNA=NA, adaptive=FALSE… argument
/dports/math/R-cran-matrixStats/matrixStats/src/
H A DlogSumExp.c20 SEXP logSumExp(SEXP lx, SEXP idxs, SEXP naRm, SEXP hasNA) { in logSumExp()
H A DcolCounts.c12 SEXP colCounts(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP value, SEXP what, SEXP naRm, SEXP hasNA in colCounts()
93 SEXP count(SEXP x, SEXP idxs, SEXP value, SEXP what, SEXP naRm, SEXP hasNA) { in count()
H A DproductExpSumLog.c11 SEXP productExpSumLog(SEXP x, SEXP idxs, SEXP naRm, SEXP hasNA) { in productExpSumLog()
H A DrowMeans2.c15 SEXP rowMeans2(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP naRm, SEXP hasNA, SEXP byRow, SEXP useN… in rowMeans2()
H A DrowMedians.c14 SEXP rowMedians(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP naRm, SEXP hasNA, SEXP byRow, SEXP use… in rowMedians()
H A DrowSums2.c15 SEXP rowSums2(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP naRm, SEXP hasNA, SEXP byRow, SEXP useNa… in rowSums2()
H A DrowVars.c15 SEXP rowVars(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP naRm, SEXP hasNA, SEXP byRow, SEXP useNam… in rowVars()
H A DrowCounts.c12 SEXP rowCounts(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP value, SEXP what, SEXP naRm, SEXP hasNA in rowCounts()
H A DrowLogSumExp.c14 SEXP rowLogSumExps(SEXP lx, SEXP dim, SEXP rows, SEXP cols, SEXP naRm, SEXP hasNA, SEXP byRow, SEXP… in rowLogSumExps()
H A DrowMads.c14 SEXP rowMads(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP constant, SEXP naRm, SEXP hasNA, SEXP byR… in rowMads()
H A Dx_OP_y.c5 …XP operator, SEXP xrows, SEXP xcols, SEXP yidxs, SEXP commute, SEXP naRm, SEXP hasNA, SEXP byRow) { in x_OP_y()
H A DrowRanges.c14 SEXP rowRanges(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP what, SEXP naRm, SEXP hasNA, SEXP useNa… in rowRanges()
H A DcolRanges.c14 SEXP colRanges(SEXP x, SEXP dim, SEXP rows, SEXP cols, SEXP what, SEXP naRm, SEXP hasNA, SEXP useNa… in colRanges()
/dports/math/R-cran-robustbase/robustbase/src/
H A DrowMedians.c40 SEXP R_rowMedians(SEXP x, SEXP naRm, SEXP hasNA, SEXP byRow, SEXP keepNms) { in R_rowMedians()
/dports/devel/R-cran-randomForest/randomForest/R/
H A Dna.roughfix.R35 hasNA <- which(apply(object, 2, function(x) any(is.na(x)))) functionVar
H A DrfImpute.R32 hasNA <- which(apply(x, 2, function(x) any(is.na(x)))) functionVar
/dports/math/R-cran-raster/raster/R/
H A Dreclassify.R36 hasNA <- FALSE functionVar
/dports/math/R-cran-robustbase/robustbase/R/
H A Dcomedian.R21 colMedians <- function(x, na.rm=FALSE, hasNA=TRUE, keep.names=TRUE) argument
24 rowMedians <- function(x, na.rm=FALSE, hasNA=TRUE, keep.names=TRUE) argument
/dports/math/R-cran-terra/terra/src/
H A Dread_gdal.cpp763 int hasNA; in readChunkGDAL() local
856 int hasNA; in readValuesGDAL() local
912 int hasNA; in readGDALsample() local
1027 int hasNA; in readRowColGDAL() local
1108 int hasNA; in readRowColGDALFlat() local
H A Dwrite_gdal.cpp538 int hasNA=0; in writeValuesGDAL() local
H A Drasterize.cpp97 int hasNA; in getDSh() local
H A Dgdal_algs.cpp263 int hasNA; in gdal_warper() local
/dports/math/R-cran-Rmpfr/Rmpfr/tests/
H A Dbit-repr.R22 hasNA <- any(iNA <- sapply(lapply(L, is.na), any)) # iNA: TRUE if there's an NA functionVar
/dports/devel/R-cran-bit/bit/src/
H A Dbit.c1112 register int ii, ib, j, k, u=0, hasNA=FALSE; in bit_unique_compareNA() local
1173 register int ii, ib, j, k, hasNA = FALSE; in bit_duplicated_compareNA() local
1242 register int ii, ib, j, k, hasNA=FALSE, s=0; in bit_anyDuplicated_compareNA() local
1503 register int hasNA = FALSE; in bit_union_NA() local
1570 register int hasNA = FALSE; in bit_intersect_NA() local
1638 register int hasNA = FALSE; in bit_setdiff_NA() local
1676 register int hasNA = FALSE; in bit_setdiff_NoNA() local
1712 register int hasNA = (xhasNA != yhasNA) ? TRUE : FALSE; in bit_symdiff_NA() local

12