parse_varyarguments function

Parse varying arguments

Parse varying arguments

parse_varyarguments(sim_args)

Arguments

  • sim_args: A named list with special model formula syntax. See details and examples for more information. The named list may contain the following:

    • fixed: This is the fixed portion of the model (i.e. covariates)
    • random: This is the random portion of the model (i.e. random effects)
    • error: This is the error (i.e. residual term).
  • Maintainer: Brandon LeBeau
  • License: MIT + file LICENSE
  • Last published: 2022-02-07