Quanti_Table: Generates a table of quantitative variables from FactoMineR...

View source: R/Factominer_tables.R

Quanti_TableR Documentation

Generates a table of quantitative variables from FactoMineR data

Description

Generates a table of quantitative variables from FactoMineR data

Usage

Quanti_Table(res.hcpc = NULL, Round_To = 2, Format = TRUE)

Arguments

res.hcpc

R object generated by HCPC function from FactoMineR

Round_To

numeric value indicating digit for rounding default = 2

Format

Logical, if TRUE (default), output formated by group.

Value

data.frame with HCPC results

Examples

Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
load(Example_Hotgenes_dir)
Results<-FactoWrapper(Example_Hotgenes)
Quanti_Table(Results$res.hcpc)

Rvirgenslane/Hotgenes documentation built on June 15, 2024, 2:16 a.m.