R2_sign: Critical value of determined correlation

View source: R/GOF.R

R2_signR Documentation

Critical value of determined correlation

Description

Critical value of determined correlation

Usage

R2_sign(n, NumberOfPredictor = 2, alpha = 0.05)

Arguments

n

length of observation.

NumberOfPredictor

Number of predictor, including constant.

alpha

significant level.

Value

F statistic and R2 at significant level.

References

Chen Yanguang (2012), Geographical Data analysis with MATLAB.

Examples

R2_critical <- R2_sign(30, NumberOfPredictor = 2, alpha = 0.05)

rpkgs/gg.layers documentation built on Sept. 14, 2024, 11:07 p.m.