Guest User

Untitled

a guest
Oct 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. policyIndex <- which(complete.cases(reshapedData2$value))
  2. for (i in policyIndex) {
  3. policyMonthsPrices <- reshapedData1$value[policyIndex[i] : (policyIndex[i] + 6)]
  4. }
  5.  
  6. reshapedData1$value[policyIndex[3] : (policyIndex[3] + 6)]
Add Comment
Please, Sign In to add comment