Skip to content

Commit

Permalink
#102 add @import calls to function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Aug 11, 2024
1 parent 99badef commit 4c26098
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/convert_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#' @return A tibble of out of sample predictions on the response variable scale of the response variable used by the analyst
#' @family analysis-values
#' @export
#' @import dplyr
#' @import purrr
#' @import rlang
#' @import cli
#' @importFrom data.table setnames
#' @importFrom pointblank has_columns
convert_predictions <- function(augmented_data,
transformation_type,
response_transformation,
Expand Down Expand Up @@ -93,7 +99,6 @@ convert_predictions <- function(augmented_data,
out <- rlang::na_cpl
}


vconvert_double_transformation(
beta = beta_vals,
se = augmented_data$se.fit,
Expand Down

0 comments on commit 4c26098

Please sign in to comment.