Many thanks to Yonghao Pua for catching this and creating a reprex.
_Currently, rms_model_results() works beautifully with ols and lrm objects but I'm wondering if you could very kindly extend its reach to Gls objects. With orm objects, rms_modelresults() works reasonably well; with Gls objects, it balks with an error message: "Error in label == "d.f." : comparison (1) is possible only for atomic and list types". Below, I provide a minimal example.
Many thanks to Yonghao Pua for catching this and creating a reprex.
_Currently, rms_model_results() works beautifully with ols and lrm objects but I'm wondering if you could very kindly extend its reach to Gls objects. With orm objects, rms_modelresults() works reasonably well; with Gls objects, it balks with an error message: "Error in label == "d.f." : comparison (1) is possible only for atomic and list types". Below, I provide a minimal example.
Error in label == "d.f." : comparison (1) is possible only for atomic and list types