default_test | R Documentation |
Find an appropriate test to use in dropterm
if not specified
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)
object |
a fitted model object accommodated by |
A character string, one of "F", "Chisq", or "none"
fm <- glm.nb(Days ~ .^3, quine) default_test(fm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.