run_jointai_flex: Run a JointAI model with flexible number of iterations

View source: R/gr_check.R

run_jointai_flexR Documentation

Run a JointAI model with flexible number of iterations

Description

Run a JointAI model with flexible number of iterations

Usage

run_jointai_flex(
  fun,
  formula,
  data,
  seed = NULL,
  model_args,
  gr_check_args,
  ...
)

Arguments

fun

JointAI model function

formula

the model formula

data

a data.frame

seed

the seed value

model_args

a list of arguments passed to fun

gr_check_args

a list of arguments to be passed to the gr check

...

currently not used


NErler/simvalidator documentation built on May 17, 2022, 7:54 a.m.