## Make the main object:
lft <- lifertable(ColumnFemale = Female,
ColumnAge = Age,
ColumnEggs = Eggs,
SexRate = Sexrate,
ColumnGroups = Group,
data = Insects,
CI = TRUE,
technique = "bootstrap", reSamples = 100)
as.data.frame(lft$CI)
Run the code above in your browser using DataLab