impute_missing_options {grizbayr}R Documentation

Impute Missing Options

Description

When win probability is calculated

Usage

impute_missing_options(posterior_samples, wp_raw)

Arguments

posterior_samples

Tibble of data in long form with 2 columns 'option_name' and 'samples'

wp_raw

Tibble of win probabilities with the columns: 'option_name' and 'win_prob_raw'

Value

wp_raw table with new rows if option names were missing.


[Package grizbayr version 1.3.5 Index]