Skip to contents

Bayesian Aldrich-McKelvey scaling (stub)

Usage

morie_spatial_voting_bayesian_am(
  Z,
  n_samples = 1000L,
  burn_in = 200L,
  prior_sd = 10
)

Arguments

Z

Perceptual placement matrix.

n_samples

MCMC samples.

burn_in

Burn-in length.

prior_sd

Prior SD on stimulus positions.

Value

Never returns; raises NotYetPorted.

References

Hare, C., Armstrong, D. A., Bakker, R., Carroll, R., and Poole, K. T. (2015). "Using Bayesian Aldrich-McKelvey Scaling to Study Citizens' Ideological Preferences and Perceptions." AJPS, 59(3).

Examples

if (FALSE) morie_spatial_voting_bayesian_am(matrix(rnorm(50), 10, 5)) # \dontrun{}