I was trying to extract the abundance point estimate, confidence interval limits and CV from an object created by "dsm_var_gam". There is no indication in the help file about how to do it. Further, the help file of the function sates the resulting object should have components "model","pred.var","bootstrap","model" and "dsm.object" but (1) "model" is not a component of the generated object, and the wording "model the fitted model with the extra term" in front of the object "model" in the help file must be a copy paste gone wrong, and (2) there are several object components in the resulting object NOT listed in the help file. Those are: "pred" , "var.prop", "pred.data", "off.set", "seglen.varname" and "type.pred".
