Learn R Programming

Xplortext (version 1.00)

print.LexCA: Print LexCA objects

Description

Prints the Textual Correspondence Analysis (CA) results from a LexCA object

Usage

# S3 method for LexCA
print(x, file = NULL, sep=";", ...)

Arguments

x
object of LexCA class
file
a connection, or a character string giving the name od the file to print to (in csv format). If NULL (the default), the results are not printed in a file
sep
character to insert between the objects to print (if the argument file is non-NULL) (by default ";")
further arguments passed from other methods

See Also

LexCA, plot.LexCA, summary.LexCA

Examples

Run this code
data(open.question)
res.TD<-TextData(open.question,var.text=c(9,10), var.agg="Age_Group", Fmin=10, Dmin=10,
        remov.number=TRUE, stop.word.tm=TRUE)
res.LexCA<-LexCA(res.TD,lmd=0,lmw=1)
print(res.LexCA)

Run the code above in your browser using DataLab