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)

statgenlmu/coala documentation built on March 5, 2024, 10:49 p.m.