Learn R Programming

phenofit (version 0.3.9)

R2_sign: Critical value of determined correlation

Description

Critical value of determined correlation

Usage

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

Value

F statistic and R2 at significant level.

Arguments

n

length of observation.

NumberOfPredictor

Number of predictor, including constant.

alpha

significant level.

References

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

Examples

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

Run the code above in your browser using DataLab