print.seqGEE {seqest}R Documentation

Print the results by the generalized estimating equations.

Description

print.seqGEE print the result of the logistic regression model used by the method of adaptive shrinkage estimate.

Usage

## S3 method for class 'seqGEE'
print(x, ...)

Arguments

x

A variable of type seqGEE

...

Additional variables to be transferred to functions

Details

This function is used to present results in a concise way. If we select enough samples that satisfy the stopping criterion, then we show several messages to report the conclusion including the length of fixed size confidence set, the number of samples we choose, the value of coefficient and the index of the non zero coefficient

Value

print.seqGEE returns several messages to show the conclusion.


[Package seqest version 1.0.1 Index]