fitrm with NaN values
4 views (last 30 days)
Show older comments
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?
Accepted Answer
Leila
on 19 Apr 2018
2 Comments
Kameron Clayton
on 10 Sep 2020
% 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
More Answers (0)
See Also
Categories
Find more on Repeated Measures and MANOVA in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!