R/NAMESPACE.R

Defines functions .dumfunction_afterimportFrom

#' @useDynLib geepack

#' @import methods
#' @importFrom MASS ginv
#'
#' @importFrom graphics abline lines plot
#'   
#' @importFrom stats binomial coef fitted formula gaussian
#'     glm.fit is.empty.model lm.fit lowess
#'     model.extract model.matrix model.offset
#'     model.response model.weights na.omit naresid
#'     pchisq printCoefmat quasi residuals summary.glm
#'     var family
#'
#' @importFrom utils head str
#' @importFrom broom tidy
#' @export tidy
#' @importFrom magrittr %>%
#' @export  %>%




.dumfunction_afterimportFrom <- function(){}

Try the geepack package in your browser

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

geepack documentation built on Aug. 16, 2022, 5:07 p.m.