ideology.plot: Displays estimated ideology with other reference ideal points

Description Usage Arguments Author(s) Examples

Description

Displays estimated ideology with other reference ideal points

Usage

1
ideology.plot(results)

Arguments

results

ideology estimation object from estimate.ideology function

Author(s)

Pablo Barbera pablo.barbera@nyu.edu

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
## download list of friends for a given user
 friends <- getFriends(screen_name = "p_barbera", oauth_folder="oauth")
## estimating ideology
 results <- estimate.ideology(friends)
## trace plot
 traceplot.ideology(results, "theta")
## ideology plot
 ideology.plot(results)

## End(Not run)

SMAPPNYU/smappR documentation built on May 9, 2019, 11:19 a.m.