print.seqGEE: Print the results by the generalized estimating equations.

Description Usage Arguments Details Value

View source: R/print_gee.R

Description

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

Usage

1
2
## 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.


seqest documentation built on July 2, 2020, 2:28 a.m.

Related to print.seqGEE in seqest...