summary.aldmck: Aldrich-McKelvey Summary

Description Usage Arguments Value Author(s) See Also Examples

View source: R/basicspace.R

Description

summary.aldmck reads an aldmck object and prints a summary.

Usage

1
2
## S3 method for class 'aldmck'
summary(object, ...)              

Arguments

object

an aldmck output object.

...

further arguments to print.

Value

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.

Author(s)

Keith Poole ktpoole@uga.edu

Howard Rosenthal hr31@nyu.edu

Jeffrey Lewis jblewis@ucla.edu

James Lo lojames@usc.edu

Royce Carroll rcarroll@rice.edu

See Also

'aldmck', 'LC1980', 'plot.aldmck', 'plot.cdf'.

Examples

1
2
3
4
5
6
data(LC1980)
result <- aldmck(data=LC1980, polarity=2, respondent=1, missing=c(0,8,9),verbose=TRUE)
summary(result)
par(ask=TRUE)
plot.AM(result,xlim=c(-1.5,1.5))
plot.cdf(result)

basicspace documentation built on Jan. 11, 2020, 9:32 a.m.