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

Description Usage Arguments Value Examples

View source: R/Factominer_tables.R

Description

Generates a table of quantitative variables from FactoMineR data

Usage

1
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

1
2
3
4
5
6
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 Aug. 22, 2020, 2:11 a.m.