powered by
Extract the elementwise standard error for the object returned from TRR.fit. The standard error for the object returned from TPR.fit is unavailable.
TRR.fit
TPR.fit
std_err(object)
an object of class "Tenv", as from TRR.fit.
"Tenv"
The standard error tensor is returned.
Use function Tenv_Pval to calculate the standard error.
Tenv_Pval
# 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