Description Usage Arguments Author(s) Examples
Displays trace plot for MCMC chains of ideology estimator
1 | traceplot.ideology(results, par = "theta")
|
results |
ideology estimation object from |
par |
parameter for which trace plot is to be displayed |
Pablo Barbera pablo.barbera@nyu.edu
1 2 3 4 5 6 7 8 9 | ## 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")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.