exclusion_test: Test for a significant difference between two models.

Description Usage Arguments Value

View source: R/exclusion_test.R

Description

This function takes in two model objects and a significance level. It returns TRUE if there is a difference between the restricted and unrestricted model.

Usage

1
exclusion_test(unrestricted.model, restricted.model, sig.level = 0.05)

Arguments

unrestricted.model

A fitted model object.

restricted.model

A fitted model object.

sig.level

The significance level, default is 0.05.

Value

TRUE or FALSE


ndtallant/tidytallant documentation built on Feb. 5, 2020, 1:19 p.m.