grptest: Test group structures from an '"outference"' object

Description Usage Arguments Value Author(s) See Also Examples

Description

This function does a selective test for group structures (test whether the regression coefficients indexed by g is all zero or not) from an "outference" object.

Usage

1
grptest(object, group)

Arguments

object,

an object of class "outference".

group,

a vector indicating which group to test. The intercept is labelled as 1.

Value

This function returns a list with the following components:

statistic,

the value of the chi-squared statistic or F-statistic, depending on whether sigma is known

df,

the degree(s) of freedom.

truncation,

the truncation set for the statistic.

pval,

the corrected p-value.

Author(s)

Shuxiao Chen <sc2667@cornell.edu>

See Also

coeftest for testing for a single regression coefficient from an "outference" object.

Examples

1
2
3
4
5
6
## Brownlee’s Stack Loss Plant Data
data("stackloss")
## fit the model
## detect outlier using Cook's distance with cutoff = 4
fit <- outference(stack.loss ~ ., data = stackloss, method = "cook", cutoff = 4)
grptest(fit, 2:4)

shuxiaoc/outference documentation built on July 8, 2019, 8:30 p.m.