check_augment_no_data {modeltests}R Documentation

Check an augment method when no data or newdata is passed

Description

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

Test when strict = FALSE:

Additional tests when strict = TRUE:

Usage

check_augment_no_data(aug, model, passed_data, strict = TRUE)

Arguments

aug

An augment method. For example, augment.betareg.

model

A fit model object to call the augment method on.

passed_data

The dataset that model was original fit on that aug should try to reconstruct when neither data nor newdata is specified.

strict

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

Value

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


[Package modeltests version 0.1.6 Index]