how do i turn off the anova1() display option?
Ältere Kommentare anzeigen
anova1() outputs a table and boxplot for each anova performed... the manual says that i can turn this "display option" off but it does NOT say how... my original code is p(k)=anova1(Z) i need something like p(k)=anova1(Z, ,'off') % middle input,'group', is left blank(no groups)... i have tried a few variations but i keep getting error messages
Akzeptierte Antwort
Weitere Antworten (1)
Tom Lane
am 16 Mai 2013
Right idea but put an empty array between the commas:
anova1(Z,[],'off')
Kategorien
Mehr zu Analysis of Variance and Covariance finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!