model_fit: Tidy Model Fitting Function

View source: R/pow_sim.r

model_fitR Documentation

Tidy Model Fitting Function

Description

Tidy Model Fitting Function

Usage

model_fit(data, sim_args, ...)

Arguments

data

A data object, most likely generated from within simglm

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

  • model_fit: These are arguments passed to the model_fit function.

...

Currently not used.


lebebr01/simglm documentation built on April 8, 2024, 9:03 p.m.