Plots sorted beta and optionally also psi parameters from a Wordfish model
# S3 method for coef.wordfish plot(x, pch = 20, psi = TRUE, ...)
x | a fitted Wordfish model |
---|---|
pch | Default is to use small dots to plot positions |
psi | whether to plot word fixed effects |
... | Any extra graphics parameters to pass in |
A plot of sorted beta and optionally psi parameters.
Will Lowe