performNestedTest: Perform a nested test on linear models

Description Usage Arguments Author(s) Examples

Description

This function performs a nested test for linear and generalized linear models

Usage

1

Arguments

inputs

list of objects consisting of 1 data frame and 2 model objects.

Author(s)

Dan Putler, Ramnath Vaidyanathan

Examples

1
2
3
4
5
6
7
8
mod1 <- lm(mpg ~ ., data = mtcars)
mod2 <- lm(mpg ~ wt, data = mtcars)
inputs <- list(
  list(Name = 'mod1', Object = mod1),
  list(Name = 'mod2', Object = mod2),
  mtcars
)
performNestedTest(inputs)

alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.