R/coef.cops.R

Defines functions coef.cops

#'@importFrom stats coef
#'@export 
coef.cops <- function(object,...)
{
  return(object$parameters)
 }

Try the cops package in your browser

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

cops documentation built on Sept. 13, 2024, 3 p.m.