Learn R Programming

cjoint (version 1.0.2)

summary.amce: Summarizing AMCE estimates

Description

summary method for class "amce"

Usage

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

## S3 method for class 'summary.amce': print(x, digits=5, ...)

Arguments

object
an object of class "amce", a result of a call to amce
x
an object of class "summary.amce", a result of a call to summary.amce
digits
number of significant digits to use when printing
...
further arguments from other methods

Value

  • The function summary.amce computes and returns a formatted data frame of effect estimates returned by amce
  • estimatesA dataframe containing AMCE and ACIE estimates and standard errors. Each row corresponds to a single attribute-level effect.
  • baselinesBaseline levels for each attribute relative to which the AMCEs are calculated.
  • samplesizeThe number of profiles (rows) in the dataset
  • numrespondentsThe number of respondents in the dataset (if a respondent.id argument was passed to amce)

See Also

The estimation function amce.