fitrm with NaN values

1 回表示 (過去 30 日間)
Leila
Leila 2018 年 4 月 19 日
コメント済み: Kameron Clayton 2020 年 9 月 10 日
Hello: I am having difficulties fitting a repeated measures model (fitrm) for matrices that contain a large amount of NaN values. I have seen few posts in this regard but haven't found a way to resolve it. Any suggestions?
  1 件のコメント
KSSV
KSSV 2018 年 4 月 19 日
What difficulty? You getting any error?

サインインしてコメントする。

採用された回答

Leila
Leila 2018 年 4 月 19 日
Yes, I get an error as below:
Subscript indices must either be real positive integers or logicals.
Error in classreg.regr.modelutils.designmatrix>dummyVars (line 460) X0(end,:) = -1;
Error in classreg.regr.modelutils.designmatrix (line 290) [Xj,dummynames] = dummyVars(dummyCoding{j},Xj,catLevels{j});
Error in RepeatedMeasuresModel.fit (line 1326) = classreg.regr.modelutils.designmatrix(ds(~missing,:),...
Error in fitrm (line 67) s = RepeatedMeasuresModel.fit(ds,model,varargin{:});
Error in multistats (line 62) rm = fitrm(NewT,strcat('stimnod1-stimnod',num2str(s),'~Var1'),'WithinDesign',STIMNOD)
Error in script_NHP_v15 (line 534) [tblAmp3,tbmAmp3,NewTAmp3,LabelStatsAmp3]=multistats(AmpStimOut2Nod,AmpStimOut2Neighb,AmpStimOut2Out);
  2 件のコメント
Kameron Clayton
Kameron Clayton 2020 年 9 月 10 日
Was a solution for this issue ever found?
Kameron Clayton
Kameron Clayton 2020 年 9 月 10 日
% Rows with missing values cannot be used in the fit
missing = findMissing(ds,formula.Terms,responseCols);
It seems the answer is in fit_rm code ln. 1307

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRepeated Measures and MANOVA についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by