R/edf.R

Defines functions edf

edf <-
function(object, model = NULL, print.names = FALSE)
{
  return(extract.model.diagnostic(object, model, "df", print.names))
}

Try the R2BayesX package in your browser

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

R2BayesX documentation built on Oct. 20, 2023, 9:11 a.m.