Skip to contents

Single NOMINATE vote probability

Usage

morie_spatial_voting_nominate_vote_prob(
  x_i,
  z_yea_j,
  z_nay_j,
  beta = 15,
  w = NULL
)

Arguments

x_i

Legislator ideal point (vector).

z_yea_j

Yea outcome (vector).

z_nay_j

Nay outcome (vector).

beta

Signal-to-noise ratio.

w

Dimension weights.

Value

Numeric scalar in (0,1).

References

Poole & Rosenthal (1985).

Examples

morie_spatial_voting_nominate_vote_prob(c(0.1), c(0.3), c(-0.3))
#> [1] 0.7018734