check_model: Generic S3 method for checking if the model is supported and...

View source: R/helpers-model.R

check_modelR Documentation

Generic S3 method for checking if the model is supported and model preprocessing

Description

In addition for validating the model, specific methods might add information to the model object based on the provided data and formula

Usage

check_model(model, data = NULL, formula = NULL)

Arguments

model

the model argument supplied by the user

data

the data argument supplied by the user

formula

the formula argument supplied by the user

Value

An object of type 'bmmodel'


bmm documentation built on May 29, 2024, 11:52 a.m.