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/test documentation built on Dec. 21, 2021, 10:42 a.m.