Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.corres

Summarize a correspondence object


Description

This function provides a concise summary of a correspondence object.

Usage

## S3 method for class 'corres'
summary(object, n = 2, returnList = FALSE, head = TRUE, ...)

Arguments

object

A correspondence object as produced by corres.

n

A number indicating number of dimensions to be summarized.

returnList

Logical, if TRUE, a list is returned with as components the full information on each factor, instead of only the first 6 lines.

head

Logical, if TRUE, first 6 rows of factor summaries are shown.

...

Additional arguments passed on to summaries.

Value

A summary with eigenvalue rates, and coordinates, correlations, and contributions for the factors (by default, 2, unless n is set to a higher number).

Author(s)

R. H. Baayen

See Also

See also corres.fnc.

Examples

## Not run: 
  data(oldFrench)
  oldFrench.ca = corres.fnc(oldFrench)
  oldFrench.ca
  summary(oldFrench.ca)

## End(Not run)

languageR

Analyzing Linguistic Data: A Practical Introduction to Statistics

v1.5.0
GPL (>= 2)
Authors
R. H. Baayen <harald.baayen@uni-tuebingen.de>, Elnaz Shafaei-Bajestan <elnaz.shafaei-bajestan@uni-tuebingen.de>
Initial release
2019-01-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.