R/print.spm.r

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

# For printing the essence of an results of spm()

# Last changed: 21 JAN 2005 by MPW

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

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

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

   cat(" The names() function can be used to obtain names \n")
   cat(" of components and sub-components.\n\n")

   cat(" The summary() function can be used to summarise\n")
   cat(" the fit aspects of the object.\n\n")
}

######### End of print.spm ##########

Try the SemiPar package in your browser

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

SemiPar documentation built on May 2, 2019, 5:42 a.m.