R/coef.glmfm.R

Defines functions coef.glmfm

#' @importFrom stats coef

#' @export
coef.glmfm <- function(object, ...)
  coef.lmfm(object, ...)

Try the fit.models package in your browser

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

fit.models documentation built on Aug. 2, 2020, 5:06 p.m.