R/print.asp.r

Defines functions print.asp

Documented in print.asp

########## R-function: print.spm ##########


print.asp <- function(x,...)
{
   object <- x

   cat("\n This is an asp2() fit object; a list with components named:\n\n")

   cat("     ",names(object),"\n\n")

  summary(x)
}

Try the AdaptFitOS package in your browser

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

AdaptFitOS documentation built on July 21, 2022, 5:10 p.m.