lazy_model: lazy_model

View source: R/lazyhci.R

lazy_modelR Documentation

lazy_model

Description

This function produces a lazy mode

Usage

lazy_model(
  data,
  participant,
  within.vars = NULL,
  between.vars = NULL,
  make_factor = TRUE
)

Arguments

data

the data in tidy format

participant

the name of the column containing the participant identifier

within.vars

(optional) a vector of strings containing names of the columns identifying within independent variables

between.vars

(optional) a vector of strings containing names of the columns identifying within independent variables

make_factor

indicates if columns should automatically be converted to factors (default TRUE)


flomuedev/summarize documentation built on May 22, 2024, 2:23 a.m.