dropRedundantTerms: Drop redundant terms from the model

View source: R/dropRedundantTerms.R

dropRedundantTermsR Documentation

Drop redundant terms from the model

Description

Detect co-linear fixed effects and drop the last one

Usage

dropRedundantTerms(formula, data, tol = 0.001)

Arguments

formula

original formula

data

data.frame

tol

tolerance to test difference of correlation from 1 or -1

Value

a formula, possibly with terms omitted.

Examples


# Valid formula
dropRedundantTerms(~ group + extra, sleep)


GabrielHoffman/dreamlet documentation built on May 20, 2024, 2:05 p.m.