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

Opasnet Suomista
Siirry navigaatioon Siirry hakuun
pEi muokkausyhteenvetoa
 
(Yhtä 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 26: Rivi 27:
colnames(x@output)[colnames(x@output) == rescol] <- "Result"
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]
print(colnames(temp3))
temp <- callGeneric(x@output["Result"], 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]
print(temp2)
x@output <- temp
x@output <- temp
x@marginal <- temp2
x@marginal <- temp2

Nykyinen versio 22. elokuuta 2013 kello 13.10


Kysymys

Miten aggregoidaan ovariable halutuille indekseille?

Vastaus

+ Näytä koodi