Skip to content

Commit

Permalink
remove amides guessstimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Nov 27, 2023
1 parent fbb2ce1 commit 7aac62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/simpol1.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ simpol1 <- function(fx_groups, meredith = TRUE) {
betas <- betas %>%
dplyr::mutate(
# # Below are additions from Meredith et al.
# b_31 = (-2.23 * .data$amides), #TODO remove once 1º, 2º, 3º amides are added
b_32 = (-2.23 * .data$phosphoric_acid),
b_33 = (-2.23 * .data$phosphoric_ester),
b_34 = (-2.23 * .data$sulfate),
Expand Down

0 comments on commit 7aac62c

Please sign in to comment.