dudi.tex | R Documentation |
Coordinates and aids of interpretation are wrote in tabular environment of LaTeX inside a Table
dudi.tex(dudi,job="",aidsC=TRUE,aidsR=TRUE,append=TRUE)
latex(obj,job="latex",tit="",lab="",append=TRUE,dec=1)
dudi |
an object of class |
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 |
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:
eigenvalues
eigenvectors
column coordinates
column contributions in percentage
quality of the representation of columns in percentage
accumulated quality of the representation of columns in percentage/100
row coordinates
row contributions in percent
quality of the representation of rows in percentage
accumulated quality of the representation of rows in percentage/100
Campo Elias PARDO cepardot@unal.edu.co
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.