fitrm with NaN values
1 回表示 (過去 30 日間)
古いコメントを表示
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?
採用された回答
Leila
2018 年 4 月 19 日
2 件のコメント
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 Exchange で Repeated Measures and MANOVA についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!