Hi.
I have fit a model to data,then plotted GOF using goodness_of_fit function in pumas. It gave me ten different plots (because i used three dependent variables) which includes “Time vs Conditional weighted residuals” plot in that. I have used DataFrame(inspect(fit)) toconvert the inspected file into dataframe to plot them manually, but CWRES vaiable is missing in dataframe. Can someone suggest a way to get CWRES data in dataframe.
in the documentation here Simulation and Estimation Diagnostics · Pumas it is clearly stated that the WRES that is output in the DataFrame(inspect) object will output the appropriate residuals based on the approximation being used. So, if you use FOCE, CWRES is output as WRES and if you use FO WRES is output as WRES. Is that clear?
Just to be clear. There is not difference between FOCE and FOCEI in Pumas at all. In our interpretation, the two are identical. The use of the name FOCEI has been deprecated and will eventually go away.