data(ewsim, package = "longevity")
fit1 <- fit_elife(
arguments = ewsim,
export = TRUE,
family = "exp")
fit2 <- fit_elife(
arguments = ewsim,
export = TRUE,
family = "gp")
plot(fit1)
summary(fit1)
anova(fit2, fit1)
Run the code above in your browser using DataLab