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
NULL

Try the doBy package in your browser

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

doBy documentation built on May 29, 2024, 9:32 a.m.