error "Invalid parameter name: CriticalValueType." in example code.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Zoe Hughes
am 6 Jan. 2023
Kommentiert: Star Strider
am 6 Jan. 2023
>> clear
>> pack
>> load carsmall
>> [~,~,stats] = anova1(MPG,Origin,"off");
>> [results,~,~,gnames] = multcompare(stats,"CriticalValueType","dunnett");
Error using internal.stats.parseArgs (line 42)
Invalid parameter name: CriticalValueType.
Error in multcompare (line 107)
internal.stats.parseArgs(okargs,defaults,varargin{:});
Is this a geck or a system setup issue?
Thanks
0 Kommentare
Akzeptierte Antwort
Star Strider
am 6 Jan. 2023
If I understand correctly what you’re doing, that version of the multcompare function was introduced in R2022b, according to the documentation.
You will need to upgrade to use it.
(Thank you for posting the release you¹re using.)
2 Kommentare
Star Strider
am 6 Jan. 2023
My pleasure!
If my Answer helped you solve your problem, please Accept it!
.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spectral Estimation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!