fitrm with NaN values
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
Risposta accettata
Leila
il 19 Apr 2018
2 Commenti
Kameron Clayton
il 10 Set 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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Repeated Measures and MANOVA in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!