08.10.2015 Views

Package ‘MuMIn’

Package 'MuMIn'

Package 'MuMIn'

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

24 Model utilities<br />

Model utilities<br />

Model utility functions<br />

Description<br />

These functions extract or calculate various values from provided fitted model objects(s). They are<br />

mainly meant for internal use.<br />

coeffs extracts model coefficients;<br />

getAllTerms extracts independent variable names from a model object;<br />

coefTable extracts a table of coefficients, standard errors and associated degrees of freedom when<br />

possible;<br />

get.response extracts response variable from fitted model object;<br />

model.names generates shorthand (alpha)numeric names for one or several fitted models.<br />

Usage<br />

coeffs(model)<br />

getAllTerms(x, ...)<br />

## S3 method for class terms<br />

getAllTerms(x, offset = TRUE, intercept = FALSE, ...)<br />

coefTable(model, ...)<br />

## S3 method for class averaging<br />

coefTable(model, full = FALSE, adjust.se = TRUE, ...)<br />

## S3 method for class lme<br />

coefTable(model, adjustSigma, ...)<br />

## S3 method for class gee<br />

coefTable(model, ..., type = c("naive", "robust"))<br />

get.response(x, ...)<br />

model.names(object, ..., labels = NULL, use.letters = FALSE)<br />

Arguments<br />

model<br />

object<br />

x<br />

offset<br />

intercept<br />

a fitted model object.<br />

a fitted model object or a list of such objects.<br />

a fitted model object or a formula.<br />

should ‘offset’ terms be included?<br />

should terms names include the intercept?

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!