Learn R Programming

TRES (version 1.1.5)

std_err: Elementwise standard error.

Description

Calculates the elementwise standard error for the object returned from TRR.fit. The standard error for the object returned from TPR.fit is unavailable.

Usage

std_err(object)

Arguments

object

an object of class "Tenv", as the ones returned from TRR.fit.

Value

The standard error tensor is returned.

Examples

Run this code
# NOT RUN {
data("bat")
x <- bat$x
y <- bat$y
fit <- TRR.fit(x, y, method="standard")
std_err(fit)
# }

Run the code above in your browser using DataLab