model_comparison: Model Comparison

View source: R/model_comparison.R

model_comparisonR Documentation

Model Comparison

Description

Compare models to test for interaction

Usage

model_comparison(fit, null = "DLM", x, B, conf.level = 0.95)

Arguments

fit

dlim object (must be fit with REML)

null

"DLM", "linear" to specify the null model

x

exposure

B

number of bootstrap samples

conf.level

The confidence level (class "numeric")

Value

The function returns a decision to either reject or fail to reject the null model

See Also

Type vignette('dlimOverview') for a detailed description.

dlim


dlim documentation built on May 29, 2024, 8:32 a.m.