R2_sign: Critical value of determined correlation

View source: R/coefficients.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)

phenofit documentation built on Feb. 16, 2023, 6:21 p.m.