print.SV {kimod} | R Documentation |
print.SV
a SelectVar object
Generic Print/Summary method for SelectVar class output visualization.print.SV
a SelectVar object
Generic Print/Summary method for SelectVar class output visualization.
## S4 method for signature 'SelectVar' print(x)
x |
SelectVar class object. |
according to the call
print |
the console output the text with increasing detail of SelectVar object. |
M L Zingaretti, J A Demey-Zambrano, J L Vicente-Villardon, J R Demey
{ data(NCI60Selec) fit<-DiStatis(NCI60Selec,Scale=TRUE,Center=TRUE) A<-SelectVar(fit,Crit="p-val(Bonf)",perc=0.95) print(A) summary(A) }