I am comparing multiple models with modelsummary table. The models include generalized linear models, simple linear models, and generalized additive models. However, it would be very important for me to compare the R squared values and in the case of GLM which doesn't have R-squared, the McFadden’s R-Squared number which also gets values between 0 and 1. Is there a way to modify the R2 column of modelsummary table and add the McFadden's value manually? I tried to do some tricks with gof_map by changing the column values but didn't know how to add the modifications to the modelsummary table.
Is there a way to add values to modelsummary table or to modify the existing values?