form_fixed_match: Do fixed terms in formula match?

View source: R/utils.R

form_fixed_matchR Documentation

Do fixed terms in formula match?

Description

Do fixed terms in formula match?

Usage

form_fixed_match(subvar, solenv, solvar = subvar, add = TRUE)

Arguments

subvar

Name of submission variable containing formula.

solenv

Name of solution environment.

solvar

Name of solution variable.

add

Whether to add feedback.

Details

Can handle regular linear model formulae (Y ~ X) as well as mixed effects models (Y ~ X + (X | subject)).

Value

logical


dalejbarr/assessr documentation built on Jan. 25, 2024, 10:47 p.m.