summary.OCobject {oc} | R Documentation |
summary.OCobject
reads an Optimal Classification object and prints a summary.
## S3 method for class 'OCobject'
summary(object,verbose=FALSE,...)
object |
an |
verbose |
logical, includes all ideal points if TRUE, otherwise only returns the first 10 legislators. |
... |
other arguments do nothing and are not passed to any functions. |
A summary of a OCobject
object.
Keith Poole ktpoole@uga.edu
Jeffrey Lewis jblewis@ucla.edu
James Lo lojames@usc.edu
Royce Carroll rcarroll@rice.edu
'oc', 'plot.OCcoords', 'plot.OCskree', 'plot.OCangles', 'plot.OCcutlines', 'plot.OCobject'
#This data file is the same as that obtained using:
## Not run:
data(sen90)
sen90oc <- oc(sen90,dims=2,polarity=c(7,2))
## End(Not run)
data(sen90oc)
summary(sen90oc)
plot(sen90oc)