powered by
Posterior model probabilities for multiple strategies (with equal prior model probabilities).
strategy_postprob(k, n, strategies, cpu = 1)
observed frequencies of Option B. Either a vector or a matrix/data frame (one person per row).
vector with the number of choices per item type.
list of strategies. See strategy_multiattribute
number of processing units for parallel computation.
strategy_marginal and model_weights
strategy_marginal
model_weights
# pattern 1: A, A, B with constant error e<.50 strat1 <- list( pattern = c(-1, -1, 1), c = .5, ordered = FALSE, prior = c(1, 1) ) # pattern 2: A, B, B with ordered error e1
Run the code above in your browser using DataLab