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

View source: R/utils.r

makeFormsR Documentation

makeForms - function to construct and return formulae (fixed, random, formula)

Description

makeForms - function to construct and return formulae (fixed, random, formula)

Usage

makeForms(
  ids = "Mare",
  dv = "follicles",
  time = "Time",
  phase = "Phase",
  ivs = "iv1",
  interactions = list(c("iv1", "Phase")),
  rint = "",
  correlation = "NULL",
  family = NO(),
  dropTime = "no",
  method = "REML"
)

Arguments

See

Palytic

Author(s)

Stephen Tueller stueller@rti.org

Examples


PersonAlytics:::makeForms()

PersonAlytics:::makeForms(time = c("time", "time2", "time3"))

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