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.")
}
leozeng15/TRES documentation built on Nov. 15, 2021, 9:54 a.m.