Learn R Programming

modeltests (version 0.1.6)

check_augment_newdata_precedence: Check that newdata argument has higher precedence than data argument

Description

Call this function to perform tests. If a tests fails, an informative error will be thrown. Otherwise silent.

Usage

check_augment_newdata_precedence(aug, model, data, strict = TRUE)

Value

An invisible NULL. This function should be called for side effects, not return values.

Arguments

aug

An augment method. For example, augment.betareg.

model

A fit model object to call the augment method on.

data

A data frame or tibble to use when testing aug.

strict

Logical indicating whether the strict version of tests should be used. Defaults to TRUE.