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 Oct. 5, 2023, 5:06 p.m.