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.")
}
jerryfsu3333/TRES_code documentation built on Nov. 14, 2021, 6:10 p.m.