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
Is there a way to relabel the Mod2 (usually something line "mean of x - 1 SD", etc)? For example, my facet labels current read "Mean of bhs_ch…" etc., and I want them to read "Hopelessness…".
In addition to the underlying names of the associated continuous variable… I have tried to directly target the listed element and the attributes by using str_replace and reassigning names, but this does not seem to work, e.g.,
stringr::str_replace(names(obj$data$mod2_group), "Mean of bhs_ch", "Hopelessness")
But nothing works. Is there a simpler way to achieve this?
EDIT:
I see this is a similar issue to #58… Sorry about that. Please feel free to close if they have the same response.
The text was updated successfully, but these errors were encountered:
Is there a way to relabel the Mod2 (usually something line "mean of x - 1 SD", etc)? For example, my facet labels current read "Mean of bhs_ch…" etc., and I want them to read "Hopelessness…".
In addition to the underlying names of the associated continuous variable… I have tried to directly target the listed element and the attributes by using
str_replace
and reassigning names, but this does not seem to work, e.g.,But nothing works. Is there a simpler way to achieve this?
EDIT:
I see this is a similar issue to #58… Sorry about that. Please feel free to close if they have the same response.
The text was updated successfully, but these errors were encountered: