summary.efit | R Documentation |
summary
summarises an efit object giving the estimated parameters for the
model in obj
(on the link scale) with associated SE and confidence
intervals.
## S3 method for class 'efit'
summary(object, ...)
obj |
A fitted model object. |
a data.frame
emf <- eFrame(y=counts, siteCovs=site.df)
mod <- nmix(~1, ~1, data=emf)
summary(emf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.