forms: forms - function to construct and return formulae (fixed,...

View source: R/utils.r

formsR Documentation

forms - function to construct and return formulae (fixed, random, formula) whenever a change to any variable that can go into a formula is made

Description

Note that only the following combinations work, but these are enforced in Palytic rather than enforced internally 1. Objects except for PalyticObj, fixed, random, and formula (e.g., Palytic$new) 2. PalyticObj and exactly 1 other parameter

Usage

forms(
  data,
  PalyticObj = NULL,
  ids = NULL,
  dv = NULL,
  time = NULL,
  phase = NULL,
  ivs = NULL,
  interactions = NULL,
  time_power = NULL,
  correlation = NULL,
  family = NULL,
  fixed = NULL,
  random = NULL,
  formula = NULL,
  method = "REML",
  dropTime = "no",
  corFromPalyticObj = TRUE
)

Arguments

See

Palytic

Author(s)

Stephen Tueller stueller@rti.org


ICTatRTI/PersonAlytics documentation built on Dec. 13, 2024, 11:06 p.m.