Skip to content

Commit

Permalink
Update R/binary-helper.R
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Gravestock <83659704+gravesti@users.noreply.github.com>
  • Loading branch information
hoppanda and gravesti authored Sep 13, 2024
1 parent 061d06c commit 5087eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/binary-helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ glm_makeup <- function(binobj, legend = "before matching", weighted = FALSE) {

data.frame(
treatment = ARM,
type = rep(legend),
type =legend,

Check warning on line 112 in R/binary-helper.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/binary-helper.R,line=112,col=10,[infix_spaces_linter] Put spaces around all infix operators.
n = N,
events = N.EVNT,
`events%` = N.EVNT.PERC,
Expand Down

0 comments on commit 5087eb9

Please sign in to comment.