Clear Filters
Clear Filters

How to judge whether the regression coefficient calculated by the plsregress function is significant, as if there is no significant data related to the output

3 views (last 30 days)
I use the plsregress function for partial least squares regression, but I don't know whether the regression coefficient is significant. Where can I see the significance level corresponding to the regression coefficient

Answers (1)

Dhruv
Dhruv on 24 Mar 2023
In MATLAB, the “plsregress” function does not directly provide significance levels for the regression coefficients. However, you can estimate the significance of the regression coefficients using various statistical tests, such as the t-test or the bootstrap method.
The t-test can be used to test whether the estimated regression coefficient is significantly different from zero. The test statistic is calculated as the estimated coefficient divided by its standard error.
While the bootstrap method can be used to estimate the distribution of the regression coefficient by repeatedly resampling the data and estimating the coefficient for each sample. The distribution can then be used to estimate the confidence intervals for the coefficient and test its significance.

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!