summary.efit: summary.efit

View source: R/estimates.R

summary.efitR Documentation

summary.efit

Description

summary summarises an efit object giving the estimated parameters for the model in obj (on the link scale) with associated SE and confidence intervals.

Usage

## S3 method for class 'efit'
summary(object, ...)

Arguments

obj

A fitted model object.

Value

a data.frame

Examples

 emf <- eFrame(y=counts, siteCovs=site.df)
 mod <- nmix(~1, ~1, data=emf)
 summary(emf)


dslramsey/eradicate documentation built on March 16, 2024, 1:40 p.m.