Increasingly i find myself not needing the full summary from glimpse_contrasts since I mostly just use set_contrasts, but it's usually nice to show what the contrast matrices are. Currently to get information you'd need to double up on using set_contrasts and enlist_contrasts, printing the latter, or iterating through the set contrast factors and printing the results. Adding a print parameter to optionally display contrasts would be nice to avoid forcing the user to adopt the contrast list usage or manually iterating through contrasts.
Increasingly i find myself not needing the full summary from
glimpse_contrasts
since I mostly just useset_contrasts
, but it's usually nice to show what the contrast matrices are. Currently to get information you'd need to double up on using set_contrasts and enlist_contrasts, printing the latter, or iterating through the set contrast factors and printing the results. Adding aprint
parameter to optionally display contrasts would be nice to avoid forcing the user to adopt the contrast list usage or manually iterating through contrasts.