R/print.DirichletRegData.R

Defines functions print.DirichletRegData

Documented in print.DirichletRegData

print.DirichletRegData <- function(x, type=c("processed", "original"), ...){

  if(match.arg(type) == "processed") print(x[,]) else attr(x, "Y.original")

}

Try the DirichletReg package in your browser

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

DirichletReg documentation built on May 18, 2021, 5:06 p.m.