Description Usage Arguments Value Author(s) See Also Examples
This function provides a concise summary of a correspondence object.
1 2 |
object |
A correspondence object as produced by |
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. |
A summary with eigenvalue rates, and coordinates, correlations, and contributions for the factors (by default, 2, unless n is set to a higher number).
R. H. Baayen
See also corres.fnc
.
1 2 3 4 5 6 7 | ## Not run:
data(oldFrench)
oldFrench.ca = corres.fnc(oldFrench)
oldFrench.ca
summary(oldFrench.ca)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.