FindTopTerms: Find all model terms that are not moderated by a higher-order...

View source: R/lme4tools.R

FindTopTermsR Documentation

Find all model terms that are not moderated by a higher-order interaction

Description

Find all model terms that are not moderated by a higher-order interaction

Usage

FindTopTerms(form)

Arguments

form

a formula

Value

A character vector containing all model terms that are not moderated by a higher-order interaction.

Examples

FindTopTerms(speed ~ skill + weight * friction)
#[1] "skill"           "weight:friction"


Spiritspeak/skMisc documentation built on April 12, 2025, 5:40 a.m.