dudi.tex: LaTeX Tables of Coordinates and Aids to Interpretation of...

View source: R/dudi.tex.R

dudi.texR Documentation

LaTeX Tables of Coordinates and Aids to Interpretation of Principal Axis Methods

Description

Coordinates and aids of interpretation are wrote in tabular environment of LaTeX inside a Table

Usage

dudi.tex(dudi,job="",aidsC=TRUE,aidsR=TRUE,append=TRUE)
latex(obj,job="latex",tit="",lab="",append=TRUE,dec=1)

Arguments

dudi

an object of class dudi

job

a name to identify files and outputs

aidsC

if it is TRUE the coordinates and aids of interpretation of the columns are printed

aidsR

if it is TRUE the coordinates and aids of interpretation of the rows are printed

append

if it is TRUE LaTeX outputs are appended on the file

obj

object to export to LaTeX

tit

title of the table

lab

label for crossed references of LaTeX table

dec

number of decimal digits

Details

latex function is used to builp up a table. The aids of interpretation are obtained with inertia.dudi of ade4. A file is wrote in the work directory (job.txt) with the following tables:

tvalp

eigenvalues

c1

eigenvectors

co

column coordinates

col.abs

column contributions in percentage

col.rel

quality of the representation of columns in percentage

col.cum

accumulated quality of the representation of columns in percentage/100

li

row coordinates

row.abs

row contributions in percent

row.rel

quality of the representation of rows in percentage

row.cum

accumulated quality of the representation of rows in percentage/100

Author(s)

Campo Elias PARDO cepardot@unal.edu.co

Examples

data(Bogota)
coa1 <- dudi.coa(Bogota[,2:7], scannf = FALSE)
# In order to create a file: Bogota.tex in LaTeX
# dudi.tex(coa1,job="Bogota")  

FactoClass documentation built on Sept. 14, 2023, 1:07 a.m.