print.MFAshiny: Print the MFAshiny results

View source: R/print.MFAshiny.R

print.MFAshinyR Documentation

Print the MFAshiny results

Description

Print the MFAshiny results i.e the R corresponding script

Usage

## S3 method for class 'MFAshiny'
print(x,...)

Arguments

x

an object of class MFAshiny

...

further arguments passed to or from other methods

Author(s)

Pauline Vaissie, Astrid Monge, Francois Husson paulinevaissie@gmail.com

See Also

MFAshiny

Examples

## Not run: 
data(wine)
res<- MFA(wine, group=c(2,5,3,10,9,2), type=c("n",rep("s",5)),
    ncp=5, name.group=c("orig","olf","vis","olfag","gust","ens"),
    num.group.sup=c(1,6),graph=FALSE)
res.shiny=MFAshiny(res)

#click on the "Quit the app" button
print(res.shiny)

## End(Not run)

husson/Factoshiny documentation built on Sept. 19, 2023, 5:05 a.m.