games (version 1.0-2)

summary.game: Summarize a strategic model object

Description

The default method for summarizing a game object.

Usage

## S3 method for class 'game':
summary(object, useboot=TRUE, ...)

Arguments

object
a fitted model of class game
useboot
logical: use bootstrap estimates (if present) to construct standard error estimates?
...
other arguments, currently ignored

Value

  • an object of class summary.game, containing the coefficient matrix and other information needed for printing

Details

Forms the standard regression results table from a fitted strategic model. Normally used interactively, in conjunction with print.summary.game.

See Also

print.summary.game