R/print.bess.R

Defines functions print.bess

Documented in print.bess

print.bess=function(x, ...)
{
  if(x$family=="bess_gaussian") print(cbind(Df=x$s.list,MSE=x$mse,AIC=x$AIC,BIC=x$BIC,EBIC=x$EBIC))else
    print(cbind(Df=x$s.list,Dev=x$deviance,AIC=x$AIC,BIC=x$BIC,EBIC=x$EBIC))
}

Try the BeSS package in your browser

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

BeSS documentation built on April 22, 2021, 9:08 a.m.