R/print.DS_GF.R

Defines functions print.DS_GF

Documented in print.DS_GF

print.DS_GF <-
function(x, ...){
    print(list(g.par = x$g.par, LP.coef = x$LP.par))
}

Try the BayesGOF package in your browser

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

BayesGOF documentation built on May 2, 2019, 8:57 a.m.