##load some data
data(CV.mesa.model)
##basic summary statistics
summary(pred.cv.mesa)
##computed on the natural scale, and with long term averages
summary(pred.cv.mesa, transform=exp, LTA=TRUE)
##store the results
cv.summary <- summary(pred.cv.mesa, transform=exp, LTA=TRUE)
##and study the contents
str(cv.summary)
Run the code above in your browser using DataLab