block the data frame with interval
get.block.Rd
block the data frame with interval
Examples
set.seed(123)
df <- data.frame(u=rnorm(10), v=runif(10, 5,10))
out <- get.block(df, 4)
get.block.Rd
block the data frame with interval
set.seed(123)
df <- data.frame(u=rnorm(10), v=runif(10, 5,10))
out <- get.block(df, 4)