R/summarize_extract.R
model.frame.cmp.Rd
An accessor function used to extract the model frame from a 'cmp' object.
# S3 method for cmp
model.frame(formula, ...)
an object class 'cmp' object, obtained from a call to glm.cmp
other arguments passed to or from other methods (currently unused).
The method will return the saved data.frame
used when fitting the cmp model.