Why am I receiving this error when using the vartestn function?
显示 更早的评论
I tried the following code and received this error:
>> vartestn(Table.trialNum,Table.Sex,Table.ID,'TestType','LeveneQuadratic');
Error using internal.stats.parseArgs (line 42)
Wrong number of arguments.
Error in vartestn (line 98)
internal.stats.parseArgs(okargs,defaults,varargin{:});
Can anyone help me understand what these errors mean?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Hypothesis Tests 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!