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

View source: R/descriptives.R

f.r2R Documentation

Calculate F and p-value from the R2

Description

Calculate F and p-value from the R2

Usage

f.r2(r2, numdf, dendf)

Arguments

r2

r squareds

numdf

numerator degrees of freedom

dendf

denominator degrees of freedom

Value

a vector

Examples

JWileymisc:::f.r2(.30, 1, 99)

JWileymisc documentation built on April 13, 2025, 9:07 a.m.