R/import.R

#' @importFrom coda            mcmc
#' @importFrom dplyr           bind_rows bind_cols filter group_by
#'                             mutate pull relocate select
#'                             starts_with ungroup `%>%`
#' @importFrom lme4            fixef lmer lmerControl ngrps VarCorr
#' @importFrom methods         slot
#' @importFrom matrixsampling  rwishart
#' @importFrom rlang           .data arg_match
#' @importFrom splines         bs
#' @importFrom stats           approx as.formula coef cor cov2cor
#'                             fitted model.frame lm model.frame.default
#'                             model.matrix na.exclude na.omit
#'                             na.pass optim
#'                             predict quantile rgamma rnorm
#'                             rWishart setNames smooth var
#' @importFrom tidyr           drop_na pivot_longer pivot_wider
#' @importFrom utils           askYesNo install.packages
NULL

Try the brokenstick package in your browser

Any scripts or data that you put into this service are public.

brokenstick documentation built on March 31, 2023, 9:24 p.m.