R/print.penCSC.R

Defines functions print.penCSC

Documented in print.penCSC

#'@title print.penCSC
#'
#'@description Internal method for printing the objects of class \code{penCSC}.
#'
#'@author Shahin Roshani
#'
#'@param x An object of class \code{penCSC}.
#'@param ... Other arguments. Not used by \code{print.penCSC}.
#'
#'@return A modified print of \code{penCSC} objects.
#'
#'@export

print.penCSC <- function(x,...){

  print(x$coefs)

}

Try the CSCNet package in your browser

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

CSCNet documentation built on Nov. 10, 2022, 5:44 p.m.