| summary.aldmck {basicspace} | R Documentation |
summary.aldmck reads an aldmck object and prints a summary.
summary.aldmck(x)
x |
an aldmck output object. |
A summary of an aldmck object. Reports number of stimuli, respondents
scaled, number of respondents with positive and negative weights, R-squared,
Reudction of normalized variance of perceptions, and stimuli locations.
Keith Poole kpoole@ucsd.edu
Howard Rosenthal rosentha@princeton.edu
Jeffrey Lewis jblewis@ucla.edu
James Lo jameslo@ucla.edu
Royce Carroll rcarroll@rice.edu
'aldmck', 'LC1980', 'plot.aldmck', 'plot.cdf'.
data(LC1980) result <- aldmck(data=LC1980, polarity=2, respondent=1, missing=c(0,8,9),verbose=TRUE) summary(result) par(ask=T) plot.aldmck(result,xlim=c(-1.5,1.5)) plot.cdf(result)