Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

default_test

Guess the default test


Description

Find an appropriate test to use in dropterm if not specified

Usage

default_test(object)

## Default S3 method:
default_test(object)

## S3 method for class 'negbin'
default_test(object)

## S3 method for class 'lmerMod'
default_test(object)

## S3 method for class 'glmerMod'
default_test(object)

## S3 method for class 'multinom'
default_test(object)

## S3 method for class 'polr'
default_test(object)

## S3 method for class 'glm'
default_test(object)

## S3 method for class 'lm'
default_test(object)

Arguments

object

a fitted model object accommodated by dropterm

Value

A character string, one of "F", "Chisq", or "none"

Examples

fm <- glm.nb(Days ~ .^3, quine)
default_test(fm)

MASSExtra

Some 'MASS' Enhancements

v1.1.2
GPL-2 | GPL-3
Authors
Bill Venables
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.