deltaFp: Wrapper function for calculating delta F

Description Usage Arguments Details Value See Also

Description

Wrapper function for calculating delta F

Usage

1
deltaFp(x, df_format = FALSE)

Arguments

x

A numeric vector (or row from a data frame) containing means, standard deviations, and sample size per group as named elements m1, m2, m3 and s1, s2, and s3, and N, respectively.

df_format

Should results be returned as a data frame? (Useful when calling the function from do).

Details

This function wraps deltaF.linear, returning the associated p-value.

Value

p-value for delta F (single numeric value)

See Also

deltaF.linear


dalejbarr/forsterUVA documentation built on May 14, 2019, 3:31 p.m.