Home
last modified time | relevance | path

Searched +refs:na +refs:rm (Results 201 – 225 of 11403) sorted by relevance

12345678910>>...457

/dports/math/R-cran-matrixStats/matrixStats/man/
H A DrowLogSumExps.Rd9 rowLogSumExps(lx, rows = NULL, cols = NULL, na.rm = FALSE,
12 colLogSumExps(lx, rows = NULL, cols = NULL, na.rm = FALSE,
23 \item{na.rm}{If \code{\link[base:logical]{TRUE}}, any missing values are
H A DrowMeans2.Rd8 rowMeans2(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x),
11 colMeans2(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x),
24 \item{na.rm}{If \code{\link[base:logical]{TRUE}}, missing values are
H A DrowSums2.Rd8 rowSums2(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x),
11 colSums2(x, rows = NULL, cols = NULL, na.rm = FALSE, dim. = dim(x),
24 \item{na.rm}{If \code{\link[base:logical]{TRUE}}, missing values are
/dports/math/R-cran-raster/raster/man/
H A DmovingFun.Rd12 movingFun(x, n, fun=mean, type='around', circular=FALSE, na.rm=FALSE)
22 \item{na.rm}{Logical. If \code{TRUE}, \code{NA} values should be ingored (by \code{fun})}
40 movingFun(v, n=5, na.rm=TRUE)
H A Dextract.Rd31 fun=NULL, na.rm=TRUE, layer, nl, df=FALSE, factors=FALSE, ...)
33 \S4method{extract}{Raster,SpatialLines}(x, y, fun=NULL, na.rm=FALSE, cellnumbers=FALSE, df=FALSE, l…
36 \S4method{extract}{Raster,SpatialPolygons}(x, y, fun=NULL, na.rm=FALSE, exact=FALSE, weights=FALSE,…
55 …e.g. mean, min or max), and accept a \code{na.rm} argument. Thus, standard R functions not includi…
57na.rm}{logical. Only useful when an argument \code{fun} is supplied. If \code{na.rm=TRUE} (the def…
147 unlist(lapply(v, function(x) if (!is.null(x)) mean(x, na.rm=TRUE) else NA ))
H A DcellStats.Rd15 \S4method{cellStats}{RasterLayer}(x, stat='mean', na.rm=TRUE, asSample=TRUE, ...)
17 \S4method{cellStats}{RasterStackBrick}(x, stat='mean', na.rm=TRUE, asSample=TRUE, ...)
23 \item{na.rm}{Logical. Should \code{NA} values be removed?}
H A DstackApply.Rd18 stackApply(x, indices, fun, filename='', na.rm=TRUE, ...)
24 …ns a single value, e.g. \code{mean} or \code{min}, and that takes a \code{na.rm} argument (or can …
25 \item{na.rm}{logical. If \code{TRUE}, \code{NA} cells are removed from calculations}
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/docs/nact/
H A DMakefile.in204 $(top_srcdir)/m4/na-check-for-gconf.m4 \
205 $(top_srcdir)/m4/na-check-for-gdbus.m4 \
206 $(top_srcdir)/m4/na-check-for-gtk.m4 \
207 $(top_srcdir)/m4/na-check-module.m4 \
208 $(top_srcdir)/m4/na-compiler.m4 \
210 $(top_srcdir)/m4/na-enable-manuals.m4 \
211 $(top_srcdir)/m4/na-log-domains.m4 \
212 $(top_srcdir)/m4/na-maintainer.m4 \
213 $(top_srcdir)/m4/na-nautilus-extdir.m4 \
687 gnome-doc-utils-na.make \
[all …]
/dports/devel/R-cran-diffobj/diffobj/man/
H A Dany-Diff-method.Rd7 \S4method{any}{Diff}(x, ..., na.rm = FALSE)
14 \item{na.rm}{unused, for compatibility with generic}
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/
H A DMakefile.in121 $(top_srcdir)/m4/na-check-for-gconf.m4 \
122 $(top_srcdir)/m4/na-check-for-gdbus.m4 \
123 $(top_srcdir)/m4/na-check-for-gtk.m4 \
124 $(top_srcdir)/m4/na-check-module.m4 \
125 $(top_srcdir)/m4/na-compiler.m4 \
126 $(top_srcdir)/m4/na-default-io-provider.m4 \
127 $(top_srcdir)/m4/na-enable-manuals.m4 \
128 $(top_srcdir)/m4/na-log-domains.m4 \
129 $(top_srcdir)/m4/na-maintainer.m4 \
130 $(top_srcdir)/m4/na-nautilus-extdir.m4 \
[all …]
/dports/math/R-cran-dplyr/dplyr/man/
H A Dsummarise_all.Rd125 summarise_at(c("height", "mass"), mean, na.rm = TRUE)
127 starwars \%>\% summarise(across(c("height", "mass"), ~ mean(.x, na.rm = TRUE)))
132 summarise_at(vars(height:mass), mean, na.rm = TRUE)
135 summarise(across(height:mass, ~ mean(.x, na.rm = TRUE)))
141 summarise_if(is.numeric, mean, na.rm = TRUE)
143 summarise(across(where(is.numeric), ~ mean(.x, na.rm = TRUE)))
/dports/math/R-cran-psych/psych/man/
H A Ddescribe.Rd10 describe(x, na.rm = TRUE, interp=FALSE,skew = TRUE, ranges = TRUE,trim=.1)
15 \item{na.rm}{The default is to delete missing data. na.rm=FALSE will delete the case. }
30 na.rm=FALSE is equivalent to describe(na.omit(x))
H A Dskew.Rd10 skew(x, na.rm = TRUE)
11 kurtosi(x, na.rm = TRUE,type=1)
12 mardia(x,na.rm = TRUE,plot=TRUE)
17 \item{na.rm}{ how to treat missing data }
/dports/math/R-cran-memisc/memisc/man/
H A Dcases.Rd13 check.na=c("warn","stop","ignore"),
14 na.rm=TRUE)
33 If that case, if \code{check.na} is \code{TRUE} or equals
34 \code{"stop"} an error exception is raised, while if \code{check.na}
36 \item{na.rm}{a logical value; how to handle \code{NA}s (if they do not
150 is.na(d) -> 0,
158 is.na(d) -> 0,
161 na.rm=FALSE
165 is.na(d) -> 0,
168 na.rm=FALSE
[all …]
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/
H A DMakefile.in120 $(top_srcdir)/m4/na-check-module.m4 \
121 $(top_srcdir)/m4/na-compiler.m4 \
124 $(top_srcdir)/m4/na-log-domains.m4 \
125 $(top_srcdir)/m4/na-maintainer.m4 \
487 @rm -f stamp-h1
491 rm -f stamp-h1
495 -rm -f config.h stamp-h1
498 -rm -f *.lo
501 -rm -rf .libs _libs
697 -rm -f Makefile
[all …]
/dports/math/R-cran-NMF/NMF/man/
H A Dcluster_mat.Rd6 na.rm = TRUE, subset = NULL, verbose = FALSE)
22 \item{na.rm}{Logical that specifies if NA values should
/dports/math/R-cran-terra/terra/man/
H A Dzonal.Rd41 zonal(r, z, "sum", na.rm=TRUE)
50 zonal(r, z, "mean", na.rm = TRUE)
53 zr <- zonal(r, z, "mean", na.rm = TRUE, as.raster=TRUE)
/dports/math/R-cran-survey/survey/man/
H A Dsvyqqplot.Rd12 svyqqplot(formula, design, designx = NULL, na.rm = TRUE, qrule = "hf8",
14 svyqqmath(x, design, null=qnorm, na.rm=TRUE, xlab="Expected",ylab="Observed",...)
29 \item{na.rm}{
/dports/finance/R-cran-plm/plm/man/
H A Dis.pconsecutive.Rd14 \method{is.pconsecutive}{default}(x, id, time, na.rm.tindex = FALSE, ...)
16 \method{is.pconsecutive}{data.frame}(x, index = NULL, na.rm.tindex = FALSE, ...)
18 \method{is.pconsecutive}{pseries}(x, na.rm.tindex = FALSE, ...)
20 \method{is.pconsecutive}{pdata.frame}(x, na.rm.tindex = FALSE, ...)
22 \method{is.pconsecutive}{panelmodel}(x, na.rm.tindex = FALSE, ...)
36 \item{na.rm.tindex}{logical indicating whether any \code{NA} values
55 the i-th the individual; see also argument \code{na.rm.tindex}
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/nact/
H A DMakefile.in120 $(top_srcdir)/m4/na-check-for-gconf.m4 \
122 $(top_srcdir)/m4/na-check-for-gtk.m4 \
123 $(top_srcdir)/m4/na-check-module.m4 \
124 $(top_srcdir)/m4/na-compiler.m4 \
126 $(top_srcdir)/m4/na-enable-manuals.m4 \
127 $(top_srcdir)/m4/na-log-domains.m4 \
128 $(top_srcdir)/m4/na-maintainer.m4 \
244 $(am__cd) "$$dir" && rm -f $$files; }; \
721 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
726 echo " rm -f" $$list; \
[all …]
/dports/math/R-cran-matrixStats/matrixStats/inst/benchmarking/
H A DcolRowTabulates.md.rsp42 colTabulates = colTabulates(X, na.rm = FALSE),
50 rowTabulates = rowTabulates(X, na.rm = FALSE),
/dports/math/R-cran-miscTools/miscTools/man/
H A DsumKeepAttr.Rd12 sumKeepAttr( x, keepNames = FALSE, na.rm = FALSE )
20 \item{na.rm}{logical. Passed to \code{\link[base]{sum}}.
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/plugin-tracker/
H A DMakefile.in127 $(top_srcdir)/m4/na-check-for-gconf.m4 \
128 $(top_srcdir)/m4/na-check-for-gdbus.m4 \
129 $(top_srcdir)/m4/na-check-for-gtk.m4 \
130 $(top_srcdir)/m4/na-check-module.m4 \
131 $(top_srcdir)/m4/na-compiler.m4 \
133 $(top_srcdir)/m4/na-enable-manuals.m4 \
134 $(top_srcdir)/m4/na-log-domains.m4 \
135 $(top_srcdir)/m4/na-maintainer.m4 \
169 $(am__cd) "$$dir" && rm -f $$files; }; \
177 na-tracker-plugin.lo
[all …]
/dports/devel/R-cran-reshape2/reshape2/man/
H A Dmelt.Rd7 melt(data, ..., na.rm = FALSE, value.name = "value")
14 \item{na.rm}{Should NA values be removed from the data set? This will
H A Dmelt.default.Rd8 \method{melt}{default}(data, ..., na.rm = FALSE, value.name = "value")
15 \item{na.rm}{Should NA values be removed from the data set? This will

12345678910>>...457