Learn R Programming

phenofit (version 0.2.5-2)

R2_sign: 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

Run this code
# NOT RUN {
R2_critical <- R2_sign(30, NumberOfPredictor = 2, alpha = 0.05)
# }

Run the code above in your browser using DataLab