panel_product: Take product over the sequence of choices

View source: R/probability-helpers.R

panel_productR Documentation

Take product over the sequence of choices

Description

Calculates the product across choice observations for the same individual. The function makes a call to reshape_panel and replace_na_padding prior to taking the product.

Usage

panel_product(x, n_ct)

Arguments

x

A matrix with the probabilities of the chosen alternative

n_ct

The number of choice situations per individual

Value

A vector of sequence probabilities. If our model contains inter- individual draws, then this vector is n_id * n_draws


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.