Displaying 1 result from an estimated 1 matches for "2000x4".
Did you mean:
20004
2002 Dec 10
1
"mystic" apply ?
hi,
have anybody a suggestion why this function
works only for a vector correct.
When i'm using apply(data,2,fuzzy) i have the columns
stacked (i.e. dim(x) =1000,4 should after the function 1000,8
instead is 2000,4) - for single vector it's ok.
fuzzy <- function (x)
{
fuz.x <- cbind(x, x)
min <- quantile(x, 0.20)
max <- quantile(x, 0.80)
fuz.x[x >=