Learn R Programming

eco (version 2.2-2)

summary.eco: Summarizing the Results for the Bayesian Parametric Model for Ecological Inference in 2x2 Tables

Description

summary method for class eco.

Usage

## S3 method for class 'eco':
summary(object, CI = c(2.5, 97.5), param = TRUE,
          units = FALSE, subset = NULL, ...) 

## S3 method for class 'summary.eco': print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

object
An output object from eco.
CI
A vector of lower and upper bounds for the Bayesian credible intervals used to summarize the results. The default is the equal tail 95 percent credible interval.
x
An object of class summary.eco.
digits
the number of significant digits to use when printing.
param
Logical. If TRUE, the posterior estimates of the population parameters will be provided. The default value is TRUE.
units
Logical. If TRUE, the in-sample predictions for each unit or for a subset of units will be provided. The default value is FALSE.
subset
A numeric vector indicating the subset of the units whose in-sample predications to be provided when units is TRUE. The default value is NULL where the in-sample predictions for each unit will be provi
...
further arguments passed to or from other methods.

Value

  • summary.eco yields an object of class summary.eco containing the following elements:
  • callThe call from eco.
  • n.obsThe number of units.
  • n.drawsThe number of Monte Carlo samples.
  • agg.tableAggregate posterior estimates of the marginal means of $W_1$ and $W_2$ using $X$ and $N$ as weights.
  • If param = TRUE, the following elements are also included:
  • param.tablePosterior estimates of model parameters: population mean estimates of $W_1$ and $W_2$ and their logit transformations.
  • If units = TRUE, the following elements are also included:
  • W1.tableUnit-level posterior estimates for $W_1$.
  • W2.tableUnit-level posterior estimates for $W_2$.
  • This object can be printed by print.summary.eco

See Also

eco, predict.eco