# NOT RUN {
# for reproducibility
set.seed(123)
# }
# NOT RUN {
statsExpressions:::robcor_ci(
  data = mtcars,
  x = "hp",
  y = "mpg",
  beta = .01,
  nboot = 25,
  conf.level = .99,
  conf.type = c("basic")
)
# }
Run the code above in your browser using DataLab