08.04.2015 Views

The ade4 Package - NexTag Supports Open Source Initiatives

The ade4 Package - NexTag Supports Open Source Initiatives

The ade4 Package - NexTag Supports Open Source Initiatives

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

80 dudi<br />

dudi<br />

Duality Diagram<br />

Description<br />

as.dudi is called by many functions (dudi.pca, dudi.coa, dudi.acm, ...) and not directly<br />

by the user. It creates duality diagrams.<br />

t.dudi returns an object of class ’dudi’ where the rows are the columns and the columns are the<br />

rows of the initial dudi.<br />

is.dudi returns TRUE if the object is of class dudi<br />

redo.dudi computes again an analysis, eventually changing the number of kept axes. Used by<br />

other functions.<br />

Usage<br />

as.dudi(df, col.w, row.w, scannf, nf, call, type, tol = 1e-07,<br />

full = FALSE)<br />

## S3 method for class 'dudi':<br />

print(x, ...)<br />

is.dudi(x)<br />

redo.dudi(dudi, newnf = 2)<br />

## S3 method for class 'dudi':<br />

t(x)<br />

Arguments<br />

df<br />

col.w<br />

row.w<br />

scannf<br />

nf<br />

call<br />

type<br />

tol<br />

full<br />

a data frame with n rows and p columns<br />

a numeric vector containing the row weights<br />

a numeric vector containing the column weights<br />

a logical value indicating whether the eigenvalues bar plot should be displayed<br />

if scannf FALSE, an integer indicating the number of kept axes<br />

generally match.call()<br />

a string of characters : the returned list will be of class c(type, "dudi")<br />

a tolerance threshold for null eigenvalues (a value less than tol times the first one<br />

is considered as null)<br />

a logical value indicating whether all non null eigenvalues should be kept<br />

x, dudi objects of class dudi<br />

... further arguments passed to or from other methods<br />

newnf<br />

an integer indicating the number of kept axes

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!