famd: Factor analysis of mixed data

View source: R/famd.h.R

famdR Documentation

Factor analysis of mixed data

Description

Factor analysis of mixed data

Usage

famd(
  data,
  vars,
  labels,
  eigen = TRUE,
  rowvar = "coordinates",
  colvar = "coordinates",
  quanvar = "coordinates",
  qualvar = "coordinates",
  ci = FALSE,
  cg = FALSE,
  quanti = FALSE,
  qual = FALSE,
  plot = TRUE,
  plot1 = FALSE,
  plot2 = FALSE,
  plot3 = FALSE,
  plot4 = FALSE,
  width = 500,
  height = 500,
  width1 = 500,
  height1 = 500,
  width2 = 500,
  height2 = 500,
  width3 = 500,
  height3 = 500,
  width4 = 500,
  height4 = 500
)

Arguments

data

The data as a data frame.

vars

.

labels

.

eigen

.

rowvar

.

colvar

.

quanvar

.

qualvar

.

ci

.

cg

.

quanti

.

qual

.

plot

.

plot1

.

plot2

.

plot3

.

plot4

.

width

.

height

.

width1

.

height1

.

width2

.

height2

.

width3

.

height3

.

width4

.

height4

.

Value

A results object containing:

results$instructions a html
results$eigen a table
results$ci a table
results$cg a table
results$quanti a table
results$qual a table
results$plot an image
results$plot1 an image
results$plot2 an image
results$plot3 an image
results$plot4 an image

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$eigen$asDF

as.data.frame(results$eigen)


hyunsooseol/snowCluster documentation built on April 5, 2025, 2:06 a.m.