R/print.aodml.R

Defines functions print.aodml

Documented in print.aodml

print.aodml <- function(x, ...)
  
  print(
		list(
			call = x$call,
  		b = x$b, phi = x$phi, phi.scale = x$phi.scale,
  		#df.model = df.model, df.residual = df.residual,
  		varparam = x$varparam, logL = x$logL,
  		iterations = x$iterations, code = x$code
			)
    )

Try the aods3 package in your browser

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

aods3 documentation built on July 8, 2022, 5:06 p.m.