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

Try the outreg package in your browser

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

outreg documentation built on May 2, 2019, 9:33 a.m.