check_model: Check which simulator can simulate a model

View source: R/model_check.R

check_modelR Documentation

Check which simulator can simulate a model

Description

This function checks which of the available simulators can simulate a given model. It also states the problems for the ones that are incompatible with the model.

Usage

check_model(model)

Arguments

model

The model which is checked

See Also

Do view the priority of the simulators: list_simulators

Examples

model <- coal_model(10, 1) +
  feat_mutation(5, fixed = TRUE)
check_model(model)

coala documentation built on Jan. 5, 2023, 5:11 p.m.