R/parse-fit.R

make_coef_part <- function(fit, ...) UseMethod("make_coef_part")


make_stat_part <- function(fit, ...) UseMethod("make_stat_part")


make_opt_part  <- function(fit, ...) UseMethod("make_opt_part")
make_opt_part.default <- function(fit, ...) NULL
kota7/outreg documentation built on May 20, 2019, 1:10 p.m.