Open joaoabr opened 2 years ago
Hi!
summarize_modelfit_results
, which will contain those metrics (as well as runtime, AIC, and BIC)Hi.
Hi ! I would like to report a related issue regarding the modelfit results. One of my model failed, with the following error reported in the lst file: 0PROGRAM TERMINATED BY OBJ ERROR IN CELS WITH INDIVIDUAL 1 ID= 1.00000000000000E+00 SUM OF "SQUARED" WEIGHTED INDIVIDUAL RESIDUALS IS INFINITE MESSAGE ISSUED FROM ESTIMATION STEP AT INITIAL OBJ. FUNCTION EVALUATION I tried to retrieve the error message using input_model$modelfit_results$termination_cause, but only got "NULL" as an output.
Hi! The errors can be accessed in the results object via res$summary_errors
, and this error should be currently parsed! Regarding display of iterations, is this still something of interest?
1) Is there currently a function that combines these 3 pieces of information so that the user can quickly check the results: input_model$modelfit_results$ofv input_model$modelfit_results$parameter_estimates input_model$modelfit_results$relative_standard_errors this would be equivalent to a PsN sumo
2) Is there a way to visualize the *.lst file, namel the end of the iterations, e.g. in the same way as for the model file selected_model %>% print_model_code()