You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using summary with option lean set to true, the field obsRemoved is not cleaned. Sometimes obsRemoved can be very long and close to order O(N), and I will have to clean it myself with model_summary$obsRemoved = NULL. I am not sure whether this value is used in calculating other statistics, but if not then perhaps this attribute can be cleaned to save more space.