print.LexCA: Print LexCA objects

print.LexCAR Documentation

Print LexCA objects

Description

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

Usage

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

Arguments

x

object of LexCA class

file

a connection, or a character string giving the name of 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 to or from other methods

Author(s)

Ramón Alvarez-Esteban ramon.alvarez@unileon.es, Mónica Bécue-Bertaut, Josep-Antón Sánchez-Espigares

See Also

LexCA, plot.LexCA, summary.LexCA, TextData

Examples

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)

Xplortext documentation built on Nov. 10, 2023, 1:06 a.m.