std_err {TRES} | R Documentation |
Calculates the elementwise standard error for the object returned from TRR.fit
. The standard error for the object returned from TPR.fit
is unavailable.
std_err(object)
object |
an object of class |
The standard error tensor is returned.
The function only supports the object returned from TRR.fit
since there is no standard error for the object returned from TPR.fit
.
data("bat")
x <- bat$x
y <- bat$y
fit <- TRR.fit(x, y, method="standard")
std_err(fit)