View source: R/Factominer_tables.R
Categorical_Table | R Documentation |
Generates a table of Categorical variables from FactoMineR data
Categorical_Table(res.hcpc = NULL, Round_To = 2, Format = TRUE)
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. |
data.frame with HCPC results
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
load(Example_Hotgenes_dir)
Results<-FactoWrapper(Example_Hotgenes)
Categorical_Table(Results$res.hcpc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.