From 7aac62c7d2a81b06f11301c925c02c3c02990be8 Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Mon, 27 Nov 2023 09:39:23 -0700 Subject: [PATCH] remove amides guessstimate --- R/simpol1.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/simpol1.R b/R/simpol1.R index f24e587..b37daae 100644 --- a/R/simpol1.R +++ b/R/simpol1.R @@ -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),