Skip to content
Prev 71516 / 398498 Next

Sum up the values of a function

I am really sorry, that the code appears in a bad way but it is really 
not my fault (at least I think so). I think my mail-programm is 
responsible for it because I sent it in a "normal" way without havin g 
trouble with my space bar.
Here are the missing values (but please remember, this is only a short 
example, normally there are more than 400 values)
x1 <- c(34.67,19.91,47.48,22.48,17.34,24.42)
m1 <- c(1,0,0,0,0,0)
n1 <- c(1,1,1,1,1,1)
dec1 <- c(0,0,0,0,1,0)
x2 <- c(50.98,30.63,31.37,21.17,21.49,39.41,46.85,38.08)
m2 <- c(1,0,0,0,1,0,2,1)
n2 <- c(3,3,3,3,3,3,3,3)
dec2 <- c(0,0,0,0,0,0,0,0)

I hope this is all you need,

Stefan

Zitat von Petr Pikal <petr.pikal at precheza.cz>: