Last chance! 50% off unlimited learning
Sale ends in
Obtain
Tenv_Pval(x, y, Bhat)
The response tensor instance
A vector predictor of dimension
The estimator of tensor regression coefficient.
The p-value tensor of OLS estimator.
The p-value tensor of Bhat
.
The standard error tensor of Bhat
.
# NOT RUN {
## Use dataset bat
data("bat")
x <- bat$x
y <- bat$y
fit_std <- TRR.fit(x, y, method="standard")
Tenv_Pval(x, y, fit_std$coefficients)
# }
Run the code above in your browser using DataLab