Creates a minimal project template for selected model type

create_template(type = c("binary", "gsd", "fp", "pwe"), file = NULL)

Arguments

type

model type

file

file name (optional); if not provided, default filename will be <type>_model.Rmd. The .Rmd extension will be added.

Examples

  create_template("binary")
#> Template created-  /home/bceuser/benneti1/gemtcPlus/docs/reference/binary_model.Rmd