## The main object will be created using the Insects database:
lft <- lifertable(ColumnFemale = Female,
ColumnAge = Age,
ColumnEggs = Eggs,
SexRate = Sexrate,
ColumnGroups = Group,
data = Insects,
CI = TRUE)
PlotPseudoVals(lft)
Run the code above in your browser using DataLab