Learn R Programming

TRES (version 1.1.0)

vcov.Tenv: Calculate standard error for Tenv object.

Description

Returns the standard error for Tenv object returned from TRR.fit. There is no vcov method for object returned from TPR.fit.

Usage

# S3 method for Tenv
vcov(object, ...)

Arguments

object

an object of class "Tenv", as from TPR.fit or TRR.fit.

...

arguments to be passed to or from other methods.

Value

The standard error tensor is returned.

See Also

summary.Tenv

Examples

Run this code
# NOT RUN {
data("bat")
Xn <- bat$Xn
Yn <- bat$Yn
fit <- TRR.fit(Xn, Yn, method="standard")
vcov(fit)
# }

Run the code above in your browser using DataLab