R/NAMESPACE_doby.R

#' @import methods
#' @importFrom MASS ginv Null
#'
#' @importFrom Matrix rowMeans colMeans rowSums colSums
#'
#' @importClassesFrom Matrix Matrix
#' @importFrom Matrix Matrix sparseMatrix
#' @importMethodsFrom Matrix t isSymmetric "%*%" solve diag

#' @importFrom stats as.formula coef delete.response family fitted
#'     formula ftable lm logLik median model.frame model.matrix pchisq pnorm
#'     pt qnorm qt residuals sd summary.lm terms vcov aggregate
#'     printCoefmat confint predict resid rstandard step update
#'     
#' @importFrom modelr rmse

#' @importFrom microbenchmark microbenchmark
#' @importFrom Deriv Deriv
#' @importFrom utils str help
#' @importFrom methods setOldClass
#' @importFrom cowplot plot_grid
#' @importFrom rlang enquo
#' @importFrom tidyr pivot_longer
#' @importFrom dplyr mutate select
#' @importFrom tibble as_tibble
#' @importFrom broom tidy

NULL

Try the doBy package in your browser

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

doBy documentation built on Oct. 8, 2024, 1:06 a.m.