R2_sign | R Documentation |
Critical value of determined correlation
R2_sign(n, NumberOfPredictor = 2, alpha = 0.05)
n |
length of observation. |
NumberOfPredictor |
Number of predictor, including constant. |
alpha |
significant level. |
F
statistic and R2
at significant level.
Chen Yanguang (2012), Geographical Data analysis with MATLAB.
R2_critical <- R2_sign(30, NumberOfPredictor = 2, alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.