Learn R Programming

JWileymisc (version 1.4.1)

f.r2: Calculate F and p-value from the R2

Description

Calculate F and p-value from the R2

Usage

f.r2(r2, numdf, dendf)

Value

a vector

Arguments

r2

r squareds

numdf

numerator degrees of freedom

dendf

denominator degrees of freedom

Examples

Run this code
JWileymisc:::f.r2(.30, 1, 99)

Run the code above in your browser using DataLab