Ero sivun ”OpasnetUtils/Aggregate” versioiden välillä

Opasnet Suomista
Siirry navigaatioon Siirry hakuun
(→‎Vastaus: parametri over)
pEi muokkausyhteenvetoa
 
(4 välissä olevaa versiota toisen käyttäjän tekemänä ei näytetä)
Rivi 2: Rivi 2:
[[Luokka:OpasnetUtils]]
[[Luokka:OpasnetUtils]]
[[op_en:OpasnetUtils/Aggregate]]
[[op_en:OpasnetUtils/Aggregate]]
[[Luokka:Sisältää R-koodia]]
==Kysymys==
==Kysymys==


Rivi 24: Rivi 25:
)
)
}
}
colnames(x@output)[colnames(x@output) == rescol] <- "Result"
temp3 <- x@output[x@marginal & ! colnames(x@output) %in% over]
temp3 <- x@output[x@marginal & ! colnames(x@output) %in% over]
temp <- callGeneric(x@output[rescol], by = temp3, FUN = FUN, ...)
temp <- callGeneric(x@output["Result"], by = temp3, FUN = FUN, ...)
temp2 <- colnames(temp) %in% colnames(x@output)[x@marginal]
temp2 <- colnames(temp) %in% colnames(x@output)[x@marginal]
x@output <- temp
x@output <- temp

Nykyinen versio 22. elokuuta 2013 kello 13.10


Kysymys

Miten aggregoidaan ovariable halutuille indekseille?

Vastaus

+ Näytä koodi