lme_F: Estimate F statistics

View source: R/lme_F.R

lme_FR Documentation

Estimate F statistics

Description

Estimate F statistics

Usage

lme_F(stats, C)

Arguments

stats

Output from the lme_fit_FS function

C

Contrast vector

Value

This function returns a list with entries F, pval, sgn, and df.

Examples

## Not run: stats <- lme_fit_FS(...)
## Not run: C <- matrix(c(0, 1, 0, 0), nrow=1)
## Not run: F <- lme_F(stats, C)

Deep-MI/fslmer documentation built on Jan. 24, 2025, 11:24 p.m.