Skip to content

Commit

Permalink
fix notation
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago authored and dcomtois committed Nov 7, 2022
1 parent 3dd1e4c commit 5680f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ctable.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ctable.formula <- function(x, data, ...){
}
y <- data[[vars[resp]]]
x <- data[[vars[-resp]]]
ctable.default(x, y, ...)
ctable.default(x, y, dnn = vars[c(2,1)], ...)
}

## Default S3 method
Expand Down

0 comments on commit 5680f68

Please sign in to comment.