Skip to contents

Internal constructor for projoint_results objects. A projoint_results stores the outputs of a conjoint analysis, including estimated effects and metadata about the analysis settings. It is normally generated by projoint and not called directly.

Usage

projoint_results(...)

Arguments

...

Named elements, typically including:

  • estimates: A data frame of estimated effects (point estimates, standard errors, confidence intervals).

  • labels: Attribute/level label mappings from the design.

  • structure: Either "profile_level" or "choice_level".

  • estimand: Either "mm" (marginal mean) or "amce" (average marginal component effect).

  • irr: Intra-respondent reliability value used.

  • tau: Estimated \(\tau\) value from IRR correction.

  • se_method: Method used for standard errors.

Value

A list with class "projoint_results" containing estimates and associated metadata. This object is the standard output of projoint and is accepted by plotting and summary methods.