Displaying 1 result from an estimated 1 matches for "mjcaadj".
2012 May 08
0
plot mjca lambda = "adjusted"
...s.
(*By the way, is there any problem because of having different levels at
each factor in the matrix of data ??*)
I want to know which are the levels (maybe i should say variables ? ) that
explain more variance in the set of categorical variables. After reading
help files i decided for
mydata.mjcaADJ <- mjca(mydata, lambda = "adj").
And now, i wanted to plot: plot(mydata.mjcaADJ, labels= c(0, 2),
col=c("white", "black"))
But I cannot see anything, as the labels superimpose. How could I see all
the labels?
It has occured to me to plot just the levels that h...