R/vcov.Tenv.R

Defines functions vcov.Tenv

#' @method vcov Tenv
#' @export

vcov.Tenv <- function(object, ...){
  stop("The vcov method is not available for Tenv class. Refer to std_err function if the standard error is desired.")
}

Try the TRES package in your browser

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

TRES documentation built on Oct. 20, 2021, 9:06 a.m.