Home
last modified time | relevance | path

Searched defs:drop (Results 1 – 25 of 5421) sorted by relevance

12345678910>>...217

/dports/finance/R-cran-plm/plm/inst/tests/
H A Dtest_pdata.frame_subsetting.R123 if (!isTRUE(all.equal(dim(X[ , , drop = TRUE]), dim(pX[ , , drop = TRUE])))) stop("dimensions of d… globalVar
124 if (!isTRUE(all.equal(dim(X[ , , drop = FALSE]), dim(pX[ , , drop = FALSE])))) stop("dimensions of … globalVar
140 if (!isTRUE(all.equal(dim(X[1, drop = TRUE]), dim(pX[1, drop = TRUE])))) stop("dimensions of dat… globalVar
141 if (!isTRUE(all.equal(dim(X[1, drop = FALSE]), dim(pX[1, drop = FALSE])))) stop("dimensions of da… globalVar
144 if (!isTRUE(all.equal(dim(X[1:2, drop = TRUE]), dim(pX[1:2, drop = TRUE])))) stop("dimensions of d… globalVar
145 if (!isTRUE(all.equal(dim(X[1:2, drop = FALSE]), dim(pX[1:2, drop = FALSE])))) stop("dimensions of … globalVar
152 if (!isTRUE(all.equal(dim(X[ , 3, drop = TRUE]), dim(pX[ , 3, drop = TRUE])))) stop("dimensions of… globalVar
153 if (!isTRUE(all.equal(dim(X[ , 3, drop = FALSE]), dim(pX[ , 3, drop = FALSE])))) stop("dimensions o… globalVar
156 if (!isTRUE(all.equal(dim(X[1, , drop = TRUE]), dim(pX[1, , drop = TRUE])))) stop("dimensions of d… globalVar
157 if (!isTRUE(all.equal(dim(X[1, , drop = FALSE]), dim(pX[1, , drop = FALSE])))) stop("dimensions of … globalVar
[all …]
H A Dtest_pseries_subsetting.R14 df$f[1,drop=F] globalVar
15 df$f[1,drop=T] globalVar
16 df$f[drop=T] globalVar
28 pdf$f[1, drop=T] globalVar
29 pdf$f[drop=T] globalVar
121 pfac[1, drop = TRUE] # only level "a" should be left globalVar
122 pfac[1:3][drop = TRUE] # only level "a", "b", "c" should be left globalVar
124 fac[1, drop = TRUE] globalVar
125 fac[1:3][drop = TRUE] globalVar
130 pfac["nonExist"][drop = TRUE] # should be NA and no level left globalVar
[all …]
/dports/devel/R-cran-abind/abind/tests/
H A Dadrop.R3 adrop(x[1,,,drop=FALSE],drop=1) globalVar
4 adrop(x[,1,,drop=FALSE],drop=2) globalVar
5 adrop(x[,,1,drop=FALSE],drop=3) globalVar
6 adrop(x[1,1,1,drop=FALSE],drop=1) globalVar
7 adrop(x[1,1,1,drop=FALSE],drop=2) globalVar
8 adrop(x[1,1,1,drop=FALSE],drop=3) globalVar
9 adrop(x[1,1,1,drop=FALSE],drop=1:2) globalVar
10 adrop(x[1,1,1,drop=FALSE],drop=1:2,one.d=TRUE) globalVar
15 dim(adrop(x[1,1,1,drop=FALSE],drop=1:2)) globalVar
16 dimnames(adrop(x[1,1,1,drop=FALSE],drop=1:2)) globalVar
[all …]
H A Dasub.R25 dimnames(asub(x, list(1:2,2), c(1,2), drop=TRUE)) nameattr
26 dimnames(asub(x, list(1:2,2), c(1,2), drop=FALSE)) nameattr
28 dimnames(asub(x, list(1:2,2), c(2,1), drop=TRUE)) nameattr
31 dimnames(asub(x, list(1:2,2), c(1,3), drop=TRUE)) nameattr
34 dimnames(asub(x, list(1:2,2), c(3,1), drop=TRUE)) nameattr
37 dimnames(asub(x, list(1:2,2), c(3,2), drop=TRUE)) nameattr
51 asub(x, list(2:3,NULL), drop=FALSE) nameattr
52 asub(x, list(NULL,1), drop=FALSE) nameattr
53 asub(x, list(1), 1, drop=FALSE) nameattr
54 asub(x, list(1), 2, drop=FALSE) nameattr
[all …]
/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/inst/doc/
H A DPA-Bacon.R28 SharpeRatio(managers[,1,drop=FALSE], Rf=.035/12, FUN="StdDev") globalVar
50 print(CAPM.alpha(managers[,1,drop=FALSE], managers[,8,drop=FALSE], Rf=.035/12)) globalVar
57 CAPM.beta(managers[, "HAM2", drop=FALSE], managers[, "SP500 TR", drop=FALSE], Rf = managers[, "US 3… globalVar
99 print(round(TreynorRatio(managers[,1,drop=FALSE], managers[,8,drop=FALSE], Rf=.035/12),4)) globalVar
148 TrackingError(managers[,1,drop=FALSE], managers[,8,drop=FALSE]) globalVar
155 InformationRatio(managers[,"HAM1",drop=FALSE], managers[, "SP500 TR", drop=FALSE]) globalVar
211 CalmarRatio(managers[,1,drop=FALSE]) globalVar
218 SterlingRatio(managers[,1,drop=FALSE]) globalVar
H A DPA-charts.R87 chart.Histogram(managers[,1,drop=F], main = "Plain", methods = NULL) globalVar
88 chart.Histogram(managers[,1,drop=F], main = "Density", breaks=40, globalVar
90 chart.Histogram(managers[,1,drop=F], main = "Skew and Kurt", methods = c globalVar
92 chart.Histogram(managers[,1,drop=F], main = "Risk Measures", methods = c globalVar
111 chart.RelativePerformance(managers[ , manager.col, drop = FALSE], managers[ , c(peers.cols, 7)], co… globalVar
117 chart.RelativePerformance(managers[ , c(manager.col, peers.cols) ], managers[, 8, drop=F], colorset… globalVar
124 managers[ trailing36.rows, 8, drop=FALSE], globalVar
125 Rf = managers[ trailing36.rows, Rf.col, drop=FALSE]) globalVar
132 charts.RollingRegression(managers[, c(manager.col, peers.cols), drop = FALSE], managers[, 8, drop =… globalVar
145 drop = F], legend.loc = "lowerleft") globalVar
[all …]
H A DPerformanceAnalyticsChartsPresentation-Meielisalp-2007.R67 chart.Histogram(managers[,1,drop=F], main = "Plain", methods = NULL) globalVar
68 chart.Histogram(managers[,1,drop=F], main = "Density", breaks=40, globalVar
70 chart.Histogram(managers[,1,drop=F], main = "Skew and Kurt", methods = c globalVar
72 chart.Histogram(managers[,1,drop=F], main = "Risk Measures", methods = c globalVar
101 chart.RelativePerformance(managers[ , manager.col, drop = FALSE], globalVar
110 managers[, 8, drop=F], colorset = rainbow8equal, lwd = 2, legend.loc = globalVar
117 …ailing36.rows, c(manager.col, peers.cols)], managers[ trailing36.rows, 8, drop=FALSE], Rf = manage… globalVar
125 FALSE], managers[, 8, drop = FALSE], Rf = .03/12, colorset = redfocus, lwd = globalVar
H A DPerformanceAnalyticsPresentation-UseR-2007.R58 chart.Histogram(managers[,1,drop=F], main = "Plain", methods = NULL) globalVar
59 chart.Histogram(managers[,1,drop=F], main = "Density", breaks=40, globalVar
61 chart.Histogram(managers[,1,drop=F], main = "Skew and Kurt", methods = c globalVar
63 chart.Histogram(managers[,1,drop=F], main = "Risk Measures", methods = c globalVar
86 chart.RelativePerformance(managers[ , manager.col, drop = FALSE], globalVar
95 managers[, 8, drop=F], colorset = rainbow8equal, lwd = 2, legend.loc = globalVar
103 managers[ trailing36.rows, 8, drop=FALSE], Rf = managers[ trailing36.rows, globalVar
104 Rf.col, drop=F ]) globalVar
111 FALSE], managers[, 8, drop = FALSE], Rf = .03/12, colorset = redfocus, lwd = globalVar
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/Magiclysm/
H A Dharvest.json7 { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.32 }, string
9 { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 }, string
10 { "drop": "liver", "type": "offal", "mass_ratio": 0.01 }, string
11 { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 }, string
13 { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 }, string
16 { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, string
32 { "drop": "liver", "type": "offal", "mass_ratio": 0.01 }, string
38 { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, string
60 { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, string
63 { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 }, string
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/Magiclysm/
H A Dharvest.json7 { "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.32 }, string
9 { "drop": "lung", "type": "flesh", "mass_ratio": 0.0035 }, string
10 { "drop": "liver", "type": "offal", "mass_ratio": 0.01 }, string
11 { "drop": "brain", "type": "flesh", "mass_ratio": 0.005 }, string
13 { "drop": "kidney", "type": "offal", "mass_ratio": 0.002 }, string
16 { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, string
32 { "drop": "liver", "type": "offal", "mass_ratio": 0.01 }, string
38 { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, string
60 { "drop": "bone", "type": "bone", "mass_ratio": 0.15 }, string
63 { "drop": "fat", "type": "flesh", "mass_ratio": 0.07 }, string
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/DinoMod/
H A Dharvest.json105 "drop": "bio_power_storage_mkII", string
111 "drop": "bionics_op", string
136 "drop": "bio_power_storage_mkII", string
142 "drop": "bionics_op", string
167 "drop": "bio_power_storage_mkII", string
173 "drop": "bionics_op", string
198 "drop": "bio_power_storage_mkII", string
204 "drop": "bionics_op", string
251 "drop": "bio_power_storage_mkII", string
257 "drop": "bionics_op", string
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/DinoMod/
H A Dharvest.json105 "drop": "bio_power_storage_mkII", string
111 "drop": "bionics_op", string
136 "drop": "bio_power_storage_mkII", string
142 "drop": "bionics_op", string
167 "drop": "bio_power_storage_mkII", string
173 "drop": "bionics_op", string
198 "drop": "bio_power_storage_mkII", string
204 "drop": "bionics_op", string
251 "drop": "bio_power_storage_mkII", string
257 "drop": "bionics_op", string
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/
H A Dharvest.json30 …"entries": [ { "drop": "withered", "base_num": [ 1, 2 ] }, { "drop": "seed_flower", "base_num": [ … string
69 "entries": [ { "drop": "cattail_rhizome" }, { "drop": "cattail_stalk", "base_num": [ 1, 4 ] } ] string
74 …"entries": [ { "drop": "withered", "base_num": [ 1, 2 ] }, { "drop": "lotus", "base_num": [ 1, 2 ]… string
334 "drop": "cyborg_harvest", string
358 "drop": "bionics_common", string
364 "drop": "bionics", string
1287 "drop": "bionics_sci", string
1308 "drop": "bionics_tech", string
1329 "drop": "bionics_subs", string
1335 "drop": "bionics_subs", string
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/
H A Dharvest.json30 …"entries": [ { "drop": "withered", "base_num": [ 1, 2 ] }, { "drop": "seed_flower", "base_num": [ … string
69 "entries": [ { "drop": "cattail_rhizome" }, { "drop": "cattail_stalk", "base_num": [ 1, 4 ] } ] string
74 …"entries": [ { "drop": "withered", "base_num": [ 1, 2 ] }, { "drop": "lotus", "base_num": [ 1, 2 ]… string
334 "drop": "cyborg_harvest", string
358 "drop": "bionics_common", string
364 "drop": "bionics", string
1287 "drop": "bionics_sci", string
1308 "drop": "bionics_tech", string
1329 "drop": "bionics_subs", string
1335 "drop": "bionics_subs", string
[all …]
/dports/math/R-cran-dplyr/dplyr/inst/doc/
H A Dbase.R17 mtcars[order(mtcars$cyl, mtcars$disp), , drop = FALSE] globalVar
20 mtcars[order(mtcars$cyl, mtcars$disp, decreasing = TRUE), , drop = FALSE] globalVar
21 mtcars[order(-mtcars$cyl, -mtcars$disp), , drop = FALSE] globalVar
34 df[!duplicated(df$x), , drop = FALSE] # whole data frame globalVar
47 starwars[which(starwars$species == "Human"), , drop = FALSE] globalVar
48 starwars[which(starwars$mass > 1000), , drop = FALSE] globalVar
49 starwars[which(starwars$hair_color == "none" & starwars$eye_color == "black"), , drop = FALSE] globalVar
118 iris[1:3, , drop = FALSE] globalVar
152 mtcars[25:nrow(mtcars), , drop = FALSE] globalVar
159 band_members[band_members$name %in% band_instruments$name, , drop = FALSE] globalVar
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/mods/Aftershock/monsterdrops/
H A Dmonsterdrops.json91 { "drop": "sinew", "type": "bone", "mass_ratio": 0.001 }, string
111 { "drop": "alien_bone", "type": "bone", "mass_ratio": 0.15 }, string
112 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
114 { "drop": "alien_fat", "type": "flesh", "mass_ratio": 0.07 }, string
132 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
152 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
169 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
189 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
209 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
226 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/mods/Aftershock/monsterdrops/
H A Dmonsterdrops.json91 { "drop": "sinew", "type": "bone", "mass_ratio": 0.001 }, string
111 { "drop": "alien_bone", "type": "bone", "mass_ratio": 0.15 }, string
112 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
114 { "drop": "alien_fat", "type": "flesh", "mass_ratio": 0.07 }, string
132 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
152 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
169 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
189 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
209 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
226 { "drop": "sinew", "type": "bone", "mass_ratio": 0.00035 }, string
[all …]
/dports/math/R-cran-matrixStats/matrixStats/tests/
H A DrowAvgsPerColSet.R105 Z2_ref <- rbind(colSums2(X[S[,1], ,drop=FALSE]), globalVar
106 colSums2(X[S[,2], ,drop=FALSE]), globalVar
107 colSums2(X[S[,3], ,drop=FALSE])) globalVar
111 Z1_ref <- rbind(colSums2(X[S[,1], ,drop=FALSE]), globalVar
112 colSums2(X[S[,2], ,drop=FALSE]), globalVar
113 colSums2(X[S[,3], ,drop=FALSE])) globalVar
124 Z2_ref <- cbind(rowMeans2(X[,S[,1],drop=FALSE]), globalVar
125 rowMeans2(X[,S[,2],drop=FALSE]), globalVar
126 rowMeans2(X[,S[,3],drop=FALSE]), globalVar
127 rowMeans2(X[,S[,4],drop=FALSE])) globalVar
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/tests/testthat/
H A Dtest-resources.R17 resources <- as.data.frame(resources[order(resources[[1]]), , drop = FALSE]) globalVar
18 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
35 resources <- as.data.frame(resources[order(resources[[1]]), , drop = FALSE]) globalVar
36 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
51 resources <- as.data.frame(resources[order(resources[[1]]), , drop = FALSE]) globalVar
52 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
69 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
93 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
108 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
123 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
[all …]
/dports/textproc/R-cran-rmarkdown/rmarkdown/tests/testthat/
H A Dtest-resources.R16 resources <- as.data.frame(resources[order(resources[[1]]), , drop = FALSE]) globalVar
17 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
33 resources <- as.data.frame(resources[order(resources[[1]]), , drop = FALSE]) globalVar
34 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
47 resources <- as.data.frame(resources[order(resources[[1]]), , drop = FALSE]) globalVar
48 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
63 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
83 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
96 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
109 expected <- as.data.frame(expected[order(expected[[1]]), , drop = FALSE]) globalVar
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/pin-project-0.4.22/tests/ui/pinned_drop/
H A Dinvalid.rs10 fn drop(self: Pin<&mut Self>) {} in drop() method
18 fn drop(self: Pin<&mut Self>) {} in drop() method
31 fn drop(self: Pin<&mut Self>) {} in drop() method
63 fn drop(self: Pin<&mut Self>) {} in drop() method
90 fn drop(self: Pin<&mut Self>) {} in drop() method
98 fn drop(self: Pin<&mut Self>) {} in drop() method
108 fn drop(self: Pin<&mut Self>) {} in drop() method
116 fn drop(self: Pin<&mut Self>) {} in drop() method
125 fn drop(self: Pin<&mut Self>) {} in drop() method
213 fn drop(self: Pin<&mut Self>) {} in drop() method
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/pin-project-0.4.26/tests/ui/pinned_drop/
H A Dinvalid.rs10 fn drop(self: Pin<&mut Self>) {} in drop() method
18 fn drop(self: Pin<&mut Self>) {} in drop() method
31 fn drop(self: Pin<&mut Self>) {} in drop() method
63 fn drop(self: Pin<&mut Self>) {} in drop() method
90 fn drop(self: Pin<&mut Self>) {} in drop() method
98 fn drop(self: Pin<&mut Self>) {} in drop() method
108 fn drop(self: Pin<&mut Self>) {} in drop() method
116 fn drop(self: Pin<&mut Self>) {} in drop() method
125 fn drop(self: Pin<&mut Self>) {} in drop() method
213 fn drop(self: Pin<&mut Self>) {} in drop() method
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/pin-project-0.4.23/tests/ui/pinned_drop/
H A Dinvalid.rs10 fn drop(self: Pin<&mut Self>) {} in drop() method
18 fn drop(self: Pin<&mut Self>) {} in drop() method
31 fn drop(self: Pin<&mut Self>) {} in drop() method
63 fn drop(self: Pin<&mut Self>) {} in drop() method
90 fn drop(self: Pin<&mut Self>) {} in drop() method
98 fn drop(self: Pin<&mut Self>) {} in drop() method
108 fn drop(self: Pin<&mut Self>) {} in drop() method
116 fn drop(self: Pin<&mut Self>) {} in drop() method
125 fn drop(self: Pin<&mut Self>) {} in drop() method
213 fn drop(self: Pin<&mut Self>) {} in drop() method
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/pin-project-0.4.22/tests/ui/pinned_drop/
H A Dinvalid.rs10 fn drop(self: Pin<&mut Self>) {} in drop() method
18 fn drop(self: Pin<&mut Self>) {} in drop() method
31 fn drop(self: Pin<&mut Self>) {} in drop() method
63 fn drop(self: Pin<&mut Self>) {} in drop() method
90 fn drop(self: Pin<&mut Self>) {} in drop() method
98 fn drop(self: Pin<&mut Self>) {} in drop() method
108 fn drop(self: Pin<&mut Self>) {} in drop() method
116 fn drop(self: Pin<&mut Self>) {} in drop() method
125 fn drop(self: Pin<&mut Self>) {} in drop() method
213 fn drop(self: Pin<&mut Self>) {} in drop() method
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/pin-project/tests/ui/pinned_drop/
H A Dinvalid.rs10 fn drop(self: Pin<&mut Self>) {} in drop() method
18 fn drop(self: Pin<&mut Self>) {} in drop() method
31 fn drop(self: Pin<&mut Self>) {} in drop() method
63 fn drop(self: Pin<&mut Self>) {} in drop() method
90 fn drop(self: Pin<&mut Self>) {} in drop() method
98 fn drop(self: Pin<&mut Self>) {} in drop() method
108 fn drop(self: Pin<&mut Self>) {} in drop() method
116 fn drop(self: Pin<&mut Self>) {} in drop() method
125 fn drop(self: Pin<&mut Self>) {} in drop() method
213 fn drop(self: Pin<&mut Self>) {} in drop() method
[all …]

12345678910>>...217