Skip to content

Instantly share code, notes, and snippets.

@mages
Created September 30, 2013 19:51
n <- 7
claims.df <- data.frame(
originf = factor(rep(2007:2013, n:1)),
dev=sequence(n:1),
paid=
c(3511, 3215, 2266, 1712, 1059, 587,
340, 4001, 3702, 2278, 1180, 956,
629, 4355, 3932, 1946, 1522, 1238,
4295, 3455, 2023, 1320, 4150, 3747,
2320, 5102, 4548, 6283)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment