filldown {autoReg} | R Documentation |
filldown vector with lead value
Description
filldown vector with lead value
Usage
filldown(x, what = c("", NA))
Arguments
x |
a vector |
what |
Values to be filled |
Value
A vector with the same class as x
Examples
x=rep(1:5,each=3)
x=removeDup(x,NA)
filldown(x)
[Package autoReg version 0.3.3 Index]