Description Usage Arguments Value Author(s) See Also Examples
print.GP
a GroupProj object
Generic print.GP method for GroupProj class output visualization.
1 2 | ## S4 method for signature 'GroupProj'
print(x)
|
x |
GroupProj class object. |
according to the call
print |
console generates output text with increasing detail of GroupProj object. |
M L Zingaretti, J A Demey-Zambrano, J L Vicente-Villardon, J R Demey
1 2 3 4 5 6 7 8 9 10 11 | {
data(NCI60Selec)
fit<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE)
A<-SelectVar(fit,Crit="p-val(Bonf)",perc=0.95)
M3<-GroupProj(A,NGroups=4,method="ward",metric="euclidean")
print(M3)
summary(M3)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.