Displaying 1 result from an estimated 1 matches for "zeroday_subtract1".
2010 Sep 14
3
how to compute when row length is different
...112
120
these are just part of the frames......
i have to subtract the first five values of dataframe2 from one value from
dataframe1
eg: subtract<-DF2$Day_0_Read1-DF1$ ZeroMean
if u notice the repair hours in both have to match...along with their id's.
i have tried this
zeroday_subtract1=DF1$Day_0_Read1 - DF2[DF1$RepairHours,]$ZeroMean
but it dosent work
please help me with this...i know its basic but i needhelp
thx in advance
--
View this message in context: http://r.789695.n4.nabble.com/how-to-compute-when-row-length-is-different-tp2538930p2538930.html
Sent from the R help...