powered by
Example data for input to `hwig`
A data.table with 14297 rows and 3 variables:
individual identifier
integer representing the year
# NOT RUN { # Load data.table library(data.table) # Read example data DT <- fread(system.file("extdata", "DT.csv", package = "hwig")) # }
Run the code above in your browser using DataLab