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
FYI, the order=TRUE argument mixes up the terms across factor groupings. Basically this means that order=TRUE is incompatible with factors variables right now. I don't think this is urgent, but just FYI.
I'm also not 100% sure that ordering the plots is recommended. I was doing it for a while, but I wonder if it draws too much attention to the one-by-one tests and away from the omnibus test.
Code block inside of balanceplot def beginning w/ if (order) has an inline comment suggesting an intention to address this problem. But I'm not seeing how the code block is attempting to address the problem. Maybe I'm being dense, or maybe the coder (Mark?) was distracted mid-block and thus didn't finish?
I can confirm the problem. The xb that Jake refers to in the issue statement is produced by example(plot.xbal), btw.
if this turns out not to be a quick fix, then one possibility is to temporarily disable the combo of order=T and !is.missing(groups), with a warning.
Comment: I can think of possible uses for groupings of covariates in a revised and filled out version of the combined differences/chisquare statistic (cf #51, #25). This in turn suggests that groupings of covariate columns might profitably encoded in Design objects, perhaps in a lookup table similar to the OriginalCovariates slot, then passed down to xbal objects that get created along the way. (In which case there'd be no need to communicate this info to plot.xbal separately via a dedicated argument.)
Hi Y'all,
FYI, the order=TRUE argument mixes up the terms across factor groupings. Basically this means that order=TRUE is incompatible with factors variables right now. I don't think this is urgent, but just FYI.
I'm also not 100% sure that ordering the plots is recommended. I was doing it for a while, but I wonder if it draws too much attention to the one-by-one tests and away from the omnibus test.
The text was updated successfully, but these errors were encountered: