form_rand_match: Do random terms in formula match?

View source: R/utils.R

form_rand_matchR Documentation

Do random terms in formula match?

Description

Do random terms in formula match?

Usage

form_rand_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.