#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @import rlang
#' @importFrom lifecycle deprecated
#' @importFrom cli cli_abort cli_warn cli_text
#' @importFrom utils globalVariables
#' @importFrom purrr map map2 map_dbl pluck map_lgl list_rbind
#' @importFrom tibble tibble is_tibble as_tibble obj_sum
#' @importFrom pillar type_sum
#' @importFrom tidyr unnest
#' @importFrom dplyr select bind_cols bind_rows arrange_ arrange full_join
#' @importFrom dplyr mutate last ungroup group_by inner_join summarize do case_when
#' @importFrom vctrs vec_unique_count vec_count vec_slice vec_in vec_ptype_abbr
#' @importFrom methods formalArgs
#' @importFrom stats quantile setNames qnorm pnorm dist
#' @importFrom tidyselect vars_select one_of
#' @importFrom furrr future_map
## usethis namespace: end
NULL
#------------------------------------------------------------------------------#
utils::globalVariables(
c(
"model",
"splits",
"statistic",
"Data",
"Row",
"id",
".",
".estimate",
".lower",
".upper",
"Z0",
"Za",
"Zl",
"Zu",
"a",
"cubed",
"estimate",
"orig",
"p0",
"squared",
"term",
"theta_0",
"loo",
"n",
"..index",
"models",
paste0("predictor_", gsub(" ", "0", format(1:20))),
"linear_pred",
"non_linear_1",
"non_linear_2",
"non_linear_3",
"outcome",
"true_prob",
"two_factor_1",
"two_factor_2",
"rand"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.