/dports/math/R-cran-survey/survey/R/ |
H A D | svysurvreg.R | 16 subset <- substitute(subset) 17 subset <- eval(subset, model.frame(design), parent.frame()) 18 if (!is.null(subset)) 19 design <- design[subset, ] 32 g$subset <- quote(.survey.prob.weights > 0) 49 dbeta <- as.matrix(dbeta.subset) globalVar 53 dbeta[is.finite(design$prob), ] <- dbeta.subset 57 g$var <- svyrecvar(dbeta, design$cluster, design$strata, 60 g$var <- twophasevar(dbeta, design) 62 g$var <- twophase2var(dbeta, design) [all …]
|
H A D | survey.R | 912 subset<-substitute(subset) 913 subset<-eval(subset, model.frame(design),parent.frame()) 959 dbeta<-as.matrix(dbeta.subset) globalVar 962 dbeta[is.finite(design$prob),]<-dbeta.subset 967 g$var<-svyrecvar(dbeta, design$cluster, 971 g$var<-twophasevar(dbeta, design) 973 g$var<-twophase2var(dbeta, design) 975 g$var<-ppsvar(dbeta,design) 977 g$var<-svyCprod(dbeta, design$strata, 1080 subset<-substitute(subset) [all …]
|
/dports/math/R-cran-spdep/spdep/ |
H A D | NAMESPACE | 16 …ted.values, delete.response, printCoefmat, uniroot, na.omit, predict.lm, "dbeta", "rchisq", "runif… 71 plot.nb, edit.nb, subset.nb, summary.listw, print.listw, subset.listw, 170 S3method(subset, nb) 176 S3method(subset, listw)
|
/dports/math/R-cran-spdep/spdep/R/ |
H A D | spBreg.R | 54 subset <- !(1:length(listw$neighbours) %in% na.act) functionVar 55 listw <- subset(listw, subset, zero.policy=zero.policy) 167 bprior <- dbeta(detval1, priors$a1, priors$a2) 543 subset <- !(1:length(listw$neighbours) %in% na.act) functionVar 544 listw <- subset(listw, subset, zero.policy=zero.policy) 653 bprior <- dbeta(detval1, priors$a1, priors$a2) 1034 subset <- !(1:length(listw$neighbours) %in% na.act) functionVar 1035 listw <- subset(listw, subset, zero.policy=zero.policy)
|
/dports/x11-toolkits/scintilla/scite/src/ |
H A D | r.properties | 19 …dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density depar…
|
H A D | Embedded.properties | 7497 …dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density depar… 7549 subset supersede take temp term token trusts try unit unless until when \
|
/dports/editors/scite/scite/src/ |
H A D | r.properties | 19 …dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density depar…
|
H A D | Embedded.properties | 7497 …dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density depar… 7549 subset supersede take temp term token trusts try unit unless until when \
|
/dports/math/R/R-4.1.2/tests/ |
H A D | reg-tests-1c.R | 175 z <- subset(data.frame(one = numeric()), select = one) 181 dbeta(0.9, 9.9e307, 10) 182 dbeta(0.1, 9, 9.9e307) 183 dbeta(0.1, 9.9e307, 10)
|
H A D | reg-tests-1a.R | 1418 family = poisson, data = ships, subset = (service != 0)) 2822 with(roller, points( depression~weight, subset=8:10, col=2)) 2823 with(roller, points( depression~weight, subset=8:10, col=2:4)) 2825 points(depression~weight, subset=8:10, col=2:4, data=roller) 4062 stopifnot(all.equal(dbeta(x,x,x), 0.5))
|
/dports/math/libRmath/R-4.1.1/tests/ |
H A D | reg-tests-1c.R | 175 z <- subset(data.frame(one = numeric()), select = one) 181 dbeta(0.9, 9.9e307, 10) 182 dbeta(0.1, 9, 9.9e307) 183 dbeta(0.1, 9.9e307, 10)
|
H A D | reg-tests-1a.R | 1418 family = poisson, data = ships, subset = (service != 0)) 2822 with(roller, points( depression~weight, subset=8:10, col=2)) 2823 with(roller, points( depression~weight, subset=8:10, col=2:4)) 2825 points(depression~weight, subset=8:10, col=2:4, data=roller) 4062 stopifnot(all.equal(dbeta(x,x,x), 0.5))
|
/dports/textproc/hevea/hevea-2.34/ |
H A D | lstlang3.sty | 659 intersect,subset,proc,begin,end_proc,domain,end_domain,category,% 1119 {<<}{$\subset$}{1}% 1215 data,dataentry,date,dbeta,dbinom,dcauchy,dchisq,de,debug,% 1265 subset,substitute,substr,substring,sum,summary,sunflowerplot,svd,% 1455 sqcup,sqrt,sqsubseteq,sqsupseteq,ss,star,strut,strutbox,subset,%
|
/dports/math/R/R-4.1.2/tests/Examples/ |
H A D | stats-Ex.Rout.save | 142 > ### Aliases: Beta dbeta pbeta qbeta rbeta 148 > dbeta(x, 1, 1) 162 + fx <- cbind(dbeta(x, a,b), pbeta(x, a,b), qbeta(x, a,b)) 1457 > DNase.1 <- subset(DNase, Run == 1) 1620 > ## Alternative call using the subset argument 1622 + subset = state == "treated") 1677 > Chick.6 <- subset(ChickWeight, (Chick == 6) & (Time > 0)) 6994 > model <- glm(y ~ x, data = dd, subset = 1:4, na.action = na.omit) 10935 > DNase1 <- subset(DNase, Run == 1) 15972 > DNase1 <- subset(DNase, Run == 1) [all …]
|
/dports/math/libRmath/R-4.1.1/tests/Examples/ |
H A D | stats-Ex.Rout.save | 142 > ### Aliases: Beta dbeta pbeta qbeta rbeta 148 > dbeta(x, 1, 1) 162 + fx <- cbind(dbeta(x, a,b), pbeta(x, a,b), qbeta(x, a,b)) 1457 > DNase.1 <- subset(DNase, Run == 1) 1620 > ## Alternative call using the subset argument 1622 + subset = state == "treated") 1677 > Chick.6 <- subset(ChickWeight, (Chick == 6) & (Time > 0)) 6994 > model <- glm(y ~ x, data = dd, subset = 1:4, na.action = na.omit) 10935 > DNase1 <- subset(DNase, Run == 1) 15968 > DNase1 <- subset(DNase, Run == 1) [all …]
|
/dports/math/R/R-4.1.2/doc/ |
H A D | NEWS.1 | 407 the model frame in the same way as `subset' and `weights'. 503 o subset() now allows a `drop' argument which is passed on to 1040 o points.formula() had problems if there was a subset argument 1829 o termplot() with a subset of terms now gives correct partial residuals 5954 o dbeta() could return zero erroneously on some platforms where 5960 o expand.data.frame() didn't interpret its subset= argument in 6557 with missing values by using a subset of the data that is 6916 o dbeta(), df(), dt(), dnbinom(), dgeom(), dgamma(), 6921 o dbeta(x, a,b) was giving NaN and Inf for large a and b.
|
H A D | NEWS.2 | 4045 a subset, conversion to a matrix (of colour strings), and 7339 o The "formula" method for lines() now works if 'subset' is 8124 It was silently ignoring 'subset' and 'na.action' except in 9166 o dbeta(.., ncp) is now more accurate for large ncp, and typically no 12772 o dbeta(0, 1, a, 0) now correctly gives 'a' (limit) instead of 0, 12773 and dbeta(0, a, b, ncp) now returns Inf instead of NaN. 13686 o dbeta(x, a, b) underflowed internally and incorrectly gave 0 13722 'data' and 'subset' arguments. 15422 o subset() now has a method for matrices, similar to that for 16182 o subset() now throws an error if its 'subset' argument is not [all …]
|
H A D | NEWS.3 | 181 • plot.formula(*, subset = *) now also works in a boundary case 1224 subset of variables, all the axes are labeled correctly now. 5246 • dbeta(, a,b), pbeta(), qbeta() and rbeta() are now defined also 5884 • The included LAPACK subset now contains ZGESDD and ZGELSD. 6119 • dbeta(x, a, b) with a or b within a factor of 2 of the largest
|
H A D | NEWS.3.Rd | 223 \item \code{plot.formula(*, subset = *)} now also works in a boundary 1391 contain only a subset of variables, all the axes are labeled 5920 \item \code{dbeta(, a,b)}, \code{pbeta()}, \code{qbeta()} and 6611 \item The included LAPACK subset now contains \code{ZGESDD} and 6870 \item \code{dbeta(x, a, b)} with \code{a} or \code{b} within a
|
/dports/math/libRmath/R-4.1.1/doc/ |
H A D | NEWS.1 | 407 the model frame in the same way as `subset' and `weights'. 503 o subset() now allows a `drop' argument which is passed on to 1040 o points.formula() had problems if there was a subset argument 1829 o termplot() with a subset of terms now gives correct partial residuals 5954 o dbeta() could return zero erroneously on some platforms where 5960 o expand.data.frame() didn't interpret its subset= argument in 6557 with missing values by using a subset of the data that is 6916 o dbeta(), df(), dt(), dnbinom(), dgeom(), dgamma(), 6921 o dbeta(x, a,b) was giving NaN and Inf for large a and b.
|
H A D | NEWS.2 | 4045 a subset, conversion to a matrix (of colour strings), and 7339 o The "formula" method for lines() now works if 'subset' is 8124 It was silently ignoring 'subset' and 'na.action' except in 9166 o dbeta(.., ncp) is now more accurate for large ncp, and typically no 12772 o dbeta(0, 1, a, 0) now correctly gives 'a' (limit) instead of 0, 12773 and dbeta(0, a, b, ncp) now returns Inf instead of NaN. 13686 o dbeta(x, a, b) underflowed internally and incorrectly gave 0 13722 'data' and 'subset' arguments. 15422 o subset() now has a method for matrices, similar to that for 16182 o subset() now throws an error if its 'subset' argument is not [all …]
|
H A D | NEWS.3 | 181 • plot.formula(*, subset = *) now also works in a boundary case 1224 subset of variables, all the axes are labeled correctly now. 5246 • dbeta(, a,b), pbeta(), qbeta() and rbeta() are now defined also 5884 • The included LAPACK subset now contains ZGESDD and ZGELSD. 6119 • dbeta(x, a, b) with a or b within a factor of 2 of the largest
|
H A D | NEWS.3.Rd | 223 \item \code{plot.formula(*, subset = *)} now also works in a boundary 1391 contain only a subset of variables, all the axes are labeled 5920 \item \code{dbeta(, a,b)}, \code{pbeta()}, \code{qbeta()} and 6611 \item The included LAPACK subset now contains \code{ZGESDD} and 6870 \item \code{dbeta(x, a, b)} with \code{a} or \code{b} within a
|
/dports/www/mattermost-webapp/mattermost/client/ |
H A D | main.ea67f64bfaca6bdc766a.js.map | 1 …subset.js","webpack://@mattermost/webapp/./node_modules/semver/ranges/to-comparators.js","webpack:…
|