R/coef.R

#' Coef robets model
#' 
#' @param object An object of class \code{robets}.
#' @param ... Other undocumented arguments.
#'
#' @examples 
#' model <- robets(nottem)
#' coef(model)
#' @export
coef.robets <- function(object, ...)
{
  object$par
}

Try the robets package in your browser

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

robets documentation built on May 2, 2019, 6:51 a.m.